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

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

Issue 665233002: Experimental app list: Added "All apps" button on start page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git/+/app-list-factor-folderimagesource
Patch Set: Rebase. Created 6 years, 1 month 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 6
7 component("app_list") { 7 component("app_list") {
8 sources = [ 8 sources = [
9 "app_list_constants.cc", 9 "app_list_constants.cc",
10 "app_list_constants.h", 10 "app_list_constants.h",
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 88
89 if (use_aura) { 89 if (use_aura) {
90 deps += [ 90 deps += [
91 "//ui/aura", 91 "//ui/aura",
92 "//ui/wm", 92 "//ui/wm",
93 ] 93 ]
94 } 94 }
95 95
96 if (toolkit_views) { 96 if (toolkit_views) {
97 sources += [ 97 sources += [
98 "views/all_apps_tile_item_view.cc",
99 "views/all_apps_tile_item_view.h",
98 "views/apps_container_view.cc", 100 "views/apps_container_view.cc",
99 "views/apps_container_view.h", 101 "views/apps_container_view.h",
100 "views/app_list_background.cc", 102 "views/app_list_background.cc",
101 "views/app_list_background.h", 103 "views/app_list_background.h",
102 "views/app_list_drag_and_drop_host.h", 104 "views/app_list_drag_and_drop_host.h",
103 "views/app_list_folder_view.cc", 105 "views/app_list_folder_view.cc",
104 "views/app_list_folder_view.h", 106 "views/app_list_folder_view.h",
105 "views/app_list_item_view.cc", 107 "views/app_list_item_view.cc",
106 "views/app_list_item_view.h", 108 "views/app_list_item_view.h",
107 "views/app_list_main_view.cc", 109 "views/app_list_main_view.cc",
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 "views/search_result_actions_view.h", 141 "views/search_result_actions_view.h",
140 "views/search_result_list_view.cc", 142 "views/search_result_list_view.cc",
141 "views/search_result_list_view.h", 143 "views/search_result_list_view.h",
142 "views/search_result_list_view_delegate.h", 144 "views/search_result_list_view_delegate.h",
143 "views/search_result_view.cc", 145 "views/search_result_view.cc",
144 "views/search_result_view.h", 146 "views/search_result_view.h",
145 "views/speech_view.cc", 147 "views/speech_view.cc",
146 "views/speech_view.h", 148 "views/speech_view.h",
147 "views/start_page_view.cc", 149 "views/start_page_view.cc",
148 "views/start_page_view.h", 150 "views/start_page_view.h",
151 "views/search_result_tile_item_view.cc",
152 "views/search_result_tile_item_view.h",
149 "views/tile_item_view.cc", 153 "views/tile_item_view.cc",
150 "views/tile_item_view.h", 154 "views/tile_item_view.h",
151 "views/top_icon_animation_view.cc", 155 "views/top_icon_animation_view.cc",
152 "views/top_icon_animation_view.h", 156 "views/top_icon_animation_view.h",
153 ] 157 ]
154 deps += [ 158 deps += [
155 "//ui/events", 159 "//ui/events",
156 "//ui/views", 160 "//ui/views",
157 ] 161 ]
158 } 162 }
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
261 "cocoa/app_list_view_controller_unittest.mm", 265 "cocoa/app_list_view_controller_unittest.mm",
262 "cocoa/app_list_window_controller_unittest.mm", 266 "cocoa/app_list_window_controller_unittest.mm",
263 "cocoa/apps_grid_controller_unittest.mm", 267 "cocoa/apps_grid_controller_unittest.mm",
264 "cocoa/apps_search_box_controller_unittest.mm", 268 "cocoa/apps_search_box_controller_unittest.mm",
265 "cocoa/apps_search_results_controller_unittest.mm", 269 "cocoa/apps_search_results_controller_unittest.mm",
266 "cocoa/test/apps_grid_controller_test_helper.h", 270 "cocoa/test/apps_grid_controller_test_helper.h",
267 "cocoa/test/apps_grid_controller_test_helper.mm", 271 "cocoa/test/apps_grid_controller_test_helper.mm",
268 ] 272 ]
269 } 273 }
270 } 274 }
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