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

Unified Diff: chromecast/base/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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chromecast/DEPS ('k') | chromecast/base/metrics/cast_histograms.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/base/DEPS
diff --git a/chromecast/base/DEPS b/chromecast/base/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..2e69add22c5c3a6c5113920a983d4652a30fd84d
--- /dev/null
+++ b/chromecast/base/DEPS
@@ -0,0 +1,7 @@
+include_rules = [
+ # chromecast/base may be depended on by many disparate parts of the Chromecast
+ # codebase. Keep dependencies small.
+ "-content",
+ "-net",
+ "-ui",
+]
« no previous file with comments | « chromecast/DEPS ('k') | chromecast/base/metrics/cast_histograms.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698