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', |
- ], |
} |