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

Unified Diff: chromecast/DEPS

Issue 602393004: Chromecast: adds stability metrics provider to track crashes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: DEPS changes not caught by git cl presubmit 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 | « no previous file | chromecast/android/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/DEPS
diff --git a/chromecast/DEPS b/chromecast/DEPS
index a10b9578e98a4b1c2ef7c59a02ac66d9104ce2c1..509c6d3d9a0af4991948431cdb5f330b0a6360df 100644
--- a/chromecast/DEPS
+++ b/chromecast/DEPS
@@ -1,6 +1,12 @@
# Do not add any includes under chrome/ anywhere in chromecast.
include_rules = [
+ # Chromecast code should, in general, only depend on chromecast/common unless
+ # a dependency is otherwise explicitly declared.
+ "-chromecast",
+ "+chromecast/common",
+
+ # Other Chromecast-wide dependencies.
"+content/public/common",
"+crypto",
"+grit/chromecast_settings.h",
« no previous file with comments | « no previous file | chromecast/android/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698