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

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: Added mac and linux ffmpegsumo dep 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
« no previous file with comments | « content/content_tests.gypi ('k') | media/media_unittests.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 8e2f37aa77d8bcb61f4917d368af6a49b005201d..a76e4e7b093a90b96fdeb067e48d065b90fefc3a 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -1944,5 +1944,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',
+ ],
+ },
+ ],
+ }],
],
}
« no previous file with comments | « content/content_tests.gypi ('k') | media/media_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698