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

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

Issue 1192583002: Revert of views: Move TOOLKIT_VIEWS definition in //ui/views/ from root. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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 | « components/components_tests.gyp ('k') | 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 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 "views/start_page_view.h", 164 "views/start_page_view.h",
165 "views/tile_item_view.cc", 165 "views/tile_item_view.cc",
166 "views/tile_item_view.h", 166 "views/tile_item_view.h",
167 "views/top_icon_animation_view.cc", 167 "views/top_icon_animation_view.cc",
168 "views/top_icon_animation_view.h", 168 "views/top_icon_animation_view.h",
169 ] 169 ]
170 deps += [ 170 deps += [
171 "//ui/events", 171 "//ui/events",
172 "//ui/views", 172 "//ui/views",
173 ] 173 ]
174
175 public_deps = [
176 "//ui/views",
177 ]
178 } 174 }
179 175
180 if (is_mac) { 176 if (is_mac) {
181 sources += [ 177 sources += [
182 "cocoa/app_list_pager_view.h", 178 "cocoa/app_list_pager_view.h",
183 "cocoa/app_list_pager_view.mm", 179 "cocoa/app_list_pager_view.mm",
184 "cocoa/app_list_view_controller.h", 180 "cocoa/app_list_view_controller.h",
185 "cocoa/app_list_view_controller.mm", 181 "cocoa/app_list_view_controller.mm",
186 "cocoa/app_list_window_controller.h", 182 "cocoa/app_list_window_controller.h",
187 "cocoa/app_list_window_controller.mm", 183 "cocoa/app_list_window_controller.mm",
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 "cocoa/app_list_view_controller_unittest.mm", 319 "cocoa/app_list_view_controller_unittest.mm",
324 "cocoa/app_list_window_controller_unittest.mm", 320 "cocoa/app_list_window_controller_unittest.mm",
325 "cocoa/apps_grid_controller_unittest.mm", 321 "cocoa/apps_grid_controller_unittest.mm",
326 "cocoa/apps_search_box_controller_unittest.mm", 322 "cocoa/apps_search_box_controller_unittest.mm",
327 "cocoa/apps_search_results_controller_unittest.mm", 323 "cocoa/apps_search_results_controller_unittest.mm",
328 "cocoa/test/apps_grid_controller_test_helper.h", 324 "cocoa/test/apps_grid_controller_test_helper.h",
329 "cocoa/test/apps_grid_controller_test_helper.mm", 325 "cocoa/test/apps_grid_controller_test_helper.mm",
330 ] 326 ]
331 } 327 }
332 } 328 }
OLDNEW
« no previous file with comments | « components/components_tests.gyp ('k') | ui/app_list/app_list.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698