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

Unified Diff: content/public/renderer/BUILD.gn

Issue 2287263003: Fix build failure with "enable_webrtc = false". (Closed)
Patch Set: rebase Created 4 years, 4 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 | « no previous file | content/renderer/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/renderer/BUILD.gn
diff --git a/content/public/renderer/BUILD.gn b/content/public/renderer/BUILD.gn
index 05c6df7d42a298d202aefde126bcab8febd47398..74205afbe4f16da3daa07f2d229ccc90caf7ed9a 100644
--- a/content/public/renderer/BUILD.gn
+++ b/content/public/renderer/BUILD.gn
@@ -38,11 +38,6 @@ target(link_target_type, "renderer_sources") {
"context_menu_client.h",
"document_state.cc",
"document_state.h",
- "media_stream_audio_renderer.h",
- "media_stream_audio_sink.cc",
- "media_stream_audio_sink.h",
- "media_stream_sink.h",
- "media_stream_video_renderer.h",
"navigation_state.cc",
"navigation_state.h",
"pepper_plugin_instance.h",
@@ -96,9 +91,14 @@ target(link_target_type, "renderer_sources") {
if (enable_webrtc) {
sources += [
+ "media_stream_audio_renderer.h",
+ "media_stream_audio_sink.cc",
+ "media_stream_audio_sink.h",
"media_stream_renderer_factory.h",
+ "media_stream_sink.h",
"media_stream_utils.cc",
"media_stream_utils.h",
+ "media_stream_video_renderer.h",
"media_stream_video_sink.cc",
"media_stream_video_sink.h",
"webrtc_log_message_delegate.h",
« no previous file with comments | « no previous file | content/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698