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

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

Issue 164193005: Refactors the auto-launch logic and adds tests for it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix win error 2 Created 6 years, 10 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 | « no previous file | ui/app_list/test/app_list_test_view_delegate.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 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 'cocoa/app_list_window_controller_unittest.mm', 212 'cocoa/app_list_window_controller_unittest.mm',
213 'cocoa/apps_grid_controller_unittest.mm', 213 'cocoa/apps_grid_controller_unittest.mm',
214 'cocoa/apps_search_box_controller_unittest.mm', 214 'cocoa/apps_search_box_controller_unittest.mm',
215 'cocoa/apps_search_results_controller_unittest.mm', 215 'cocoa/apps_search_results_controller_unittest.mm',
216 'cocoa/signin_view_controller_unittest.mm', 216 'cocoa/signin_view_controller_unittest.mm',
217 'cocoa/test/apps_grid_controller_test_helper.h', 217 'cocoa/test/apps_grid_controller_test_helper.h',
218 'cocoa/test/apps_grid_controller_test_helper.mm', 218 'cocoa/test/apps_grid_controller_test_helper.mm',
219 'test/run_all_unittests.cc', 219 'test/run_all_unittests.cc',
220 'views/app_list_main_view_unittest.cc', 220 'views/app_list_main_view_unittest.cc',
221 'views/apps_grid_view_unittest.cc', 221 'views/apps_grid_view_unittest.cc',
222 'views/search_box_view_unittest.cc',
223 'views/search_result_list_view_unittest.cc',
222 'views/test/apps_grid_view_test_api.cc', 224 'views/test/apps_grid_view_test_api.cc',
223 'views/test/apps_grid_view_test_api.h', 225 'views/test/apps_grid_view_test_api.h',
224 ], 226 ],
225 'conditions': [ 227 'conditions': [
226 ['toolkit_views==1', { 228 ['toolkit_views==1', {
227 'dependencies': [ 229 'dependencies': [
228 '../views/views.gyp:views', 230 '../views/views.gyp:views',
229 '../views/views.gyp:views_test_support', 231 '../views/views.gyp:views_test_support',
230 '../../content/content.gyp:content', 232 '../../content/content.gyp:content',
231 '../../content/content.gyp:content_browser', 233 '../../content/content.gyp:content_browser',
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 'dependencies': [ 272 'dependencies': [
271 '../../base/allocator/allocator.gyp:allocator', 273 '../../base/allocator/allocator.gyp:allocator',
272 ], 274 ],
273 }], 275 }],
274 ], 276 ],
275 # Disable c4267 warnings until we fix size_t to int truncations. 277 # Disable c4267 warnings until we fix size_t to int truncations.
276 'msvs_disabled_warnings': [ 4267, ], 278 'msvs_disabled_warnings': [ 4267, ],
277 }, 279 },
278 ], 280 ],
279 } 281 }
OLDNEW
« no previous file with comments | « no previous file | ui/app_list/test/app_list_test_view_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698