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

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

Issue 2001403002: Remove //mojo/platform_handle (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@wrapper-apis
Patch Set: Created 4 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 | « components/mus/public/cpp/tests/BUILD.gn ('k') | content/common/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("//testing/test.gni") 6 import("//testing/test.gni")
7 import("//mojo/public/mojo_application.gni") 7 import("//mojo/public/mojo_application.gni")
8 import("//mojo/public/mojo_application_manifest.gni") 8 import("//mojo/public/mojo_application_manifest.gni")
9 9
10 source_set("lib") { 10 source_set("lib") {
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 "//cc:cc", 208 "//cc:cc",
209 "//components/mus/common:mus_common", 209 "//components/mus/common:mus_common",
210 "//components/mus/public/cpp", 210 "//components/mus/public/cpp",
211 "//components/mus/public/cpp/tests:test_support", 211 "//components/mus/public/cpp/tests:test_support",
212 "//components/mus/public/interfaces", 212 "//components/mus/public/interfaces",
213 "//components/mus/surfaces", 213 "//components/mus/surfaces",
214 "//mojo/converters/geometry", 214 "//mojo/converters/geometry",
215 "//mojo/converters/input_events", 215 "//mojo/converters/input_events",
216 "//mojo/converters/transform", 216 "//mojo/converters/transform",
217 "//mojo/gles2", 217 "//mojo/gles2",
218 "//mojo/platform_handle:for_component",
219 "//mojo/public/cpp/bindings:bindings", 218 "//mojo/public/cpp/bindings:bindings",
220 "//services/shell/public/cpp:shell_test_support", 219 "//services/shell/public/cpp:shell_test_support",
221 "//services/shell/public/cpp:sources", 220 "//services/shell/public/cpp:sources",
222 "//services/shell/public/cpp/test:run_all_shelltests", 221 "//services/shell/public/cpp/test:run_all_shelltests",
223 "//services/shell/public/interfaces", 222 "//services/shell/public/interfaces",
224 "//testing/gtest", 223 "//testing/gtest",
225 "//third_party/mesa:osmesa", 224 "//third_party/mesa:osmesa",
226 "//ui/events", 225 "//ui/events",
227 "//ui/gfx", 226 "//ui/gfx",
228 "//ui/gfx:test_support", 227 "//ui/gfx:test_support",
229 "//ui/gfx/geometry", 228 "//ui/gfx/geometry",
230 "//ui/gl", 229 "//ui/gl",
231 "//ui/mojo/geometry:interfaces", 230 "//ui/mojo/geometry:interfaces",
232 "//ui/mojo/geometry:util", 231 "//ui/mojo/geometry:util",
233 ] 232 ]
234 233
235 if (use_x11) { 234 if (use_x11) {
236 deps += [ "//tools/xdisplaycheck" ] 235 deps += [ "//tools/xdisplaycheck" ]
237 } 236 }
238 237
239 data_deps = [ 238 data_deps = [
240 ":mus_ws_unittests_app_manifest", 239 ":mus_ws_unittests_app_manifest",
241 ] 240 ]
242 } 241 }
243 242
244 mojo_application_manifest("mus_ws_unittests_app_manifest") { 243 mojo_application_manifest("mus_ws_unittests_app_manifest") {
245 application_name = "mus_ws_unittests_app" 244 application_name = "mus_ws_unittests_app"
246 source = "mus_ws_unittests_app_manifest.json" 245 source = "mus_ws_unittests_app_manifest.json"
247 } 246 }
OLDNEW
« no previous file with comments | « components/mus/public/cpp/tests/BUILD.gn ('k') | content/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698