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

Side by Side Diff: chromecast/public/media/DEPS

Issue 1257013003: Load CMA backend from shared library (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Unit test + android fixes Created 5 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
(Empty)
1 include_rules = [
2 # chromecast/public/media should not depend on anything Chromium specific
3 "-chromecast",
gunsch 2015/07/27 17:14:49 These rules should all be guaranteed by chromecast
halliwell 2015/07/28 02:19:35 got it. removing the file anyway though.
4 # TODO(halliwell) ... figure out whether to use relative include path
gunsch 2015/07/27 17:14:49 did you figure it out? :)
halliwell 2015/07/28 02:19:35 I did now. I discovered that: * Up a level, heade
5 "+chromecast/public",
6 "-base",
7 "-content",
8 "-net",
9 "-ui",
10 ]
byungchul 2015/07/27 18:22:23 chromecast/public dir will be distributed to oem p
halliwell 2015/07/28 02:19:35 File deleted anyway.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698