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

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

Issue 10534051: app_list: Add transition for apps grid and search results. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 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 | Annotate | Revision Log
« no previous file with comments | « ui/app_list/DEPS ('k') | ui/app_list/app_list_bubble_border.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 19 matching lines...) Expand all
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_view.cc', 35 'app_list_view.cc',
36 'app_list_view.h', 36 'app_list_view.h',
37 'app_list_view_delegate.h', 37 'app_list_view_delegate.h',
38 'apps_grid_view.cc', 38 'apps_grid_view.cc',
39 'apps_grid_view.h', 39 'apps_grid_view.h',
40 'contents_view.cc',
41 'contents_view.h',
40 'drop_shadow_label.cc', 42 'drop_shadow_label.cc',
41 'drop_shadow_label.h', 43 'drop_shadow_label.h',
42 'icon_cache.cc', 44 'icon_cache.cc',
43 'icon_cache.h', 45 'icon_cache.h',
44 'page_switcher.cc', 46 'page_switcher.cc',
45 'page_switcher.h', 47 'page_switcher.h',
46 'pagination_model.cc', 48 'pagination_model.cc',
47 'pagination_model.h', 49 'pagination_model.h',
48 'pagination_model_observer.h', 50 'pagination_model_observer.h',
49 'search_box_model.h', 51 'search_box_model.h',
(...skipping 26 matching lines...) Expand all
76 ], 78 ],
77 'sources': [ 79 'sources': [
78 'apps_grid_view_unittest.cc', 80 'apps_grid_view_unittest.cc',
79 'test/app_list_test_suite.cc', 81 'test/app_list_test_suite.cc',
80 'test/app_list_test_suite.h', 82 'test/app_list_test_suite.h',
81 'test/run_all_unittests.cc', 83 'test/run_all_unittests.cc',
82 ], 84 ],
83 }, 85 },
84 ], 86 ],
85 } 87 }
OLDNEW
« no previous file with comments | « ui/app_list/DEPS ('k') | ui/app_list/app_list_bubble_border.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698