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

Unified Diff: chromecast/browser/DEPS

Issue 638803002: Reorganizes Chromecast code to better reflect functional dependencies. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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
Index: chromecast/browser/DEPS
diff --git a/chromecast/browser/DEPS b/chromecast/browser/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..b1af3630329e086f94d0bd871e06a33606811c27
--- /dev/null
+++ b/chromecast/browser/DEPS
@@ -0,0 +1,8 @@
+include_rules = [
+ # chromecast/browser/ is the top-level main directory for the Chromecast
+ # embedder and can include from all other chromecast/ directories.
+ "+chromecast",
+ "+components/crash",
+ "+content/public/browser",
+ "+media/base",
+]

Powered by Google App Engine
This is Rietveld 408576698