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

Unified Diff: content/content_tests.gypi

Issue 11413065: Adding first WebRTC browser test to content_browsertests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Disabled audio-only test for now: need proper fake device support first. Created 8 years, 1 month 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: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index c03dec8070ac73c5a6d0221b8b54921519a461e8..48a0faca556cfbb3ab2d822960604a830f1af1d2 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -789,6 +789,11 @@
'../webkit/webkit.gyp:pull_in_copy_TestNetscapePlugIn',
],
}],
+ ['enable_webrtc==1', {
+ 'sources': [
+ 'browser/webrtc_getusermedia_browsertest.cc',
+ ],
+ }],
],
},
],
« no previous file with comments | « content/browser/webrtc_getusermedia_browsertest.cc ('k') | content/test/data/media/getusermedia_and_stop.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698