Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(787)

Unified Diff: google_apis/google_apis_unittests.isolate

Issue 1240333002: Convert google_apis_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: fixed Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « google_apis/google_apis.gyp ('k') | testing/buildbot/chromium.chromiumos.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: google_apis/google_apis_unittests.isolate
diff --git a/jingle/jingle_unittests.isolate b/google_apis/google_apis_unittests.isolate
similarity index 61%
copy from jingle/jingle_unittests.isolate
copy to google_apis/google_apis_unittests.isolate
index 625ac92bcbcbba5526dc3c511329e01d81f0adb1..f622185645718633f5411867ead2efcd9270bd16 100644
--- a/jingle/jingle_unittests.isolate
+++ b/google_apis/google_apis_unittests.isolate
@@ -2,26 +2,26 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
{
+ 'includes': [
+ '../base/base.isolate',
+ ],
'conditions': [
- ['OS=="linux" or OS=="mac" or OS=="win"', {
+ ['OS=="win" or OS=="mac" or OS=="linux"', {
'variables': {
'command': [
'../testing/test_env.py',
- '<(PRODUCT_DIR)/jingle_unittests<(EXECUTABLE_SUFFIX)',
+ '<(PRODUCT_DIR)/google_apis_unittests<(EXECUTABLE_SUFFIX)',
'--brave-new-test-launcher',
'--test-launcher-bot-mode',
- '--asan=<(asan)',
- '--msan=<(msan)',
- '--tsan=<(tsan)',
],
'files': [
+ '../chrome/test/data/drive/',
M-A Ruel 2015/07/20 20:36:53 This is sad bug fixing this is outside the scope o
jam 2015/07/20 22:53:50 bug? :)
M-A Ruel 2015/07/21 00:52:08 Done; https://code.google.com/p/chromium/issues/de
+ '../chrome/test/data/chromeos/file_manager/text.txt',
'../testing/test_env.py',
- '<(PRODUCT_DIR)/jingle_unittests<(EXECUTABLE_SUFFIX)',
+ '<(PRODUCT_DIR)/google_apis_unittests<(EXECUTABLE_SUFFIX)',
+ 'test/',
],
},
}],
],
- 'includes': [
- '../base/base.isolate',
- ],
}
« no previous file with comments | « google_apis/google_apis.gyp ('k') | testing/buildbot/chromium.chromiumos.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698