| 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 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 186 ['use_openssl==0', { | 186 ['use_openssl==0', { |
| 187 'dependencies': [ | 187 'dependencies': [ |
| 188 '../net/third_party/nss/ssl.gyp:*', | 188 '../net/third_party/nss/ssl.gyp:*', |
| 189 ], | 189 ], |
| 190 }], | 190 }], |
| 191 ['enable_app_list==1', { | 191 ['enable_app_list==1', { |
| 192 'dependencies': [ | 192 'dependencies': [ |
| 193 '../ui/app_list/app_list.gyp:*', | 193 '../ui/app_list/app_list.gyp:*', |
| 194 ], | 194 ], |
| 195 }], | 195 }], |
| 196 ['OS!="android" and OS!="ios"', { | |
| 197 'dependencies': [ | |
| 198 '../google_apis/gcm/gcm.gyp:*', | |
| 199 ], | |
| 200 }], | |
| 201 ], | 196 ], |
| 202 }, # target_name: All | 197 }, # target_name: All |
| 203 { | 198 { |
| 204 'target_name': 'All_syzygy', | 199 'target_name': 'All_syzygy', |
| 205 'type': 'none', | 200 'type': 'none', |
| 206 'conditions': [ | 201 'conditions': [ |
| 207 ['OS=="win" and fastbuild==0 and target_arch=="ia32"', { | 202 ['OS=="win" and fastbuild==0 and target_arch=="ia32"', { |
| 208 'dependencies': [ | 203 'dependencies': [ |
| 209 '../chrome/installer/mini_installer_syzygy.gyp:*', | 204 '../chrome/installer/mini_installer_syzygy.gyp:*', |
| 210 ], | 205 ], |
| (...skipping 775 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 986 '../chrome/chrome.gyp:interactive_ui_tests_run', | 981 '../chrome/chrome.gyp:interactive_ui_tests_run', |
| 987 '../chrome/chrome.gyp:sync_integration_tests_run', | 982 '../chrome/chrome.gyp:sync_integration_tests_run', |
| 988 '../chrome/chrome.gyp:unit_tests_run', | 983 '../chrome/chrome.gyp:unit_tests_run', |
| 989 '../net/net.gyp:net_unittests_run', | 984 '../net/net.gyp:net_unittests_run', |
| 990 ], | 985 ], |
| 991 }, # target_name: chromium_swarm_tests | 986 }, # target_name: chromium_swarm_tests |
| 992 ], | 987 ], |
| 993 }], | 988 }], |
| 994 ], # conditions | 989 ], # conditions |
| 995 } | 990 } |
| OLD | NEW |