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

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: 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
« no previous file with comments | « no previous file | content/renderer/DEPS » ('j') | content/renderer/DEPS » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index bab047e26d62a1dba4b83eed1b4c4bb6e104cfbf..fa5ddc105aecd293beee6ff7aab7c59262d632b1 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': [
+ 'renderer/media/webrtc_getusermedia_browsertest.cc',
+ ],
+ }],
],
},
],
« no previous file with comments | « no previous file | content/renderer/DEPS » ('j') | content/renderer/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698