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

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: Sixth round of review fixes, sorting out thread issues Created 4 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 | « no previous file | ash/DEPS » ('j') | components/quirks/quirks_manager.h » ('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 351 matching lines...) Expand 10 before | Expand all | Expand 10 after
468 configs += [ "//build/config/win:windowed" ] 469 configs += [ "//build/config/win:windowed" ]
469 deps += [ "//sandbox" ] 470 deps += [ "//sandbox" ]
470 } 471 }
471 472
472 if (is_chromeos) { 473 if (is_chromeos) {
473 deps += [ "//device/bluetooth" ] 474 deps += [ "//device/bluetooth" ]
474 } 475 }
475 } 476 }
476 # When adding support for isolates, please have a look at run-time dependencies 477 # When adding support for isolates, please have a look at run-time dependencies
477 # in the ash_unittests_run target in ash.gyp. 478 # in the ash_unittests_run target in ash.gyp.
OLDNEW
« no previous file with comments | « no previous file | ash/DEPS » ('j') | components/quirks/quirks_manager.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698