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

Side by Side Diff: ash/BUILD.gn

Issue 1392713002: Extract content dependency from keyboard code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 2 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/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 8
9 gypi_values = exec_script("//build/gypi_to_gn.py", 9 gypi_values = exec_script("//build/gypi_to_gn.py",
10 [ rebase_path("ash.gyp") ], 10 [ rebase_path("ash.gyp") ],
(...skipping 29 matching lines...) Expand all
40 "//ui/base", 40 "//ui/base",
41 "//ui/base/ime", 41 "//ui/base/ime",
42 "//ui/compositor", 42 "//ui/compositor",
43 "//ui/events", 43 "//ui/events",
44 "//ui/events:events_base", 44 "//ui/events:events_base",
45 "//ui/events:gesture_detection", 45 "//ui/events:gesture_detection",
46 "//ui/events/devices", 46 "//ui/events/devices",
47 "//ui/gfx", 47 "//ui/gfx",
48 "//ui/gfx/geometry", 48 "//ui/gfx/geometry",
49 "//ui/keyboard", 49 "//ui/keyboard",
50 "//ui/keyboard:keyboard_with_content",
50 "//ui/message_center", 51 "//ui/message_center",
51 "//ui/resources", 52 "//ui/resources",
52 "//ui/strings", 53 "//ui/strings",
53 "//ui/views", 54 "//ui/views",
54 "//ui/views/controls/webview", 55 "//ui/views/controls/webview",
55 "//ui/web_dialogs", 56 "//ui/web_dialogs",
56 "//ui/wm", 57 "//ui/wm",
57 "//url", 58 "//url",
58 ] 59 ]
59 60
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 "//base/third_party/dynamic_annotations", 151 "//base/third_party/dynamic_annotations",
151 "//content/public/browser", 152 "//content/public/browser",
152 "//ipc", 153 "//ipc",
153 "//skia", 154 "//skia",
154 "//ui/aura", 155 "//ui/aura",
155 "//ui/base", 156 "//ui/base",
156 "//ui/compositor", 157 "//ui/compositor",
157 "//ui/events", 158 "//ui/events",
158 "//ui/gfx", 159 "//ui/gfx",
159 "//ui/gfx/geometry", 160 "//ui/gfx/geometry",
161 "//ui/keyboard:keyboard_with_content",
160 "//ui/resources", 162 "//ui/resources",
161 "//ui/strings", 163 "//ui/strings",
162 "//ui/views", 164 "//ui/views",
163 "//ui/views/controls/webview", 165 "//ui/views/controls/webview",
164 "//ui/web_dialogs", 166 "//ui/web_dialogs",
165 "//url", 167 "//url",
166 ] 168 ]
167 } 169 }
168 170
169 source_set("test_support") { 171 source_set("test_support") {
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 "//ui/app_list", 246 "//ui/app_list",
245 "//ui/aura", 247 "//ui/aura",
246 "//ui/base", 248 "//ui/base",
247 "//ui/base/ime", 249 "//ui/base/ime",
248 "//ui/compositor", 250 "//ui/compositor",
249 "//ui/events", 251 "//ui/events",
250 "//ui/events:events_base", 252 "//ui/events:events_base",
251 "//ui/gfx", 253 "//ui/gfx",
252 "//ui/gfx/geometry", 254 "//ui/gfx/geometry",
253 "//ui/keyboard", 255 "//ui/keyboard",
256 "//ui/keyboard:keyboard_with_content",
254 "//ui/message_center", 257 "//ui/message_center",
255 "//ui/resources", 258 "//ui/resources",
256 "//ui/views", 259 "//ui/views",
257 "//ui/views:test_support", 260 "//ui/views:test_support",
258 "//ui/views/examples:views_examples_lib", 261 "//ui/views/examples:views_examples_lib",
259 "//ui/views/examples:views_examples_with_content_lib", 262 "//ui/views/examples:views_examples_with_content_lib",
260 ] 263 ]
261 } 264 }
262 265
263 static_library("ash_shell_lib_with_content") { 266 static_library("ash_shell_lib_with_content") {
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 "//ui/base:test_support", 303 "//ui/base:test_support",
301 "//ui/compositor", 304 "//ui/compositor",
302 "//ui/compositor:test_support", 305 "//ui/compositor:test_support",
303 "//ui/events", 306 "//ui/events",
304 "//ui/events/devices", 307 "//ui/events/devices",
305 "//ui/events:test_support", 308 "//ui/events:test_support",
306 "//ui/events:gesture_detection", 309 "//ui/events:gesture_detection",
307 "//ui/gfx", 310 "//ui/gfx",
308 "//ui/gfx/geometry", 311 "//ui/gfx/geometry",
309 "//ui/keyboard", 312 "//ui/keyboard",
313 "//ui/keyboard:keyboard_with_content",
310 "//ui/message_center", 314 "//ui/message_center",
311 "//ui/message_center:test_support", 315 "//ui/message_center:test_support",
312 "//ui/resources", 316 "//ui/resources",
313 "//ui/views", 317 "//ui/views",
314 "//ui/views:test_support", 318 "//ui/views:test_support",
315 "//ui/views/controls/webview:test_support", 319 "//ui/views/controls/webview:test_support",
316 "//ui/web_dialogs:test_support", 320 "//ui/web_dialogs:test_support",
317 "//ui/wm", 321 "//ui/wm",
318 "//url", 322 "//url",
319 ] 323 ]
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
396 configs += [ "//build/config/win:windowed" ] 400 configs += [ "//build/config/win:windowed" ]
397 deps += [ "//sandbox" ] 401 deps += [ "//sandbox" ]
398 } 402 }
399 403
400 if (is_chromeos) { 404 if (is_chromeos) {
401 deps += [ "//device/bluetooth" ] 405 deps += [ "//device/bluetooth" ]
402 } 406 }
403 } 407 }
404 # When adding support for isolates, please have a look at run-time dependencies 408 # When adding support for isolates, please have a look at run-time dependencies
405 # in the ash_unittests_run target in ash.gyp. 409 # in the ash_unittests_run target in ash.gyp.
OLDNEW
« no previous file with comments | « no previous file | ash/ash.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698