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

Unified Diff: ios/components/DEPS

Issue 2894483003: Initialize ios/web_view translate with a system-wide URLRequestContext. (Closed)
Patch Set: Remove unneeded deps. Created 3 years, 7 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 | ios/components/README » ('j') | ios/web_view/internal/app/application_context_impl.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/components/DEPS
diff --git a/ios/components/DEPS b/ios/components/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..a14b7bebb8c90f587fbf0f80c98006c86b8c6905
--- /dev/null
+++ b/ios/components/DEPS
@@ -0,0 +1,8 @@
+include_rules = [
+ # Do not add ios/chrome/ as an allowed include.
+
+ # Individual components must explicitly declare their dependencies
+ # on other components. Cycles in the dependency graph within
+ # components/ are not allowed.
+ "-components",
+]
« no previous file with comments | « no previous file | ios/components/README » ('j') | ios/web_view/internal/app/application_context_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698