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

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: Moved to content/browser, got rid of DEPS override 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 bab047e26d62a1dba4b83eed1b4c4bb6e104cfbf..fc373f65485b7e389bb73efec0c03116e929c791 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',
+ ],
+ }],
],
},
],

Powered by Google App Engine
This is Rietveld 408576698