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

Side by Side Diff: chromecast/DEPS

Issue 2206813002: [chromecast] Remove default chromecast-wide deps. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « no previous file | chromecast/android/DEPS » ('j') | chromecast/base/DEPS » ('J')
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 # Chromecast code should explicitly declare its dependencies on each 4 # Chromecast code should explicitly declare its dependencies on each
5 # sub-directory within chromecast/. 5 # sub-directory within chromecast/.
6 "-chromecast", 6 "-chromecast",
7
8 # Other Chromecast-wide dependencies.
7 "+chromecast/base", 9 "+chromecast/base",
8 "+chromecast/chromecast_features.h", 10 "+chromecast/chromecast_features.h",
9 "+chromecast/public", 11 "+chromecast/public",
10
11 # Other Chromecast-wide dependencies.
12 "+content/public/common",
13 "+crypto",
14 "+grit/chromecast_settings.h",
15 "+grit/shell_resources.h",
16 "+jni",
17 "+net",
18 "+ui",
19 ] 12 ]
OLDNEW
« no previous file with comments | « no previous file | chromecast/android/DEPS » ('j') | chromecast/base/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698