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

Unified Diff: device/device_unittests.isolate

Issue 1217563004: Isolate device_unittests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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 | « device/device_tests.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: device/device_unittests.isolate
diff --git a/skia/skia_unittests.isolate b/device/device_unittests.isolate
similarity index 55%
copy from skia/skia_unittests.isolate
copy to device/device_unittests.isolate
index f88e5a8017635ac4d311f752021cf258f1b70e38..21f3876c235d537147b946fc7b3cd7b3a0a447ba 100644
--- a/skia/skia_unittests.isolate
+++ b/device/device_unittests.isolate
@@ -5,7 +5,7 @@
'variables': {
'command': [
'../testing/test_env.py',
- '<(PRODUCT_DIR)/skia_unittests<(EXECUTABLE_SUFFIX)',
+ '<(PRODUCT_DIR)/device_unittests<(EXECUTABLE_SUFFIX)',
'--brave-new-test-launcher',
'--test-launcher-bot-mode',
'--asan=<(asan)',
@@ -18,22 +18,9 @@
'variables': {
'files': [
'../testing/test_env.py',
- '<(PRODUCT_DIR)/skia_unittests<(EXECUTABLE_SUFFIX)',
- ],
- 'read_only': 1,
- },
- }],
- ['OS=="mac" and asan==1 and fastbuild==0', {
- 'variables': {
- 'files': [
- '<(PRODUCT_DIR)/skia_unittests.dSYM/',
- ],
- },
- }],
- ['OS=="win" and (fastbuild==0 or fastbuild==1)', {
- 'variables': {
- 'files': [
- '<(PRODUCT_DIR)/skia_unittests.exe.pdb',
+ '<(PRODUCT_DIR)/device_unittests<(EXECUTABLE_SUFFIX)',
+ '<(PRODUCT_DIR)/usb_gadget.zip',
+ '<(PRODUCT_DIR)/usb_gadget.zip.md5',
],
},
}],
« no previous file with comments | « device/device_tests.gyp ('k') | testing/buildbot/chromium.chromiumos.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698