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

Unified Diff: content/content_tests.gypi

Issue 14247018: Implement WebRTC in Chrome for TV (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: build fix Created 7 years, 7 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_renderer.gypi ('k') | content/renderer/media/media_stream_dependency_factory.h » ('j') | no next file with comments »
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 81069bea0cd7ca640c1689047f8580f19617bd84..e24cdfea501c70cb556aa2eef9194fb00e5b779d 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -688,6 +688,11 @@
'../testing/android/native_test.gyp:native_test_native_code',
],
}],
+ ['enable_webrtc==1 and google_tv==1', {
+ 'sources': [
+ 'renderer/media/rtc_video_decoder_factory_tv_unittest.cc',
+ ],
+ }],
],
},
],
« no previous file with comments | « content/content_renderer.gypi ('k') | content/renderer/media/media_stream_dependency_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698