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

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

Issue 2787693002: Remove more dead app list code. (Closed)
Patch Set: updated comment Created 3 years, 8 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 | « chrome/common/pref_names.cc ('k') | ui/app_list/app_list_constants.h » ('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",
11 "app_list_constants.h", 11 "app_list_constants.h",
12 "app_list_export.h", 12 "app_list_export.h",
13 "app_list_folder_item.cc", 13 "app_list_folder_item.cc",
14 "app_list_folder_item.h", 14 "app_list_folder_item.h",
15 "app_list_item.cc", 15 "app_list_item.cc",
16 "app_list_item.h", 16 "app_list_item.h",
17 "app_list_item_list.cc", 17 "app_list_item_list.cc",
18 "app_list_item_list.h", 18 "app_list_item_list.h",
19 "app_list_item_list_observer.h", 19 "app_list_item_list_observer.h",
20 "app_list_item_observer.h", 20 "app_list_item_observer.h",
21 "app_list_model.cc", 21 "app_list_model.cc",
22 "app_list_model.h", 22 "app_list_model.h",
23 "app_list_model_observer.h", 23 "app_list_model_observer.h",
24 "app_list_switches.cc", 24 "app_list_switches.cc",
25 "app_list_switches.h", 25 "app_list_switches.h",
26 "app_list_view_delegate.cc",
27 "app_list_view_delegate.h", 26 "app_list_view_delegate.h",
28 "folder_image.cc", 27 "folder_image.cc",
29 "folder_image.h", 28 "folder_image.h",
30 "pagination_controller.cc", 29 "pagination_controller.cc",
31 "pagination_controller.h", 30 "pagination_controller.h",
32 "pagination_model.cc", 31 "pagination_model.cc",
33 "pagination_model.h", 32 "pagination_model.h",
34 "pagination_model_observer.h", 33 "pagination_model_observer.h",
35 "search/dictionary_data_store.cc", 34 "search/dictionary_data_store.cc",
36 "search/dictionary_data_store.h", 35 "search/dictionary_data_store.h",
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
268 "views/speech_view_unittest.cc", 267 "views/speech_view_unittest.cc",
269 "views/test/apps_grid_view_test_api.cc", 268 "views/test/apps_grid_view_test_api.cc",
270 "views/test/apps_grid_view_test_api.h", 269 "views/test/apps_grid_view_test_api.h",
271 ] 270 ]
272 deps += [ 271 deps += [
273 "//ui/views", 272 "//ui/views",
274 "//ui/views:test_support", 273 "//ui/views:test_support",
275 ] 274 ]
276 } 275 }
277 } 276 }
OLDNEW
« no previous file with comments | « chrome/common/pref_names.cc ('k') | ui/app_list/app_list_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698