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

Side by Side Diff: examples/wm_flow/BUILD.gn

Issue 788353002: Restructure public side of input_events service. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years 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 | « examples/window_manager/window_manager.cc ('k') | examples/wm_flow/wm/wm.cc » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//mojo/public/mojo_application.gni") 6 import("//mojo/public/mojo_application.gni")
7 import("//mojo/public/tools/bindings/mojom.gni") 7 import("//mojo/public/tools/bindings/mojom.gni")
8 8
9 assert(use_aura) 9 assert(use_aura)
10 10
(...skipping 14 matching lines...) Expand all
25 "wm/frame_controller.h", 25 "wm/frame_controller.h",
26 ] 26 ]
27 27
28 deps = [ 28 deps = [
29 "//base", 29 "//base",
30 "//skia", 30 "//skia",
31 "//ui/aura", 31 "//ui/aura",
32 "//ui/views", 32 "//ui/views",
33 "//ui/wm:wm", 33 "//ui/wm:wm",
34 "//mojo/application", 34 "//mojo/application",
35 "//mojo/services/public/interfaces/input_events", 35 "//mojo/services/input_events/public/interfaces",
36 "//mojo/services/view_manager/public/cpp", 36 "//mojo/services/view_manager/public/cpp",
37 "//mojo/views:views", 37 "//mojo/views:views",
38 "//services/window_manager:lib", 38 "//services/window_manager:lib",
39 ] 39 ]
40 } 40 }
41 41
42 mojo_native_application("app") { 42 mojo_native_application("app") {
43 output_name = "wm_flow_app" 43 output_name = "wm_flow_app"
44 44
45 sources = [ 45 sources = [
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 sources = [ 82 sources = [
83 "app/embedder.mojom", 83 "app/embedder.mojom",
84 ] 84 ]
85 } 85 }
86 86
87 mojom("embeddee_bindings") { 87 mojom("embeddee_bindings") {
88 sources = [ 88 sources = [
89 "embedded/embeddee.mojom", 89 "embedded/embeddee.mojom",
90 ] 90 ]
91 } 91 }
OLDNEW
« no previous file with comments | « examples/window_manager/window_manager.cc ('k') | examples/wm_flow/wm/wm.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698