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

Side by Side Diff: ash/BUILD.gn

Issue 1528963002: Quirks Client for downloading and providing display profiles (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Small cleanup Created 4 years, 9 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 | ash/DEPS » ('j') | ash/display/display_color_manager_chromeos.cc » ('J')
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 8
9 assert(use_aura) 9 assert(use_aura)
10 assert(enable_hidpi) 10 assert(enable_hidpi)
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 "//ui/events:dom_keycode_converter", 97 "//ui/events:dom_keycode_converter",
98 "//ui/events/ozone:events_ozone", 98 "//ui/events/ozone:events_ozone",
99 "//ui/ozone", 99 "//ui/ozone",
100 ] 100 ]
101 } 101 }
102 102
103 if (is_chromeos) { 103 if (is_chromeos) {
104 deps += [ 104 deps += [
105 "//chromeos", 105 "//chromeos",
106 "//chromeos:power_manager_proto", 106 "//chromeos:power_manager_proto",
107 "//components/quirks",
107 "//device/bluetooth", 108 "//device/bluetooth",
108 109
109 # TODO(msw): Remove this; only ash_with_content should depend on webkit. 110 # TODO(msw): Remove this; only ash_with_content should depend on webkit.
110 "//third_party/WebKit/public:blink_headers", 111 "//third_party/WebKit/public:blink_headers",
111 "//third_party/qcms", 112 "//third_party/qcms",
112 "//ui/chromeos:ui_chromeos", 113 "//ui/chromeos:ui_chromeos",
113 "//ui/chromeos/resources", 114 "//ui/chromeos/resources",
114 "//ui/chromeos/strings", 115 "//ui/chromeos/strings",
115 "//ui/display", 116 "//ui/display",
116 "//ui/display/util", 117 "//ui/display/util",
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
417 418
418 if (!use_x11) { 419 if (!use_x11) {
419 sources -= [ "host/ash_window_tree_host_x11_unittest.cc" ] 420 sources -= [ "host/ash_window_tree_host_x11_unittest.cc" ]
420 } 421 }
421 if (is_chromeos) { 422 if (is_chromeos) {
422 sources += [ "first_run/first_run_helper_unittest.cc" ] 423 sources += [ "first_run/first_run_helper_unittest.cc" ]
423 deps += [ 424 deps += [
424 "//chromeos", 425 "//chromeos",
425 "//chromeos:power_manager_proto", 426 "//chromeos:power_manager_proto",
426 "//chromeos:test_support_without_gmock", 427 "//chromeos:test_support_without_gmock",
428 "//components/quirks",
427 "//device/bluetooth", 429 "//device/bluetooth",
430 "//net:net",
428 "//ui/chromeos:ui_chromeos", 431 "//ui/chromeos:ui_chromeos",
429 "//ui/display", 432 "//ui/display",
430 "//ui/display:test_support", 433 "//ui/display:test_support",
431 "//ui/display:test_util", 434 "//ui/display:test_util",
432 ] 435 ]
433 } else { 436 } else {
434 sources -= [ 437 sources -= [
435 "accelerators/magnifier_key_scroller_unittest.cc", 438 "accelerators/magnifier_key_scroller_unittest.cc",
436 "accelerators/spoken_feedback_toggler_unittest.cc", 439 "accelerators/spoken_feedback_toggler_unittest.cc",
437 "display/resolution_notification_controller_unittest.cc", 440 "display/resolution_notification_controller_unittest.cc",
(...skipping 30 matching lines...) Expand all
468 configs += [ "//build/config/win:windowed" ] 471 configs += [ "//build/config/win:windowed" ]
469 deps += [ "//sandbox" ] 472 deps += [ "//sandbox" ]
470 } 473 }
471 474
472 if (is_chromeos) { 475 if (is_chromeos) {
473 deps += [ "//device/bluetooth" ] 476 deps += [ "//device/bluetooth" ]
474 } 477 }
475 } 478 }
476 # When adding support for isolates, please have a look at run-time dependencies 479 # When adding support for isolates, please have a look at run-time dependencies
477 # in the ash_unittests_run target in ash.gyp. 480 # in the ash_unittests_run target in ash.gyp.
OLDNEW
« no previous file with comments | « no previous file | ash/DEPS » ('j') | ash/display/display_color_manager_chromeos.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698