Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(45)

Side by Side Diff: ash/public/interfaces/BUILD.gn

Issue 2770693002: ash: HiDPI user avatar for SessionController (Closed)
Patch Set: nits, and gn check Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//mojo/public/tools/bindings/mojom.gni") 5 import("//mojo/public/tools/bindings/mojom.gni")
6 6
7 # Depend upon //ash/public/cpp:ash_public_cpp, which has a public_dep on this. 7 # Depend upon //ash/public/cpp:ash_public_cpp, which has a public_dep on this.
8 # The two targets must be bundled together as the typemaps depend upon 8 # The two targets must be bundled together as the typemaps depend upon
9 # //ash/public/cpp, and //ash/public/cpp needs to depend on this for generated 9 # //ash/public/cpp, and //ash/public/cpp needs to depend on this for generated
10 # code (such as enums and constants). 10 # code (such as enums and constants).
(...skipping 17 matching lines...) Expand all
28 "vpn_list.mojom", 28 "vpn_list.mojom",
29 "wallpaper.mojom", 29 "wallpaper.mojom",
30 "window_style.mojom", 30 "window_style.mojom",
31 ] 31 ]
32 32
33 public_deps = [ 33 public_deps = [
34 "//components/signin/public/interfaces", 34 "//components/signin/public/interfaces",
35 "//mojo/common:common_custom_types", 35 "//mojo/common:common_custom_types",
36 "//skia/public/interfaces", 36 "//skia/public/interfaces",
37 "//ui/events/mojo:interfaces", 37 "//ui/events/mojo:interfaces",
38 "//ui/gfx/image/mojo:interfaces",
38 ] 39 ]
39 40
40 export_class_attribute = "ASH_PUBLIC_EXPORT" 41 export_class_attribute = "ASH_PUBLIC_EXPORT"
41 export_define = "ASH_PUBLIC_IMPLEMENTATION=1" 42 export_define = "ASH_PUBLIC_IMPLEMENTATION=1"
42 export_header = "ash/public/cpp/ash_public_export.h" 43 export_header = "ash/public/cpp/ash_public_export.h"
43 } 44 }
OLDNEW
« no previous file with comments | « ash/common/system/user/user_card_view.cc ('k') | ash/public/interfaces/session_controller.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698