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

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

Issue 302653002: Introduce the MicButtonTargeter class (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix compilation Created 6 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 | « 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 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 'cocoa/signin_view_controller_unittest.mm', 224 'cocoa/signin_view_controller_unittest.mm',
225 'cocoa/test/apps_grid_controller_test_helper.h', 225 'cocoa/test/apps_grid_controller_test_helper.h',
226 'cocoa/test/apps_grid_controller_test_helper.mm', 226 'cocoa/test/apps_grid_controller_test_helper.mm',
227 'test/run_all_unittests.cc', 227 'test/run_all_unittests.cc',
228 'views/app_list_main_view_unittest.cc', 228 'views/app_list_main_view_unittest.cc',
229 'views/app_list_view_unittest.cc', 229 'views/app_list_view_unittest.cc',
230 'views/apps_grid_view_unittest.cc', 230 'views/apps_grid_view_unittest.cc',
231 'views/folder_header_view_unittest.cc', 231 'views/folder_header_view_unittest.cc',
232 'views/search_box_view_unittest.cc', 232 'views/search_box_view_unittest.cc',
233 'views/search_result_list_view_unittest.cc', 233 'views/search_result_list_view_unittest.cc',
234 'views/speech_view_unittest.cc',
234 'views/test/apps_grid_view_test_api.cc', 235 'views/test/apps_grid_view_test_api.cc',
235 'views/test/apps_grid_view_test_api.h', 236 'views/test/apps_grid_view_test_api.h',
236 ], 237 ],
237 'conditions': [ 238 'conditions': [
238 ['toolkit_views==1', { 239 ['toolkit_views==1', {
239 'dependencies': [ 240 'dependencies': [
240 '../views/views.gyp:views', 241 '../views/views.gyp:views',
241 '../views/views.gyp:views_test_support', 242 '../views/views.gyp:views_test_support',
242 '../../content/content.gyp:content', 243 '../../content/content.gyp:content',
243 '../../content/content.gyp:content_browser', 244 '../../content/content.gyp:content_browser',
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 'dependencies': [ 318 'dependencies': [
318 '../../sandbox/sandbox.gyp:sandbox', 319 '../../sandbox/sandbox.gyp:sandbox',
319 ], 320 ],
320 }], 321 }],
321 ], 322 ],
322 }, 323 },
323 ], 324 ],
324 }], # toolkit_views==1 325 }], # toolkit_views==1
325 ], 326 ],
326 } 327 }
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