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

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

Issue 11371003: app_list: Add sync animation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix missed init Created 8 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | ui/app_list/app_list_model.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 16 matching lines...) Expand all
27 'app_list_constants.cc', 27 'app_list_constants.cc',
28 'app_list_constants.h', 28 'app_list_constants.h',
29 'app_list_export.h', 29 'app_list_export.h',
30 'app_list_item_model.cc', 30 'app_list_item_model.cc',
31 'app_list_item_model.h', 31 'app_list_item_model.h',
32 'app_list_item_model_observer.h', 32 'app_list_item_model_observer.h',
33 'app_list_item_view.cc', 33 'app_list_item_view.cc',
34 'app_list_item_view.h', 34 'app_list_item_view.h',
35 'app_list_model.cc', 35 'app_list_model.cc',
36 'app_list_model.h', 36 'app_list_model.h',
37 'app_list_model_observer.h',
37 'app_list_switches.cc', 38 'app_list_switches.cc',
38 'app_list_switches.h', 39 'app_list_switches.h',
39 'app_list_view.cc', 40 'app_list_view.cc',
40 'app_list_view.h', 41 'app_list_view.h',
41 'app_list_view_delegate.h', 42 'app_list_view_delegate.h',
42 'apps_grid_view.cc', 43 'apps_grid_view.cc',
43 'apps_grid_view.h', 44 'apps_grid_view.h',
44 'apps_grid_view_delegate.h', 45 'apps_grid_view_delegate.h',
45 'contents_view.cc', 46 'contents_view.cc',
46 'contents_view.h', 47 'contents_view.h',
47 'page_switcher.cc', 48 'page_switcher.cc',
48 'page_switcher.h', 49 'page_switcher.h',
49 'pagination_model.cc', 50 'pagination_model.cc',
50 'pagination_model.h', 51 'pagination_model.h',
51 'pagination_model_observer.h', 52 'pagination_model_observer.h',
53 'pulsing_block_view.cc',
54 'pulsing_block_view.h',
52 'search_box_model.h', 55 'search_box_model.h',
53 'search_box_model.cc', 56 'search_box_model.cc',
54 'search_box_model_observer.h', 57 'search_box_model_observer.h',
55 'search_box_view.cc', 58 'search_box_view.cc',
56 'search_box_view.h', 59 'search_box_view.h',
57 'search_box_view_delegate.h', 60 'search_box_view_delegate.h',
58 'search_result.cc', 61 'search_result.cc',
59 'search_result.h', 62 'search_result.h',
60 'search_result_view.cc', 63 'search_result_view.cc',
61 'search_result_view.h', 64 'search_result_view.h',
(...skipping 21 matching lines...) Expand all
83 'pagination_model_unittest.cc', 86 'pagination_model_unittest.cc',
84 'test/apps_grid_view_test_api.cc', 87 'test/apps_grid_view_test_api.cc',
85 'test/apps_grid_view_test_api.h', 88 'test/apps_grid_view_test_api.h',
86 'test/app_list_test_suite.cc', 89 'test/app_list_test_suite.cc',
87 'test/app_list_test_suite.h', 90 'test/app_list_test_suite.h',
88 'test/run_all_unittests.cc', 91 'test/run_all_unittests.cc',
89 ], 92 ],
90 }, 93 },
91 ], 94 ],
92 } 95 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | ui/app_list/app_list_model.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698