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

Side by Side Diff: components/mus/ws/BUILD.gn

Issue 1565343003: Move mojo/application/public -> mojo/shell/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fetcher
Patch Set: . Created 4 years, 11 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 | « components/mus/surfaces/DEPS ('k') | components/mus/ws/connection_manager.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("//testing/test.gni") 6 import("//testing/test.gni")
7 import("//mojo/public/mojo_application.gni") 7 import("//mojo/public/mojo_application.gni")
8 8
9 source_set("lib") { 9 source_set("lib") {
10 sources = [ 10 sources = [
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 62
63 deps = [ 63 deps = [
64 "//base", 64 "//base",
65 "//cc", 65 "//cc",
66 "//cc/surfaces", 66 "//cc/surfaces",
67 "//cc/surfaces:surface_id", 67 "//cc/surfaces:surface_id",
68 "//components/mus/common", 68 "//components/mus/common",
69 "//components/mus/gles2", 69 "//components/mus/gles2",
70 "//components/mus/public/interfaces", 70 "//components/mus/public/interfaces",
71 "//components/mus/surfaces", 71 "//components/mus/surfaces",
72 "//mojo/application/public/cpp",
73 "//mojo/common:common_base", 72 "//mojo/common:common_base",
74 "//mojo/converters/geometry", 73 "//mojo/converters/geometry",
75 "//mojo/converters/ime", 74 "//mojo/converters/ime",
76 "//mojo/converters/input_events", 75 "//mojo/converters/input_events",
77 "//mojo/converters/surfaces", 76 "//mojo/converters/surfaces",
78 "//mojo/public/cpp/bindings:callback", 77 "//mojo/public/cpp/bindings:callback",
79 "//mojo/services/tracing/public/cpp", 78 "//mojo/services/tracing/public/cpp",
79 "//mojo/shell/public/cpp",
80 "//ui/base", 80 "//ui/base",
81 "//ui/events", 81 "//ui/events",
82 "//ui/events/platform", 82 "//ui/events/platform",
83 "//ui/gfx", 83 "//ui/gfx",
84 "//ui/gfx/geometry", 84 "//ui/gfx/geometry",
85 "//ui/gl", 85 "//ui/gl",
86 "//ui/mojo/geometry:interfaces", 86 "//ui/mojo/geometry:interfaces",
87 "//ui/platform_window", 87 "//ui/platform_window",
88 "//ui/platform_window:platform_impls", 88 "//ui/platform_window:platform_impls",
89 ] 89 ]
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 138
139 deps = [ 139 deps = [
140 ":lib", 140 ":lib",
141 ":test_support", 141 ":test_support",
142 "//base", 142 "//base",
143 "//base/test:test_config", 143 "//base/test:test_config",
144 "//components/mus/common", 144 "//components/mus/common",
145 "//components/mus/public/cpp", 145 "//components/mus/public/cpp",
146 "//components/mus/public/interfaces", 146 "//components/mus/public/interfaces",
147 "//components/mus/surfaces", 147 "//components/mus/surfaces",
148 "//mojo/application/public/interfaces",
149 "//mojo/converters/geometry", 148 "//mojo/converters/geometry",
150 "//mojo/converters/input_events", 149 "//mojo/converters/input_events",
151 "//mojo/converters/transform", 150 "//mojo/converters/transform",
152 "//mojo/environment:chromium", 151 "//mojo/environment:chromium",
153 "//mojo/gles2", 152 "//mojo/gles2",
154 "//mojo/platform_handle", 153 "//mojo/platform_handle",
155 "//mojo/public/cpp/bindings:bindings", 154 "//mojo/public/cpp/bindings:bindings",
155 "//mojo/shell/public/interfaces",
156 "//testing/gtest", 156 "//testing/gtest",
157 "//third_party/mojo/src/mojo/edk/test:run_all_unittests", 157 "//third_party/mojo/src/mojo/edk/test:run_all_unittests",
158 "//ui/events", 158 "//ui/events",
159 "//ui/gfx", 159 "//ui/gfx",
160 "//ui/gfx:test_support", 160 "//ui/gfx:test_support",
161 "//ui/gfx/geometry", 161 "//ui/gfx/geometry",
162 "//ui/mojo/geometry:interfaces", 162 "//ui/mojo/geometry:interfaces",
163 ] 163 ]
164 164
165 if (!is_android) { # TODO(GYP) Enable on Android when osmesa links. 165 if (!is_android) { # TODO(GYP) Enable on Android when osmesa links.
(...skipping 11 matching lines...) Expand all
177 ] 177 ]
178 178
179 deps = [ 179 deps = [
180 ":test_support", 180 ":test_support",
181 "//base", 181 "//base",
182 "//base/test:test_config", 182 "//base/test:test_config",
183 "//components/mus/common", 183 "//components/mus/common",
184 "//components/mus/public/cpp", 184 "//components/mus/public/cpp",
185 "//components/mus/public/cpp/tests:test_support", 185 "//components/mus/public/cpp/tests:test_support",
186 "//components/mus/public/interfaces", 186 "//components/mus/public/interfaces",
187 "//mojo/application/public/cpp:sources",
188 "//mojo/application/public/cpp:test_support",
189 "//mojo/converters/geometry", 187 "//mojo/converters/geometry",
188 "//mojo/shell/public/cpp:sources",
189 "//mojo/shell/public/cpp:test_support",
190 "//ui/gfx:test_support", 190 "//ui/gfx:test_support",
191 "//ui/gfx/geometry", 191 "//ui/gfx/geometry",
192 "//ui/mojo/geometry:interfaces", 192 "//ui/mojo/geometry:interfaces",
193 "//ui/mojo/geometry:util", 193 "//ui/mojo/geometry:util",
194 ] 194 ]
195 195
196 data_deps = [ 196 data_deps = [
197 ":lib", 197 ":lib",
198 ] 198 ]
199 } 199 }
OLDNEW
« no previous file with comments | « components/mus/surfaces/DEPS ('k') | components/mus/ws/connection_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698