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

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

Issue 2028573003: Implement gfx::Transform StructTraits (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add missing build file Created 4 years, 6 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/interfaces/quads.mojom ('k') | components/mus/ws/platform_display.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 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 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 "//services/shell/public/cpp/test:run_all_shelltests", 217 "//services/shell/public/cpp/test:run_all_shelltests",
218 "//services/shell/public/interfaces", 218 "//services/shell/public/interfaces",
219 "//testing/gtest", 219 "//testing/gtest",
220 "//third_party/mesa:osmesa", 220 "//third_party/mesa:osmesa",
221 "//ui/events", 221 "//ui/events",
222 "//ui/events/mojo", 222 "//ui/events/mojo",
223 "//ui/gfx", 223 "//ui/gfx",
224 "//ui/gfx:test_support", 224 "//ui/gfx:test_support",
225 "//ui/gfx/geometry", 225 "//ui/gfx/geometry",
226 "//ui/gfx/geometry/mojo", 226 "//ui/gfx/geometry/mojo",
227 "//ui/gfx/mojo",
228 "//ui/gl", 227 "//ui/gl",
229 ] 228 ]
230 229
231 if (use_x11) { 230 if (use_x11) {
232 deps += [ "//tools/xdisplaycheck" ] 231 deps += [ "//tools/xdisplaycheck" ]
233 } 232 }
234 233
235 data_deps = [ 234 data_deps = [
236 ":mus_ws_unittests_app_manifest", 235 ":mus_ws_unittests_app_manifest",
237 ] 236 ]
238 } 237 }
239 238
240 mojo_application_manifest("mus_ws_unittests_app_manifest") { 239 mojo_application_manifest("mus_ws_unittests_app_manifest") {
241 application_name = "mus_ws_unittests_app" 240 application_name = "mus_ws_unittests_app"
242 source = "mus_ws_unittests_app_manifest.json" 241 source = "mus_ws_unittests_app_manifest.json"
243 } 242 }
OLDNEW
« no previous file with comments | « components/mus/public/interfaces/quads.mojom ('k') | components/mus/ws/platform_display.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698