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

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

Issue 2876673002: mojo api for view based lockscreen (Closed)
Patch Set: Incorporate comments from patch set 8 and rebase Created 3 years, 7 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
« no previous file with comments | « ash/mus/window_manager_application.cc ('k') | ash/public/interfaces/lock_screen.mojom » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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).
11 mojom("interfaces_internal") { 11 mojom("interfaces_internal") {
12 visibility = [ "//ash/public/cpp:ash_public_cpp" ] 12 visibility = [ "//ash/public/cpp:ash_public_cpp" ]
13 13
14 sources = [ 14 sources = [
15 "accelerator_controller.mojom", 15 "accelerator_controller.mojom",
16 "cast_config.mojom", 16 "cast_config.mojom",
17 "constants.mojom", 17 "constants.mojom",
18 "event_properties.mojom", 18 "event_properties.mojom",
19 "locale.mojom", 19 "locale.mojom",
20 "lock_screen.mojom",
20 "media.mojom", 21 "media.mojom",
21 "new_window.mojom", 22 "new_window.mojom",
22 "session_controller.mojom", 23 "session_controller.mojom",
23 "shelf.mojom", 24 "shelf.mojom",
24 "shutdown.mojom", 25 "shutdown.mojom",
25 "system_tray.mojom", 26 "system_tray.mojom",
26 "touch_view.mojom", 27 "touch_view.mojom",
27 "tray_action.mojom", 28 "tray_action.mojom",
28 "update.mojom", 29 "update.mojom",
29 "volume.mojom", 30 "volume.mojom",
30 "vpn_list.mojom", 31 "vpn_list.mojom",
31 "wallpaper.mojom", 32 "wallpaper.mojom",
32 "window_pin_type.mojom", 33 "window_pin_type.mojom",
33 "window_style.mojom", 34 "window_style.mojom",
34 ] 35 ]
35 36
36 public_deps = [ 37 public_deps = [
37 "//components/signin/public/interfaces", 38 "//components/signin/public/interfaces",
38 "//mojo/common:common_custom_types", 39 "//mojo/common:common_custom_types",
39 "//skia/public/interfaces", 40 "//skia/public/interfaces",
40 "//ui/events/mojo:interfaces", 41 "//ui/events/mojo:interfaces",
41 "//ui/gfx/image/mojo:interfaces", 42 "//ui/gfx/image/mojo:interfaces",
42 ] 43 ]
43 44
44 component_output_prefix = "ash_public_interfaces_internal" 45 component_output_prefix = "ash_public_interfaces_internal"
45 export_class_attribute = "ASH_PUBLIC_EXPORT" 46 export_class_attribute = "ASH_PUBLIC_EXPORT"
46 export_define = "ASH_PUBLIC_IMPLEMENTATION=1" 47 export_define = "ASH_PUBLIC_IMPLEMENTATION=1"
47 export_header = "ash/public/cpp/ash_public_export.h" 48 export_header = "ash/public/cpp/ash_public_export.h"
48 } 49 }
OLDNEW
« no previous file with comments | « ash/mus/window_manager_application.cc ('k') | ash/public/interfaces/lock_screen.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698