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

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

Issue 1516053002: [Chromecast][BuildFix] Remove circular dependency in GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Created 5 years 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/ozone/platform/cast/BUILD.gn » ('j') | ui/ozone/platform/cast/BUILD.gn » ('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/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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/app_list/resources", 81 "//ui/app_list/resources",
82 "//ui/base", 82 "//ui/base",
83 "//ui/base/ime", 83 "//ui/base/ime",
84 "//ui/compositor", 84 "//ui/compositor",
85 "//ui/events",
85 "//ui/events:events_base", 86 "//ui/events:events_base",
Matt Giuca 2015/12/11 02:04:32 Does line 85 supersede line 86? Try removing it an
slan 2015/12/11 15:47:50 Good thought. Done.
86 "//ui/gfx", 87 "//ui/gfx",
87 "//ui/gfx/geometry", 88 "//ui/gfx/geometry",
88 "//ui/resources", 89 "//ui/resources",
89 "//ui/strings", 90 "//ui/strings",
90 ] 91 ]
91 92
92 if (use_aura) { 93 if (use_aura) {
93 deps += [ 94 deps += [
94 "//ui/aura", 95 "//ui/aura",
95 "//ui/wm", 96 "//ui/wm",
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
343 "cocoa/app_list_view_controller_unittest.mm", 344 "cocoa/app_list_view_controller_unittest.mm",
344 "cocoa/app_list_window_controller_unittest.mm", 345 "cocoa/app_list_window_controller_unittest.mm",
345 "cocoa/apps_grid_controller_unittest.mm", 346 "cocoa/apps_grid_controller_unittest.mm",
346 "cocoa/apps_search_box_controller_unittest.mm", 347 "cocoa/apps_search_box_controller_unittest.mm",
347 "cocoa/apps_search_results_controller_unittest.mm", 348 "cocoa/apps_search_results_controller_unittest.mm",
348 "cocoa/test/apps_grid_controller_test_helper.h", 349 "cocoa/test/apps_grid_controller_test_helper.h",
349 "cocoa/test/apps_grid_controller_test_helper.mm", 350 "cocoa/test/apps_grid_controller_test_helper.mm",
350 ] 351 ]
351 } 352 }
352 } 353 }
OLDNEW
« no previous file with comments | « no previous file | ui/ozone/platform/cast/BUILD.gn » ('j') | ui/ozone/platform/cast/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698