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

Side by Side Diff: chromecast/DEPS

Issue 652353003: Chromecast: adds class to help record complex histograms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: resets initial buffering state on flush Created 6 years, 2 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/base/DEPS » ('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 # 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 "+chromecast/base",
7 8
8 # Other Chromecast-wide dependencies. 9 # Other Chromecast-wide dependencies.
9 "+content/public/common", 10 "+content/public/common",
10 "+crypto", 11 "+crypto",
11 "+grit/chromecast_settings.h", 12 "+grit/chromecast_settings.h",
12 "+grit/shell_resources.h", 13 "+grit/shell_resources.h",
13 "+jni", 14 "+jni",
14 "+net", 15 "+net",
15 "+ui", 16 "+ui",
16 ] 17 ]
OLDNEW
« no previous file with comments | « no previous file | chromecast/base/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698