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

Unified Diff: ios/components/DEPS

Issue 2908613002: Move common functionality of IOSChromeIOThread to ios/components. (Closed)
Patch Set: Respond to comments. 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
Index: ios/components/DEPS
diff --git a/ios/components/DEPS b/ios/components/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..1d2afe98b366052eb900a94a29fbaa8474165b28
--- /dev/null
+++ b/ios/components/DEPS
@@ -0,0 +1,11 @@
+include_rules = [
+ # Do not add ios/chrome/ or ios/web_view as an allowed include. Please see
+ # ios/components/README.
+ "-ios/chrome",
Eugene But (OOO till 7-30) 2017/05/26 14:18:09 "-ios/clean", ?
michaeldo 2017/05/26 17:19:05 Done.
+ "-ios/web_view",
+
+ # Individual components must explicitly declare their dependencies
+ # on other components. Cycles in the dependency graph within
+ # components/ are not allowed.
+ "-components",
+]

Powered by Google App Engine
This is Rietveld 408576698