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

Side by Side Diff: ui/aura/BUILD.gn

Issue 2688593002: WIP: Towards merging OffscreenCanvas and Mus code
Patch Set: Fix reflector unit test Created 3 years, 10 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 | « extensions/browser/extensions_test.cc ('k') | ui/aura/demo/DEPS » ('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 7
8 component("aura") { 8 component("aura") {
9 sources = [ 9 sources = [
10 "../wm/public/activation_change_observer.cc", 10 "../wm/public/activation_change_observer.cc",
(...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 "demo/demo_main.cc", 310 "demo/demo_main.cc",
311 ] 311 ]
312 312
313 deps = [ 313 deps = [
314 ":aura", 314 ":aura",
315 ":test_support", 315 ":test_support",
316 "//base", 316 "//base",
317 "//base:i18n", 317 "//base:i18n",
318 "//build/config/sanitizers:deps", 318 "//build/config/sanitizers:deps",
319 "//build/win:default_exe_manifest", 319 "//build/win:default_exe_manifest",
320 "//cc/surfaces", 320 "//components/display_compositor",
321 "//skia", 321 "//skia",
322 "//third_party/icu", 322 "//third_party/icu",
323 "//ui/base", 323 "//ui/base",
324 "//ui/compositor", 324 "//ui/compositor",
325 "//ui/compositor:test_support", 325 "//ui/compositor:test_support",
326 "//ui/display", 326 "//ui/display",
327 "//ui/events", 327 "//ui/events",
328 "//ui/gfx", 328 "//ui/gfx",
329 "//ui/gfx/geometry", 329 "//ui/gfx/geometry",
330 "//ui/gl/init", 330 "//ui/gl/init",
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
372 ] 372 ]
373 373
374 if (is_linux) { 374 if (is_linux) {
375 deps += [ "//third_party/mesa" ] 375 deps += [ "//third_party/mesa" ]
376 } 376 }
377 377
378 data_deps = [ 378 data_deps = [
379 "//third_party/mesa:osmesa", 379 "//third_party/mesa:osmesa",
380 ] 380 ]
381 } 381 }
OLDNEW
« no previous file with comments | « extensions/browser/extensions_test.cc ('k') | ui/aura/demo/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698