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

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: rebase & addressed comments from dwkang@ and ycheo@ 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
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 9ab50f625c30d91dca86c8cc3afd613e584a29ed..42d6edd358121ecc3fb23476dc247960b0c11056 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -690,6 +690,11 @@
'../testing/android/native_test.gyp:native_test_native_code',
],
}],
+ ['enable_webrtc==1 and google_tv==1', {
+ 'sources': [
+ 'renderer/media/rtc_video_decoder_bridge_tv_unittest.cc',
+ ],
+ }],
],
},
],

Powered by Google App Engine
This is Rietveld 408576698