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

Side by Side Diff: ui/app_list/BUILD.gn

Issue 1127603002: Add build dependency: ui/app_list uses ui/base/ime (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « no previous file | ui/app_list/app_list.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/ui.gni") 5 import("//build/config/ui.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 component("app_list") { 8 component("app_list") {
9 sources = [ 9 sources = [
10 "app_list_constants.cc", 10 "app_list_constants.cc",
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 deps = [ 72 deps = [
73 "//base", 73 "//base",
74 "//base:i18n", 74 "//base:i18n",
75 "//base/third_party/dynamic_annotations", 75 "//base/third_party/dynamic_annotations",
76 "//components/keyed_service/core", 76 "//components/keyed_service/core",
77 "//skia", 77 "//skia",
78 "//sync", 78 "//sync",
79 "//third_party/icu", 79 "//third_party/icu",
80 "//ui/accessibility", 80 "//ui/accessibility",
81 "//ui/base", 81 "//ui/base",
82 "//ui/base/ime",
82 "//ui/compositor", 83 "//ui/compositor",
83 "//ui/events:events_base", 84 "//ui/events:events_base",
84 "//ui/gfx", 85 "//ui/gfx",
85 "//ui/gfx/geometry", 86 "//ui/gfx/geometry",
86 "//ui/resources", 87 "//ui/resources",
87 "//ui/strings", 88 "//ui/strings",
88 ] 89 ]
89 90
90 if (use_aura) { 91 if (use_aura) {
91 deps += [ 92 deps += [
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 "cocoa/app_list_view_controller_unittest.mm", 316 "cocoa/app_list_view_controller_unittest.mm",
316 "cocoa/app_list_window_controller_unittest.mm", 317 "cocoa/app_list_window_controller_unittest.mm",
317 "cocoa/apps_grid_controller_unittest.mm", 318 "cocoa/apps_grid_controller_unittest.mm",
318 "cocoa/apps_search_box_controller_unittest.mm", 319 "cocoa/apps_search_box_controller_unittest.mm",
319 "cocoa/apps_search_results_controller_unittest.mm", 320 "cocoa/apps_search_results_controller_unittest.mm",
320 "cocoa/test/apps_grid_controller_test_helper.h", 321 "cocoa/test/apps_grid_controller_test_helper.h",
321 "cocoa/test/apps_grid_controller_test_helper.mm", 322 "cocoa/test/apps_grid_controller_test_helper.mm",
322 ] 323 ]
323 } 324 }
324 } 325 }
OLDNEW
« no previous file with comments | « no previous file | ui/app_list/app_list.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698