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

Side by Side Diff: ash/BUILD.gn

Issue 895363005: Revert of Split ui/base/ime into a new component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/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 18 matching lines...) Expand all
29 "//components/wallpaper", 29 "//components/wallpaper",
30 "//content/public/browser", 30 "//content/public/browser",
31 "//media", 31 "//media",
32 "//net", 32 "//net",
33 "//skia", 33 "//skia",
34 "//third_party/icu", 34 "//third_party/icu",
35 "//ui/accessibility", 35 "//ui/accessibility",
36 "//ui/app_list", 36 "//ui/app_list",
37 "//ui/aura", 37 "//ui/aura",
38 "//ui/base", 38 "//ui/base",
39 "//ui/base/ime",
40 "//ui/compositor", 39 "//ui/compositor",
41 "//ui/events", 40 "//ui/events",
42 "//ui/events:events_base", 41 "//ui/events:events_base",
43 "//ui/events:gesture_detection", 42 "//ui/events:gesture_detection",
44 "//ui/events/devices", 43 "//ui/events/devices",
45 "//ui/gfx", 44 "//ui/gfx",
46 "//ui/gfx/geometry", 45 "//ui/gfx/geometry",
47 "//ui/keyboard", 46 "//ui/keyboard",
48 "//ui/message_center", 47 "//ui/message_center",
49 "//ui/resources", 48 "//ui/resources",
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 222
224 #"//chrome:packed_resources", TODO(GYP) 223 #"//chrome:packed_resources", TODO(GYP)
225 "//content", 224 "//content",
226 "//content/shell:content_shell_lib", 225 "//content/shell:content_shell_lib",
227 "//net", 226 "//net",
228 "//skia", 227 "//skia",
229 "//third_party/icu", 228 "//third_party/icu",
230 "//ui/app_list", 229 "//ui/app_list",
231 "//ui/aura", 230 "//ui/aura",
232 "//ui/base", 231 "//ui/base",
233 "//ui/base/ime",
234 "//ui/compositor", 232 "//ui/compositor",
235 "//ui/events", 233 "//ui/events",
236 "//ui/events:events_base", 234 "//ui/events:events_base",
237 "//ui/gfx", 235 "//ui/gfx",
238 "//ui/gfx/geometry", 236 "//ui/gfx/geometry",
239 "//ui/keyboard", 237 "//ui/keyboard",
240 "//ui/message_center", 238 "//ui/message_center",
241 "//ui/resources", 239 "//ui/resources",
242 "//ui/views", 240 "//ui/views",
243 "//ui/views:test_support", 241 "//ui/views:test_support",
(...skipping 17 matching lines...) Expand all
261 "//components/user_manager", 259 "//components/user_manager",
262 "//content/public/browser", 260 "//content/public/browser",
263 "//content/test:test_support", 261 "//content/test:test_support",
264 "//skia", 262 "//skia",
265 "//testing/gtest", 263 "//testing/gtest",
266 "//third_party/icu", 264 "//third_party/icu",
267 "//ui/accessibility", 265 "//ui/accessibility",
268 "//ui/aura", 266 "//ui/aura",
269 "//ui/aura:test_support", 267 "//ui/aura:test_support",
270 "//ui/base", 268 "//ui/base",
271 "//ui/base/ime",
272 "//ui/base:test_support", 269 "//ui/base:test_support",
273 "//ui/compositor", 270 "//ui/compositor",
274 "//ui/compositor:test_support", 271 "//ui/compositor:test_support",
275 "//ui/events", 272 "//ui/events",
276 "//ui/events/devices", 273 "//ui/events/devices",
277 "//ui/events:test_support", 274 "//ui/events:test_support",
278 "//ui/events:gesture_detection", 275 "//ui/events:gesture_detection",
279 "//ui/gfx", 276 "//ui/gfx",
280 "//ui/gfx/geometry", 277 "//ui/gfx/geometry",
281 "//ui/keyboard", 278 "//ui/keyboard",
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
391 "//skia", 388 "//skia",
392 "//testing/gtest", 389 "//testing/gtest",
393 "//ui/accessibility", 390 "//ui/accessibility",
394 ] 391 ]
395 392
396 if (is_chromeos) { 393 if (is_chromeos) {
397 deps += [ "//ui/display" ] 394 deps += [ "//ui/display" ]
398 } 395 }
399 } 396 }
400 } 397 }
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