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

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

Issue 210583004: Make cancelling of app list correctly clean up folder UI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 8 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
« no previous file with comments | « no previous file | ui/app_list/views/app_list_folder_view.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 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 'views/app_list_main_view.cc', 96 'views/app_list_main_view.cc',
97 'views/app_list_main_view.h', 97 'views/app_list_main_view.h',
98 'views/app_list_menu_views.cc', 98 'views/app_list_menu_views.cc',
99 'views/app_list_menu_views.h', 99 'views/app_list_menu_views.h',
100 'views/app_list_view.cc', 100 'views/app_list_view.cc',
101 'views/app_list_view.h', 101 'views/app_list_view.h',
102 'views/app_list_view_observer.h', 102 'views/app_list_view_observer.h',
103 'views/apps_grid_view.cc', 103 'views/apps_grid_view.cc',
104 'views/apps_grid_view.h', 104 'views/apps_grid_view.h',
105 'views/apps_grid_view_delegate.h', 105 'views/apps_grid_view_delegate.h',
106 'views/apps_grid_view_folder_delegate.h',
106 'views/cached_label.cc', 107 'views/cached_label.cc',
107 'views/cached_label.h', 108 'views/cached_label.h',
108 'views/contents_switcher_view.cc', 109 'views/contents_switcher_view.cc',
109 'views/contents_switcher_view.h', 110 'views/contents_switcher_view.h',
110 'views/contents_view.cc', 111 'views/contents_view.cc',
111 'views/contents_view.h', 112 'views/contents_view.h',
112 'views/folder_background_view.cc', 113 'views/folder_background_view.cc',
113 'views/folder_background_view.h', 114 'views/folder_background_view.h',
114 'views/folder_header_view.cc', 115 'views/folder_header_view.cc',
115 'views/folder_header_view.h', 116 'views/folder_header_view.h',
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 'dependencies': [ 270 'dependencies': [
270 '../../base/allocator/allocator.gyp:allocator', 271 '../../base/allocator/allocator.gyp:allocator',
271 ], 272 ],
272 }], 273 }],
273 ], 274 ],
274 # Disable c4267 warnings until we fix size_t to int truncations. 275 # Disable c4267 warnings until we fix size_t to int truncations.
275 'msvs_disabled_warnings': [ 4267, ], 276 'msvs_disabled_warnings': [ 4267, ],
276 }, 277 },
277 ], 278 ],
278 } 279 }
OLDNEW
« no previous file with comments | « no previous file | ui/app_list/views/app_list_folder_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698