Chromium Code Reviews

Unified Diff: webrtc/base/DEPS

Issue 2747863003: Loosening the coupling between WebRTC and //third_party/protobuf (Closed)
Patch Set: Adding protobuf dep to DEPS file Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: webrtc/base/DEPS
diff --git a/webrtc/base/DEPS b/webrtc/base/DEPS
index bb76adfe31c21b904a0996e8048475aa01873b4e..5fcd2d922f9a904941cb4b55405fe073cf79ad54 100644
--- a/webrtc/base/DEPS
+++ b/webrtc/base/DEPS
@@ -3,6 +3,7 @@ include_rules = [
"+json",
"+third_party/jsoncpp",
"+webrtc/system_wrappers",
+ "+third_party/protobuf/src/google/protobuf",
]
specific_include_rules = {

Powered by Google App Engine