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

Side by Side Diff: ui/app_list/app_list.gyp

Issue 10695203: app_list: Create an app_list_switches.* to put all app list switches. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/ui/views/ash/app_list/search_builder.cc ('k') | ui/app_list/app_list_switches.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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 14 matching lines...) Expand all
25 'app_list_bubble_border.cc', 25 'app_list_bubble_border.cc',
26 'app_list_bubble_border.h', 26 'app_list_bubble_border.h',
27 'app_list_export.h', 27 'app_list_export.h',
28 'app_list_item_model.cc', 28 'app_list_item_model.cc',
29 'app_list_item_model.h', 29 'app_list_item_model.h',
30 'app_list_item_model_observer.h', 30 'app_list_item_model_observer.h',
31 'app_list_item_view.cc', 31 'app_list_item_view.cc',
32 'app_list_item_view.h', 32 'app_list_item_view.h',
33 'app_list_model.cc', 33 'app_list_model.cc',
34 'app_list_model.h', 34 'app_list_model.h',
35 'app_list_switches.cc',
36 'app_list_switches.h',
35 'app_list_view.cc', 37 'app_list_view.cc',
36 'app_list_view.h', 38 'app_list_view.h',
37 'app_list_view_delegate.h', 39 'app_list_view_delegate.h',
38 'apps_grid_view.cc', 40 'apps_grid_view.cc',
39 'apps_grid_view.h', 41 'apps_grid_view.h',
40 'contents_view.cc', 42 'contents_view.cc',
41 'contents_view.h', 43 'contents_view.h',
42 'drop_shadow_label.cc', 44 'drop_shadow_label.cc',
43 'drop_shadow_label.h', 45 'drop_shadow_label.h',
44 'icon_cache.cc', 46 'icon_cache.cc',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 'sources': [ 81 'sources': [
80 'apps_grid_view_unittest.cc', 82 'apps_grid_view_unittest.cc',
81 'pagination_model_unittest.cc', 83 'pagination_model_unittest.cc',
82 'test/app_list_test_suite.cc', 84 'test/app_list_test_suite.cc',
83 'test/app_list_test_suite.h', 85 'test/app_list_test_suite.h',
84 'test/run_all_unittests.cc', 86 'test/run_all_unittests.cc',
85 ], 87 ],
86 }, 88 },
87 ], 89 ],
88 } 90 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/ash/app_list/search_builder.cc ('k') | ui/app_list/app_list_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698