| 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 '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 770 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 781 'dependencies': [ | 781 'dependencies': [ |
| 782 '../pdf/pdf.gyp:pdf', | 782 '../pdf/pdf.gyp:pdf', |
| 783 ], | 783 ], |
| 784 }], # internal_pdf | 784 }], # internal_pdf |
| 785 ['target_arch=="ia32"', { | 785 ['target_arch=="ia32"', { |
| 786 'dependencies': [ | 786 'dependencies': [ |
| 787 '../chrome/chrome.gyp:crash_service_win64', | 787 '../chrome/chrome.gyp:crash_service_win64', |
| 788 '../chrome_frame/chrome_frame.gyp:npchrome_frame', | 788 '../chrome_frame/chrome_frame.gyp:npchrome_frame', |
| 789 # Omitting tests from Win64 to speed up cycle times. | 789 # Omitting tests from Win64 to speed up cycle times. |
| 790 '../chrome/chrome.gyp:automated_ui_tests', | 790 '../chrome/chrome.gyp:automated_ui_tests', |
| 791 '../chrome/chrome.gyp:chromedriver', | |
| 792 '../chrome/chrome.gyp:interactive_ui_tests', | 791 '../chrome/chrome.gyp:interactive_ui_tests', |
| 793 '../chrome/chrome.gyp:reliability_tests', | 792 '../chrome/chrome.gyp:reliability_tests', |
| 794 ], | 793 ], |
| 795 }], | 794 }], |
| 796 ['component != "shared_library" and wix_exists == "True" and \ | 795 ['component != "shared_library" and wix_exists == "True" and \ |
| 797 sas_dll_exists == "True"', { | 796 sas_dll_exists == "True"', { |
| 798 'dependencies': [ | 797 'dependencies': [ |
| 799 '../remoting/remoting.gyp:remoting_host_installation', | 798 '../remoting/remoting.gyp:remoting_host_installation', |
| 800 ], | 799 ], |
| 801 }], # component != "shared_library" | 800 }], # component != "shared_library" |
| (...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 913 '../chrome/chrome.gyp:interactive_ui_tests_run', | 912 '../chrome/chrome.gyp:interactive_ui_tests_run', |
| 914 '../chrome/chrome.gyp:sync_integration_tests_run', | 913 '../chrome/chrome.gyp:sync_integration_tests_run', |
| 915 '../chrome/chrome.gyp:unit_tests_run', | 914 '../chrome/chrome.gyp:unit_tests_run', |
| 916 '../net/net.gyp:net_unittests_run', | 915 '../net/net.gyp:net_unittests_run', |
| 917 ], | 916 ], |
| 918 }, # target_name: chromium_swarm_tests | 917 }, # target_name: chromium_swarm_tests |
| 919 ], | 918 ], |
| 920 }], | 919 }], |
| 921 ], # conditions | 920 ], # conditions |
| 922 } | 921 } |
| OLD | NEW |