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

Unified Diff: media/media.gyp

Issue 601263002: Update content and media unittest isolate targets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mark as tracked Created 6 years, 3 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
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 661d5c77e990015f975ae854a136204e18b88943..0dbed38da199cfb90cc7ba3bb7cce03bcbb8d4d9 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -1946,5 +1946,23 @@
},
],
}],
+ ['test_isolation_mode != "noop" and archive_gpu_tests==1', {
+ 'targets': [
+ {
+ 'target_name': 'media_unittests_run',
+ 'type': 'none',
+ 'dependencies': [
+ 'media_unittests',
+ ],
+ 'includes': [
+ '../build/isolate.gypi',
+ 'media_unittests.isolate',
+ ],
+ 'sources': [
+ 'media_unittests.isolate',
+ ],
+ },
+ ],
+ }],
],
}

Powered by Google App Engine
This is Rietveld 408576698