| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |