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 'variables': { | 6 'variables': { |
7 # A hook that can be overridden in other repositories to add additional | 7 # A hook that can be overridden in other repositories to add additional |
8 # compilation targets to 'All'. Only used on Android. | 8 # compilation targets to 'All'. Only used on Android. |
9 'android_app_targets%': [], | 9 'android_app_targets%': [], |
10 }, | 10 }, |
(...skipping 1050 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1061 '../content/content_shell_and_tests.gyp:content_browsertests', | 1061 '../content/content_shell_and_tests.gyp:content_browsertests', |
1062 '../content/content_shell_and_tests.gyp:content_shell', | 1062 '../content/content_shell_and_tests.gyp:content_shell', |
1063 '../content/content_shell_and_tests.gyp:content_unittests', | 1063 '../content/content_shell_and_tests.gyp:content_unittests', |
1064 '../crypto/crypto.gyp:crypto_unittests', | 1064 '../crypto/crypto.gyp:crypto_unittests', |
1065 '../device/device_tests.gyp:device_unittests', | 1065 '../device/device_tests.gyp:device_unittests', |
1066 '../ipc/ipc.gyp:ipc_tests', | 1066 '../ipc/ipc.gyp:ipc_tests', |
1067 '../jingle/jingle.gyp:jingle_unittests', | 1067 '../jingle/jingle.gyp:jingle_unittests', |
1068 '../media/media.gyp:media_unittests', | 1068 '../media/media.gyp:media_unittests', |
1069 '../net/net.gyp:net_unittests', | 1069 '../net/net.gyp:net_unittests', |
1070 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', | 1070 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', |
| 1071 '../gpu/gpu.gyp:gpu_unittests', |
1071 '../printing/printing.gyp:printing_unittests', | 1072 '../printing/printing.gyp:printing_unittests', |
1072 '../remoting/remoting.gyp:remoting_unittests', | 1073 '../remoting/remoting.gyp:remoting_unittests', |
1073 '../sql/sql.gyp:sql_unittests', | 1074 '../sql/sql.gyp:sql_unittests', |
1074 '../sync/sync.gyp:sync_unit_tests', | 1075 '../sync/sync.gyp:sync_unit_tests', |
1075 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 1076 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
1076 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
unittests', | 1077 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
unittests', |
1077 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', | 1078 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', |
1078 '../url/url.gyp:url_unittests', | 1079 '../url/url.gyp:url_unittests', |
1079 ], | 1080 ], |
1080 }, | 1081 }, |
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1232 # http://crbug.com/157234 | 1233 # http://crbug.com/157234 |
1233 #'../chrome/chrome.gyp:sync_integration_tests_run', | 1234 #'../chrome/chrome.gyp:sync_integration_tests_run', |
1234 '../chrome/chrome.gyp:unit_tests_run', | 1235 '../chrome/chrome.gyp:unit_tests_run', |
1235 '../net/net.gyp:net_unittests_run', | 1236 '../net/net.gyp:net_unittests_run', |
1236 ], | 1237 ], |
1237 }, # target_name: chromium_swarm_tests | 1238 }, # target_name: chromium_swarm_tests |
1238 ], | 1239 ], |
1239 }], | 1240 }], |
1240 ], # conditions | 1241 ], # conditions |
1241 } | 1242 } |
OLD | NEW |