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

Side by Side Diff: chromecast/DEPS

Issue 490603002: Chromecast: initial checkin of Android-based cast shell. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: added android DEPS (git cl presubmit doesn't check Java DEPS?) Created 6 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 unified diff | Download patch
« no previous file with comments | « build/common.gypi ('k') | chromecast/android/cast_jni_registrar.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Do not add any includes under chrome/ anywhere in chromecast. 1 # Do not add any includes under chrome/ anywhere in chromecast.
2 2
3 include_rules = [ 3 include_rules = [
4 "+content/public/common", 4 "+content/public/common",
5 "+crypto", 5 "+crypto",
6 "+grit/chromecast_settings.h", 6 "+grit/chromecast_settings.h",
7 "+grit/shell_resources.h", 7 "+grit/shell_resources.h",
8 "+jni",
8 "+net", 9 "+net",
9 "+ui", 10 "+ui",
10 ] 11 ]
OLDNEW
« no previous file with comments | « build/common.gypi ('k') | chromecast/android/cast_jni_registrar.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698