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

Side by Side Diff: services/view_manager/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 | « mojo/tools/roll/rev_sdk.py ('k') | sky/services/testing/BUILD.gn » ('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 7
8 mojo_native_application("view_manager") { 8 mojo_native_application("view_manager") {
9 sources = [ 9 sources = [
10 "main.cc", 10 "main.cc",
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 "//cc/surfaces:surface_id", 59 "//cc/surfaces:surface_id",
60 "//mojo/application", 60 "//mojo/application",
61 "//mojo/common", 61 "//mojo/common",
62 "//mojo/converters/geometry", 62 "//mojo/converters/geometry",
63 "//mojo/converters/input_events", 63 "//mojo/converters/input_events",
64 "//mojo/converters/surfaces", 64 "//mojo/converters/surfaces",
65 "//mojo/public/cpp/bindings", 65 "//mojo/public/cpp/bindings",
66 "//mojo/public/cpp/bindings:callback", 66 "//mojo/public/cpp/bindings:callback",
67 "//mojo/public/interfaces/application", 67 "//mojo/public/interfaces/application",
68 "//mojo/services/geometry/public/interfaces", 68 "//mojo/services/geometry/public/interfaces",
69 "//mojo/services/input_events/public/interfaces",
69 "//mojo/services/native_viewport/public/interfaces", 70 "//mojo/services/native_viewport/public/interfaces",
70 "//mojo/services/public/interfaces/input_events",
71 "//mojo/services/surfaces/public/cpp", 71 "//mojo/services/surfaces/public/cpp",
72 "//mojo/services/surfaces/public/interfaces", 72 "//mojo/services/surfaces/public/interfaces",
73 "//mojo/services/view_manager/public/interfaces", 73 "//mojo/services/view_manager/public/interfaces",
74 "//mojo/services/view_manager/public/cpp:common", 74 "//mojo/services/view_manager/public/cpp:common",
75 "//mojo/services/window_manager/public/interfaces", 75 "//mojo/services/window_manager/public/interfaces",
76 "//ui/gfx", 76 "//ui/gfx",
77 "//ui/gfx/geometry", 77 "//ui/gfx/geometry",
78 ] 78 ]
79 } 79 }
80 80
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 "//base", 145 "//base",
146 "//mojo/application", 146 "//mojo/application",
147 "//mojo/application:test_support", 147 "//mojo/application:test_support",
148 "//mojo/common", 148 "//mojo/common",
149 "//mojo/public/cpp/bindings", 149 "//mojo/public/cpp/bindings",
150 "//mojo/services/geometry/public/interfaces", 150 "//mojo/services/geometry/public/interfaces",
151 "//mojo/services/view_manager/public/interfaces", 151 "//mojo/services/view_manager/public/interfaces",
152 "//mojo/services/window_manager/public/interfaces", 152 "//mojo/services/window_manager/public/interfaces",
153 ] 153 ]
154 } 154 }
OLDNEW
« no previous file with comments | « mojo/tools/roll/rev_sdk.py ('k') | sky/services/testing/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698