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

Unified Diff: media/cast/DEPS

Issue 161593002: Cast: an app to generate log data and do (de)serailization and (de)compression. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@encoding-event-subscriber
Patch Set: Rewrote the encode/decode logic without using internal protobuf APIs, so don't need to add protobuf… Created 6 years, 10 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 | media/cast/cast.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/DEPS
diff --git a/media/cast/DEPS b/media/cast/DEPS
index f84b3fbbf5eb9d703c257467adcb1ed78cea147d..79930a06528d3e58c1cdaf8419760870024e0cb8 100644
--- a/media/cast/DEPS
+++ b/media/cast/DEPS
@@ -2,7 +2,8 @@ include_rules = [
"+crypto",
"+media",
"+net",
- "+third_party/webrtc",
- "+third_party/libyuv",
- "+ui/gfx",
+ "+third_party/libyuv",
+ "+third_party/webrtc",
+ "+third_party/zlib",
+ "+ui/gfx",
]
« no previous file with comments | « no previous file | media/cast/cast.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698