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

Unified Diff: chromecast/public/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/media/cma/decoder/DEPS ('k') | chromecast/renderer/media/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/public/DEPS
diff --git a/chromecast/public/DEPS b/chromecast/public/DEPS
index 30d9ea2d3361f4f6b46e166877d56478f0e59bfd..816909545fa7434e80b721d8cc228ff3225ae51e 100644
--- a/chromecast/public/DEPS
+++ b/chromecast/public/DEPS
@@ -1,8 +1,9 @@
include_rules = [
# chromecast/public should not depend on anything Chromium specific
- "-chromecast",
+ # Disallow all chromium-wide dependencies listed in chromium/src/DEPS.
"-base",
- "-content",
- "-net",
- "-ui",
+ "-build",
+ "-ipc",
+ "-testing",
+ "-url",
]
« no previous file with comments | « chromecast/media/cma/decoder/DEPS ('k') | chromecast/renderer/media/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698