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

Side by Side Diff: ash/BUILD.gn

Issue 1843743002: ARC Toast: Update Button Text Color (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 years, 5 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 | « no previous file | no next file » | 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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//ui/base/ui_features.gni") 8 import("//ui/base/ui_features.gni")
9 9
10 assert(use_aura) 10 assert(use_aura)
(...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after
379 "//ui/keyboard:keyboard_with_content", 379 "//ui/keyboard:keyboard_with_content",
380 "//ui/message_center", 380 "//ui/message_center",
381 "//ui/message_center:test_support", 381 "//ui/message_center:test_support",
382 "//ui/resources", 382 "//ui/resources",
383 "//ui/strings", 383 "//ui/strings",
384 "//ui/views", 384 "//ui/views",
385 "//ui/views:test_support", 385 "//ui/views:test_support",
386 "//ui/views/controls/webview:test_support", 386 "//ui/views/controls/webview:test_support",
387 "//ui/web_dialogs:test_support", 387 "//ui/web_dialogs:test_support",
388 "//ui/wm", 388 "//ui/wm",
389 "//ui/wm:test_support",
389 "//url", 390 "//url",
390 ] 391 ]
391 392
392 data_deps = [ 393 data_deps = [
393 "//ash/strings:ash_test_strings", 394 "//ash/strings:ash_test_strings",
394 "//ash/resources:ash_test_resources_100_percent", 395 "//ash/resources:ash_test_resources_100_percent",
395 "//ash/resources:ash_test_resources_200_percent", 396 "//ash/resources:ash_test_resources_200_percent",
396 ] 397 ]
397 398
398 if (!is_chromeos) { 399 if (!is_chromeos) {
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
479 configs += [ "//build/config/win:windowed" ] 480 configs += [ "//build/config/win:windowed" ]
480 deps += [ "//sandbox" ] 481 deps += [ "//sandbox" ]
481 } 482 }
482 483
483 if (is_chromeos) { 484 if (is_chromeos) {
484 deps += [ "//device/bluetooth" ] 485 deps += [ "//device/bluetooth" ]
485 } 486 }
486 } 487 }
487 # When adding support for isolates, please have a look at run-time dependencies 488 # When adding support for isolates, please have a look at run-time dependencies
488 # in the ash_unittests_run target in ash.gyp. 489 # in the ash_unittests_run target in ash.gyp.
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698