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

Side by Side Diff: chromecast/public/DEPS

Issue 2156193003: [Chromecast] Add a custom CastMediaClient for Chromecast (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@codecs
Patch Set: CR fixes Created 4 years, 4 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 unified diff | Download patch
OLDNEW
1 include_rules = [ 1 include_rules = [
2 # chromecast/public should not depend on anything Chromium specific 2 # chromecast/public should not depend on anything Chromium specific
3 "-chromecast", 3 "-chromecast",
4 "-base", 4 "-base",
5 "-content", 5 "-content",
6 "-net", 6 "-net",
7 "-ui", 7 "-ui",
8 "+media/decoder_config.h",
8 ] 9 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698