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

Unified Diff: webrtc/BUILD.gn

Issue 1989823002: Revert of Add missing headers and fix some missing dependencies (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 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 | « no previous file | webrtc/common.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/BUILD.gn
diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn
index 1b209dda6aa67052f53efd79c6ac8415189e0d92..01fa042af36da554506a0b82da03fd219b4575dd 100644
--- a/webrtc/BUILD.gn
+++ b/webrtc/BUILD.gn
@@ -173,14 +173,9 @@
source_set("webrtc") {
sources = [
- "audio_receive_stream.h",
- "audio_send_stream.h",
- "audio_state.h",
"call.h",
- "common.h",
+ "config.h",
"transport.h",
- "video_receive_stream.h",
- "video_send_stream.h",
]
defines = []
@@ -241,7 +236,6 @@
"config.h",
"engine_configurations.h",
"typedefs.h",
- "video_frame.h",
]
configs += [ ":common_config" ]
@@ -277,7 +271,6 @@
deps = [
":webrtc_common",
- "base:rtc_base_approved",
]
if (rtc_enable_protobuf) {
@@ -304,7 +297,6 @@
deps = [
":rtc_event_log_proto",
":webrtc_common",
- "base:rtc_base_approved",
]
if (is_clang && !is_nacl) {
« no previous file with comments | « no previous file | webrtc/common.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698