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

Side by Side Diff: ash/BUILD.gn

Issue 1871233002: Move LatencyInfo to ui/latency_info (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix some more gyp issues Created 4 years, 7 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 | « BUILD.gn ('k') | ash/ash.gyp » ('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/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 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 "//ui/aura:test_support", 207 "//ui/aura:test_support",
208 "//ui/base:test_support", 208 "//ui/base:test_support",
209 "//ui/compositor:test_support", 209 "//ui/compositor:test_support",
210 "//ui/display/types", 210 "//ui/display/types",
211 "//ui/events:events_base", 211 "//ui/events:events_base",
212 "//ui/events:test_support", 212 "//ui/events:test_support",
213 "//ui/events/devices", 213 "//ui/events/devices",
214 "//ui/gl", 214 "//ui/gl",
215 "//ui/gl:test_support", 215 "//ui/gl:test_support",
216 "//ui/keyboard", 216 "//ui/keyboard",
217 "//ui/latency_info",
217 "//ui/message_center", 218 "//ui/message_center",
218 "//ui/views", 219 "//ui/views",
219 "//ui/views:test_support", 220 "//ui/views:test_support",
220 "//ui/wm", 221 "//ui/wm",
221 ] 222 ]
222 223
223 if (is_win) { 224 if (is_win) {
224 deps += [ "//ui/platform_window/win" ] 225 deps += [ "//ui/platform_window/win" ]
225 } 226 }
226 227
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
480 configs += [ "//build/config/win:windowed" ] 481 configs += [ "//build/config/win:windowed" ]
481 deps += [ "//sandbox" ] 482 deps += [ "//sandbox" ]
482 } 483 }
483 484
484 if (is_chromeos) { 485 if (is_chromeos) {
485 deps += [ "//device/bluetooth" ] 486 deps += [ "//device/bluetooth" ]
486 } 487 }
487 } 488 }
488 # When adding support for isolates, please have a look at run-time dependencies 489 # When adding support for isolates, please have a look at run-time dependencies
489 # in the ash_unittests_run target in ash.gyp. 490 # in the ash_unittests_run target in ash.gyp.
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | ash/ash.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698