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

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

Issue 701773002: App list: Added contents view custom animation framework. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed default animator reverse not being set. Oooops. 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 | « ui/app_list/BUILD.gn ('k') | ui/app_list/views/contents_animator.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 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 'views/app_list_view.h', 131 'views/app_list_view.h',
132 'views/app_list_view_observer.h', 132 'views/app_list_view_observer.h',
133 'views/apps_grid_view.cc', 133 'views/apps_grid_view.cc',
134 'views/apps_grid_view.h', 134 'views/apps_grid_view.h',
135 'views/apps_grid_view_delegate.h', 135 'views/apps_grid_view_delegate.h',
136 'views/apps_grid_view_folder_delegate.h', 136 'views/apps_grid_view_folder_delegate.h',
137 'views/cached_label.cc', 137 'views/cached_label.cc',
138 'views/cached_label.h', 138 'views/cached_label.h',
139 'views/contents_switcher_view.cc', 139 'views/contents_switcher_view.cc',
140 'views/contents_switcher_view.h', 140 'views/contents_switcher_view.h',
141 'views/contents_animator.cc',
142 'views/contents_animator.h',
141 'views/contents_view.cc', 143 'views/contents_view.cc',
142 'views/contents_view.h', 144 'views/contents_view.h',
143 'views/folder_background_view.cc', 145 'views/folder_background_view.cc',
144 'views/folder_background_view.h', 146 'views/folder_background_view.h',
145 'views/folder_header_view.cc', 147 'views/folder_header_view.cc',
146 'views/folder_header_view.h', 148 'views/folder_header_view.h',
147 'views/folder_header_view_delegate.h', 149 'views/folder_header_view_delegate.h',
148 'views/page_switcher.cc', 150 'views/page_switcher.cc',
149 'views/page_switcher.h', 151 'views/page_switcher.h',
150 'views/progress_bar_view.cc', 152 'views/progress_bar_view.cc',
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 'search/history_data_store_unittest.cc', 266 'search/history_data_store_unittest.cc',
265 'search/mixer_unittest.cc', 267 'search/mixer_unittest.cc',
266 'search/term_break_iterator_unittest.cc', 268 'search/term_break_iterator_unittest.cc',
267 'search/tokenized_string_char_iterator_unittest.cc', 269 'search/tokenized_string_char_iterator_unittest.cc',
268 'search/tokenized_string_match_unittest.cc', 270 'search/tokenized_string_match_unittest.cc',
269 'search/tokenized_string_unittest.cc', 271 'search/tokenized_string_unittest.cc',
270 'test/run_all_unittests.cc', 272 'test/run_all_unittests.cc',
271 'views/app_list_main_view_unittest.cc', 273 'views/app_list_main_view_unittest.cc',
272 'views/app_list_view_unittest.cc', 274 'views/app_list_view_unittest.cc',
273 'views/apps_grid_view_unittest.cc', 275 'views/apps_grid_view_unittest.cc',
276 'views/contents_view_unittest.cc',
274 'views/folder_header_view_unittest.cc', 277 'views/folder_header_view_unittest.cc',
275 'views/search_box_view_unittest.cc', 278 'views/search_box_view_unittest.cc',
276 'views/search_result_list_view_unittest.cc', 279 'views/search_result_list_view_unittest.cc',
277 'views/speech_view_unittest.cc', 280 'views/speech_view_unittest.cc',
278 'views/test/apps_grid_view_test_api.cc', 281 'views/test/apps_grid_view_test_api.cc',
279 'views/test/apps_grid_view_test_api.h', 282 'views/test/apps_grid_view_test_api.h',
280 ], 283 ],
281 'conditions': [ 284 'conditions': [
282 ['toolkit_views==1', { 285 ['toolkit_views==1', {
283 'dependencies': [ 286 'dependencies': [
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 'dependencies': [ 365 'dependencies': [
363 '<(DEPTH)/base/allocator/allocator.gyp:allocator', 366 '<(DEPTH)/base/allocator/allocator.gyp:allocator',
364 ], 367 ],
365 }], 368 }],
366 ], 369 ],
367 }, 370 },
368 ], 371 ],
369 }], # toolkit_views==1 372 }], # toolkit_views==1
370 ], 373 ],
371 } 374 }
OLDNEW
« no previous file with comments | « ui/app_list/BUILD.gn ('k') | ui/app_list/views/contents_animator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698