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

Unified Diff: webrtc/modules/audio_coding/DEPS

Issue 2380683005: Moved RtcEventLog files from call/ to logging/ (new top level dir) (Closed)
Patch Set: Updated GYP files 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
Index: webrtc/modules/audio_coding/DEPS
diff --git a/webrtc/modules/audio_coding/DEPS b/webrtc/modules/audio_coding/DEPS
index 31aa1c25fbc22b5c25684d3996a5e373c8e1ab8d..bbc6d5c87cdd65541f8157a7c540b0dce72ddb67 100644
--- a/webrtc/modules/audio_coding/DEPS
+++ b/webrtc/modules/audio_coding/DEPS
@@ -2,6 +2,7 @@ include_rules = [
"+webrtc/base",
"+webrtc/call",
"+webrtc/common_audio",
+ "+webrtc/logging/rtc_event_log/rtc_event_log.h",
kjellander_webrtc 2016/09/30 10:57:05 I don't think it makes sense to be this fine-grain
skvlad 2016/09/30 18:50:55 Ok, shortened it to +webrtc/logging/rtc_event_log
"+webrtc/audio_coding/neteq/neteq_unittest.pb.h", # Different path.
"+webrtc/system_wrappers",
]

Powered by Google App Engine
This is Rietveld 408576698