| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 278 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 289 'type': 'none', | 289 'type': 'none', |
| 290 'dependencies': [ | 290 'dependencies': [ |
| 291 '../app/app.gyp:app_unittests', | 291 '../app/app.gyp:app_unittests', |
| 292 '../base/base.gyp:base_unittests', | 292 '../base/base.gyp:base_unittests', |
| 293 'temp_gyp/googleurl.gyp:googleurl_unittests', | 293 'temp_gyp/googleurl.gyp:googleurl_unittests', |
| 294 '../ipc/ipc.gyp:ipc_tests', | 294 '../ipc/ipc.gyp:ipc_tests', |
| 295 '../media/media.gyp:media_unittests', | 295 '../media/media.gyp:media_unittests', |
| 296 '../net/net.gyp:net_unittests', | 296 '../net/net.gyp:net_unittests', |
| 297 '../printing/printing.gyp:printing_unittests', | 297 '../printing/printing.gyp:printing_unittests', |
| 298 '../remoting/remoting.gyp:remoting_unittests', | 298 '../remoting/remoting.gyp:remoting_unittests', |
| 299 '../chrome/chrome.gyp:safe_browsing_tests', |
| 299 '../chrome/chrome.gyp:sync_unit_tests', | 300 '../chrome/chrome.gyp:sync_unit_tests', |
| 300 '../chrome/chrome.gyp:unit_tests', | 301 '../chrome/chrome.gyp:unit_tests', |
| 301 '../chrome/chrome.gyp:ui_tests', | 302 '../chrome/chrome.gyp:ui_tests', |
| 302 '../jingle/jingle.gyp:notifier_unit_tests', | 303 '../jingle/jingle.gyp:notifier_unit_tests', |
| 303 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 304 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
| 304 ], | 305 ], |
| 305 }, | 306 }, |
| 306 ], # targets | 307 ], # targets |
| 307 }], # OS="mac" | 308 }], # OS="mac" |
| 308 ['OS=="win"', { | 309 ['OS=="win"', { |
| (...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 424 ], # targets | 425 ], # targets |
| 425 }], # "chromeos==1" | 426 }], # "chromeos==1" |
| 426 ], # conditions | 427 ], # conditions |
| 427 } | 428 } |
| 428 | 429 |
| 429 # Local Variables: | 430 # Local Variables: |
| 430 # tab-width:2 | 431 # tab-width:2 |
| 431 # indent-tabs-mode:nil | 432 # indent-tabs-mode:nil |
| 432 # End: | 433 # End: |
| 433 # vim: set expandtab tabstop=2 shiftwidth=2: | 434 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |