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

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: Rename some arguments. 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
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 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
352 '../../sandbox/sandbox.gyp:sandbox', 354 '../../sandbox/sandbox.gyp:sandbox',
353 '../../content/content.gyp:content_startup_helper_win', 355 '../../content/content.gyp:content_startup_helper_win',
354 ], 356 ],
355 }], 357 }],
356 ], 358 ],
357 }, 359 },
358 ], 360 ],
359 }], # toolkit_views==1 361 }], # toolkit_views==1
360 ], 362 ],
361 } 363 }
OLDNEW
« no previous file with comments | « no previous file | ui/app_list/views/app_list_view_unittest.cc » ('j') | ui/app_list/views/app_list_view_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698