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 1037 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1048 '../url/url.gyp:url_unittests', | 1048 '../url/url.gyp:url_unittests', |
1049 ], | 1049 ], |
1050 }, | 1050 }, |
1051 { | 1051 { |
1052 'target_name': 'chromium_builder_dbg_drmemory_win', | 1052 'target_name': 'chromium_builder_dbg_drmemory_win', |
1053 'type': 'none', | 1053 'type': 'none', |
1054 'dependencies': [ | 1054 'dependencies': [ |
1055 '../base/base.gyp:base_unittests', | 1055 '../base/base.gyp:base_unittests', |
1056 '../chrome/chrome.gyp:unit_tests', | 1056 '../chrome/chrome.gyp:unit_tests', |
1057 '../chrome/chrome.gyp:browser_tests', | 1057 '../chrome/chrome.gyp:browser_tests', |
1058 '../cloud_print/cloud_print.gyp:cloud_print_unittests', | 1058 '../cloud_print/cloud_print.gyp:cloud_print_unittests', |
Derek Bruening
2014/04/02 16:35:38
Hmm, we build this, but we don't run it? When you
zhaoqin
2014/04/02 16:40:17
Sure.
I would first get the FYI bot and run them,
| |
1059 '../components/components_tests.gyp:components_unittests', | 1059 '../components/components_tests.gyp:components_unittests', |
1060 '../content/content_shell_and_tests.gyp:content_browsertests', | |
1061 '../content/content_shell_and_tests.gyp:content_shell', | |
1060 '../content/content_shell_and_tests.gyp:content_unittests', | 1062 '../content/content_shell_and_tests.gyp:content_unittests', |
Derek Bruening
2014/04/02 16:35:38
Also not being run
| |
1061 '../crypto/crypto.gyp:crypto_unittests', | 1063 '../crypto/crypto.gyp:crypto_unittests', |
1062 '../device/device_tests.gyp:device_unittests', | 1064 '../device/device_tests.gyp:device_unittests', |
Derek Bruening
2014/04/02 16:35:38
Ditto
| |
1063 '../ipc/ipc.gyp:ipc_tests', | 1065 '../ipc/ipc.gyp:ipc_tests', |
1064 '../jingle/jingle.gyp:jingle_unittests', | 1066 '../jingle/jingle.gyp:jingle_unittests', |
Derek Bruening
2014/04/02 16:35:38
Ditto
| |
1065 '../media/media.gyp:media_unittests', | 1067 '../media/media.gyp:media_unittests', |
1066 '../net/net.gyp:net_unittests', | 1068 '../net/net.gyp:net_unittests', |
1067 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', | 1069 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', |
Derek Bruening
2014/04/02 16:35:38
Ditto
| |
1068 '../printing/printing.gyp:printing_unittests', | 1070 '../printing/printing.gyp:printing_unittests', |
1069 '../remoting/remoting.gyp:remoting_unittests', | 1071 '../remoting/remoting.gyp:remoting_unittests', |
1070 '../sql/sql.gyp:sql_unittests', | 1072 '../sql/sql.gyp:sql_unittests', |
1073 '../sync/sync.gyp:sync_unit_tests', | |
1071 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', | 1074 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', |
Derek Bruening
2014/04/02 16:35:38
Ditto
| |
1072 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', | 1075 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', |
Derek Bruening
2014/04/02 16:35:38
Ditto
| |
1073 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', | 1076 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', |
Derek Bruening
2014/04/02 16:35:38
Ditto
| |
1074 '../url/url.gyp:url_unittests', | 1077 '../url/url.gyp:url_unittests', |
1075 ], | 1078 ], |
1076 }, | 1079 }, |
1077 { | 1080 { |
1078 'target_name': 'webkit_builder_win', | 1081 'target_name': 'webkit_builder_win', |
1079 'type': 'none', | 1082 'type': 'none', |
1080 'dependencies': [ | 1083 'dependencies': [ |
1081 'blink_tests', | 1084 'blink_tests', |
1082 ], | 1085 ], |
1083 }, | 1086 }, |
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1228 # http://crbug.com/157234 | 1231 # http://crbug.com/157234 |
1229 #'../chrome/chrome.gyp:sync_integration_tests_run', | 1232 #'../chrome/chrome.gyp:sync_integration_tests_run', |
1230 '../chrome/chrome.gyp:unit_tests_run', | 1233 '../chrome/chrome.gyp:unit_tests_run', |
1231 '../net/net.gyp:net_unittests_run', | 1234 '../net/net.gyp:net_unittests_run', |
1232 ], | 1235 ], |
1233 }, # target_name: chromium_swarm_tests | 1236 }, # target_name: chromium_swarm_tests |
1234 ], | 1237 ], |
1235 }], | 1238 }], |
1236 ], # conditions | 1239 ], # conditions |
1237 } | 1240 } |
OLD | NEW |