| 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 926 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 937 ], # targets | 937 ], # targets |
| 938 'conditions': [ | 938 'conditions': [ |
| 939 ['branding=="Chrome"', { | 939 ['branding=="Chrome"', { |
| 940 'targets': [ | 940 'targets': [ |
| 941 { | 941 { |
| 942 'target_name': 'chrome_official_builder', | 942 'target_name': 'chrome_official_builder', |
| 943 'type': 'none', | 943 'type': 'none', |
| 944 'dependencies': [ | 944 'dependencies': [ |
| 945 '../chrome/chrome.gyp:crash_service', | 945 '../chrome/chrome.gyp:crash_service', |
| 946 '../chrome/chrome.gyp:gcapi_dll', | 946 '../chrome/chrome.gyp:gcapi_dll', |
| 947 '../chrome/chrome.gyp:policy_templates', | 947 '../components/components.gyp:policy_templates', |
| 948 '../courgette/courgette.gyp:courgette64', | 948 '../courgette/courgette.gyp:courgette64', |
| 949 '../chrome/installer/mini_installer.gyp:mini_installer', | 949 '../chrome/installer/mini_installer.gyp:mini_installer', |
| 950 '../courgette/courgette.gyp:courgette', | 950 '../courgette/courgette.gyp:courgette', |
| 951 '../cloud_print/cloud_print.gyp:cloud_print', | 951 '../cloud_print/cloud_print.gyp:cloud_print', |
| 952 '../remoting/remoting.gyp:remoting_webapp', | 952 '../remoting/remoting.gyp:remoting_webapp', |
| 953 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter
', | 953 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter
', |
| 954 '../chrome/chrome.gyp:pyautolib', | 954 '../chrome/chrome.gyp:pyautolib', |
| 955 ], | 955 ], |
| 956 'conditions': [ | 956 'conditions': [ |
| 957 ['internal_pdf', { | 957 ['internal_pdf', { |
| (...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1079 '../chrome/chrome.gyp:interactive_ui_tests_run', | 1079 '../chrome/chrome.gyp:interactive_ui_tests_run', |
| 1080 '../chrome/chrome.gyp:sync_integration_tests_run', | 1080 '../chrome/chrome.gyp:sync_integration_tests_run', |
| 1081 '../chrome/chrome.gyp:unit_tests_run', | 1081 '../chrome/chrome.gyp:unit_tests_run', |
| 1082 '../net/net.gyp:net_unittests_run', | 1082 '../net/net.gyp:net_unittests_run', |
| 1083 ], | 1083 ], |
| 1084 }, # target_name: chromium_swarm_tests | 1084 }, # target_name: chromium_swarm_tests |
| 1085 ], | 1085 ], |
| 1086 }], | 1086 }], |
| 1087 ], # conditions | 1087 ], # conditions |
| 1088 } | 1088 } |
| OLD | NEW |