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

Unified Diff: webrtc/webrtc.gyp

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 | « webrtc/common.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/webrtc.gyp
diff --git a/webrtc/webrtc.gyp b/webrtc/webrtc.gyp
index 7f9a9ea840905879290649ff712e525831208aa9..793bf96335ef40f24c6c8fdef4852f912632ef52 100644
--- a/webrtc/webrtc.gyp
+++ b/webrtc/webrtc.gyp
@@ -78,7 +78,6 @@
],
'dependencies': [
'rtc_event_log_proto',
- '<(webrtc_root)/base/base.gyp:rtc_base_approved',
],
'export_dependent_settings': [
'rtc_event_log_proto',
@@ -144,7 +143,7 @@
'audio_send_stream.h',
'audio_state.h',
'call.h',
- 'common.h',
+ 'config.h',
'transport.h',
'video_receive_stream.h',
'video_send_stream.h',
@@ -179,9 +178,6 @@
'call/rtc_event_log_helper_thread.cc',
'call/rtc_event_log_helper_thread.h',
],
- 'dependencies': [
- '<(webrtc_root)/base/base.gyp:rtc_base_approved',
- ],
'conditions': [
# If enable_protobuf is defined, we want to compile the protobuf
# and add rtc_event_log.pb.h and rtc_event_log.pb.cc to the sources.
« no previous file with comments | « webrtc/common.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698