| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 557 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 568 '../chrome/chrome.gyp:chrome', | 568 '../chrome/chrome.gyp:chrome', |
| 569 '../chrome/chrome.gyp:interactive_ui_tests', | 569 '../chrome/chrome.gyp:interactive_ui_tests', |
| 570 '../chrome/chrome.gyp:performance_ui_tests', | 570 '../chrome/chrome.gyp:performance_ui_tests', |
| 571 '../chrome/chrome.gyp:safe_browsing_tests', | 571 '../chrome/chrome.gyp:safe_browsing_tests', |
| 572 '../chrome/chrome.gyp:sync_unit_tests', | 572 '../chrome/chrome.gyp:sync_unit_tests', |
| 573 '../chrome/chrome.gyp:sync_integration_tests', | 573 '../chrome/chrome.gyp:sync_integration_tests', |
| 574 '../chrome/chrome.gyp:ui_tests', | 574 '../chrome/chrome.gyp:ui_tests', |
| 575 '../chrome/chrome.gyp:unit_tests', | 575 '../chrome/chrome.gyp:unit_tests', |
| 576 '../content/content.gyp:content_unittests', | 576 '../content/content.gyp:content_unittests', |
| 577 '../crypto/crypto.gyp:crypto_unittests', | 577 '../crypto/crypto.gyp:crypto_unittests', |
| 578 '../dbus/dbus.gyp:dbus_unittests', |
| 578 '../ui/ui.gyp:gfx_unittests', | 579 '../ui/ui.gyp:gfx_unittests', |
| 579 '../ipc/ipc.gyp:ipc_tests', | 580 '../ipc/ipc.gyp:ipc_tests', |
| 580 '../jingle/jingle.gyp:jingle_unittests', | 581 '../jingle/jingle.gyp:jingle_unittests', |
| 581 '../media/media.gyp:ffmpeg_tests', | 582 '../media/media.gyp:ffmpeg_tests', |
| 582 '../media/media.gyp:media_unittests', | 583 '../media/media.gyp:media_unittests', |
| 583 '../net/net.gyp:net_unittests', | 584 '../net/net.gyp:net_unittests', |
| 584 '../printing/printing.gyp:printing_unittests', | 585 '../printing/printing.gyp:printing_unittests', |
| 585 '../remoting/remoting.gyp:remoting_unittests', | 586 '../remoting/remoting.gyp:remoting_unittests', |
| 586 '../sql/sql.gyp:sql_unittests', | 587 '../sql/sql.gyp:sql_unittests', |
| 587 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 588 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
| 588 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', | 589 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', |
| 589 '../views/views.gyp:views_unittests', | 590 '../views/views.gyp:views_unittests', |
| 590 'temp_gyp/googleurl.gyp:googleurl_unittests', | 591 'temp_gyp/googleurl.gyp:googleurl_unittests', |
| 591 ], | 592 ], |
| 592 }, | 593 }, |
| 593 ], # targets | 594 ], # targets |
| 594 }], # "chromeos==1" | 595 }], # "chromeos==1" |
| 595 ], # conditions | 596 ], # conditions |
| 596 } | 597 } |
| OLD | NEW |