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

Unified Diff: chromecast/DEPS

Issue 638803002: Reorganizes Chromecast code to better reflect functional dependencies. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: extra DEPS: chromecast/crash/android --> chromecast/common 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 509c6d3d9a0af4991948431cdb5f330b0a6360df..a1073acd38067ecfe7d5e2c669fdf7d653eb8fa5 100644
--- a/chromecast/DEPS
+++ b/chromecast/DEPS
@@ -1,10 +1,9 @@
# 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 code should explicitly declare its dependencies on each
+ # sub-directory within chromecast/.
"-chromecast",
- "+chromecast/common",
# Other Chromecast-wide dependencies.
"+content/public/common",
« 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