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 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
179 ['use_openssl==0', { | 179 ['use_openssl==0', { |
180 'dependencies': [ | 180 'dependencies': [ |
181 '../net/third_party/nss/ssl.gyp:*', | 181 '../net/third_party/nss/ssl.gyp:*', |
182 ], | 182 ], |
183 }], | 183 }], |
184 ['enable_app_list==1', { | 184 ['enable_app_list==1', { |
185 'dependencies': [ | 185 'dependencies': [ |
186 '../ui/app_list/app_list.gyp:*', | 186 '../ui/app_list/app_list.gyp:*', |
187 ], | 187 ], |
188 }], | 188 }], |
| 189 ['OS!="android" and OS!="ios"', { |
| 190 'dependencies': [ |
| 191 '../google_apis/gcm/gcm.gyp:*', |
| 192 ], |
| 193 }], |
189 ], | 194 ], |
190 }, # target_name: All | 195 }, # target_name: All |
191 { | 196 { |
192 'target_name': 'All_syzygy', | 197 'target_name': 'All_syzygy', |
193 'type': 'none', | 198 'type': 'none', |
194 'conditions': [ | 199 'conditions': [ |
195 ['OS=="win" and fastbuild==0 and target_arch=="ia32"', { | 200 ['OS=="win" and fastbuild==0 and target_arch=="ia32"', { |
196 'dependencies': [ | 201 'dependencies': [ |
197 '../chrome/installer/mini_installer_syzygy.gyp:*', | 202 '../chrome/installer/mini_installer_syzygy.gyp:*', |
198 ], | 203 ], |
(...skipping 714 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
913 '../chrome/chrome.gyp:interactive_ui_tests_run', | 918 '../chrome/chrome.gyp:interactive_ui_tests_run', |
914 '../chrome/chrome.gyp:sync_integration_tests_run', | 919 '../chrome/chrome.gyp:sync_integration_tests_run', |
915 '../chrome/chrome.gyp:unit_tests_run', | 920 '../chrome/chrome.gyp:unit_tests_run', |
916 '../net/net.gyp:net_unittests_run', | 921 '../net/net.gyp:net_unittests_run', |
917 ], | 922 ], |
918 }, # target_name: chromium_swarm_tests | 923 }, # target_name: chromium_swarm_tests |
919 ], | 924 ], |
920 }], | 925 }], |
921 ], # conditions | 926 ], # conditions |
922 } | 927 } |
OLD | NEW |