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

Unified Diff: content/renderer/BUILD.gn

Issue 2334173002: Clean up WebRTC related includes files in content. (Closed)
Patch Set: Created 4 years, 3 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/media/user_media_client_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/BUILD.gn
diff --git a/content/renderer/BUILD.gn b/content/renderer/BUILD.gn
index 0697208084dcaac6c79003a2757715c28cb2cbc0..3d4e9a9784de6a63cb1014bc66789b9d45c9d189 100644
--- a/content/renderer/BUILD.gn
+++ b/content/renderer/BUILD.gn
@@ -192,8 +192,6 @@ target(link_target_type, "renderer") {
"manifest/manifest_parser.h",
"manifest/manifest_uma_util.cc",
"manifest/manifest_uma_util.h",
- "media/aec_dump_message_filter.cc",
- "media/aec_dump_message_filter.h",
"media/android/media_info_loader.cc",
"media/android/media_info_loader.h",
"media/android/media_player_renderer_client.cc",
@@ -514,6 +512,8 @@ target(link_target_type, "renderer") {
if (enable_webrtc) {
# WebRTC plugin-related stuff goes in a different section below.
sources += [
+ "media/aec_dump_message_filter.cc",
+ "media/aec_dump_message_filter.h",
"media/audio_repetition_detector.cc",
"media/audio_repetition_detector.h",
"media/audio_track_recorder.cc",
@@ -595,6 +595,7 @@ target(link_target_type, "renderer") {
"media/track_audio_renderer.cc",
"media/track_audio_renderer.h",
"media/user_media_client_impl.cc",
+ "media/user_media_client_impl.h",
"media/video_track_adapter.cc",
"media/video_track_adapter.h",
"media/video_track_recorder.cc",
« no previous file with comments | « no previous file | content/renderer/media/user_media_client_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698