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

Unified Diff: chromecast/browser/DEPS

Issue 2217373002: [chromecast] Cleanup include_rules. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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/app/DEPS ('k') | chromecast/browser/test/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/browser/DEPS
diff --git a/chromecast/browser/DEPS b/chromecast/browser/DEPS
index c5ba172cd8ffd0e8b76bb72735cb7c6cce7c7ec7..1d07025a97c1fe2472ef69aa01257aa71c5e0ca7 100644
--- a/chromecast/browser/DEPS
+++ b/chromecast/browser/DEPS
@@ -1,8 +1,10 @@
include_rules = [
- # chromecast/browser/ is the top-level main directory for the Chromecast
- # embedder and can include from all other chromecast/ directories.
"+cc/base/switches.h",
- "+chromecast",
+ "+chromecast/common",
+ "+chromecast/graphics",
+ "+chromecast/media",
+ "+chromecast/net",
+ "+chromecast/service",
"+components/crash",
"+components/devtools_discovery",
"+components/devtools_http_handler",
@@ -28,4 +30,7 @@ include_rules = [
"+ui/gl",
"+ui/display",
"+ui/ozone/platform/cast/overlay_manager_cast.h",
+
+ # TODO(sanfin): Remove this by fixing the crash handler on android.
+ "!chromecast/app",
]
« no previous file with comments | « chromecast/app/DEPS ('k') | chromecast/browser/test/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698