OLD | NEW |
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'All', | 8 'target_name': 'All', |
9 'type': 'none', | 9 'type': 'none', |
10 'xcode_create_dependents_test_runner': 1, | 10 'xcode_create_dependents_test_runner': 1, |
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
259 'sources': [ | 259 'sources': [ |
260 # TODO(bradnelson): This is here to work around gyp issue 137. | 260 # TODO(bradnelson): This is here to work around gyp issue 137. |
261 # Remove this sources list when that issue has been fixed. | 261 # Remove this sources list when that issue has been fixed. |
262 'all.gyp', | 262 'all.gyp', |
263 ], | 263 ], |
264 'dependencies': [ | 264 'dependencies': [ |
265 '../app/app.gyp:app_unittests', | 265 '../app/app.gyp:app_unittests', |
266 '../base/base.gyp:base_unittests', | 266 '../base/base.gyp:base_unittests', |
267 '../chrome/chrome.gyp:browser_tests', | 267 '../chrome/chrome.gyp:browser_tests', |
268 '../chrome/chrome.gyp:chrome', | 268 '../chrome/chrome.gyp:chrome', |
| 269 '../chrome/chrome.gyp:interactive_ui_tests', |
269 '../chrome/chrome.gyp:memory_test', | 270 '../chrome/chrome.gyp:memory_test', |
270 '../chrome/chrome.gyp:page_cycler_tests', | 271 '../chrome/chrome.gyp:page_cycler_tests', |
271 '../chrome/chrome.gyp:startup_tests', | 272 '../chrome/chrome.gyp:startup_tests', |
272 '../chrome/chrome.gyp:tab_switching_test', | 273 '../chrome/chrome.gyp:tab_switching_test', |
273 '../chrome/chrome.gyp:ui_tests', | 274 '../chrome/chrome.gyp:ui_tests', |
274 '../chrome/chrome.gyp:unit_tests', | 275 '../chrome/chrome.gyp:unit_tests', |
275 '../chrome/chrome.gyp:url_fetch_test', | 276 '../chrome/chrome.gyp:url_fetch_test', |
276 '../gfx/gfx.gyp:gfx_unittests', | 277 '../gfx/gfx.gyp:gfx_unittests', |
277 '../ipc/ipc.gyp:ipc_tests', | 278 '../ipc/ipc.gyp:ipc_tests', |
278 '../media/media.gyp:ffmpeg_tests', | 279 '../media/media.gyp:ffmpeg_tests', |
(...skipping 10 matching lines...) Expand all Loading... |
289 ], # targets | 290 ], # targets |
290 }], # "chromeos==1" | 291 }], # "chromeos==1" |
291 ], # conditions | 292 ], # conditions |
292 } | 293 } |
293 | 294 |
294 # Local Variables: | 295 # Local Variables: |
295 # tab-width:2 | 296 # tab-width:2 |
296 # indent-tabs-mode:nil | 297 # indent-tabs-mode:nil |
297 # End: | 298 # End: |
298 # vim: set expandtab tabstop=2 shiftwidth=2: | 299 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |