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

Unified Diff: device/device_tests.gyp

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 | « no previous file | device/device_unittests.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/device_tests.gyp
diff --git a/device/device_tests.gyp b/device/device_tests.gyp
index 44de1afa58df38a4c1d75e022cbda7172bb493c5..ae039f005cc5c23879f5848471e8239fe99085bc 100644
--- a/device/device_tests.gyp
+++ b/device/device_tests.gyp
@@ -192,5 +192,22 @@
},
],
}],
+ ['test_isolation_mode != "noop"', {
+ 'targets': [
+ {
+ 'target_name': 'device_unittests_run',
+ 'type': 'none',
+ 'dependencies': [
+ 'device_unittests',
+ ],
+ 'includes': [
+ '../build/isolate.gypi',
+ ],
+ 'sources': [
+ 'device_unittests.isolate',
+ ]
+ }
+ ]
+ }]
],
}
« no previous file with comments | « no previous file | device/device_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698