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

Unified Diff: ios/shared/DEPS

Issue 2680403005: Introduce WebStateList to manage a list of web::WebState. (Closed)
Patch Set: Rebase. Created 3 years, 10 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 | « ios/chrome/test/BUILD.gn ('k') | ios/shared/chrome/browser/tabs/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/shared/DEPS
diff --git a/ios/shared/DEPS b/ios/shared/DEPS
index f47a8e23066b2ac52c314fd1d9d9ec589040aa6e..d0713bdacaaf6b616cf647af5e2854c005f5902c 100644
--- a/ios/shared/DEPS
+++ b/ios/shared/DEPS
@@ -1,5 +1,9 @@
include_rules = [
- # Shared code between ios/chrome and ios/clean/chrome must not depend on them.
+ "+ios/web/public",
+ "+net",
+
+ # Code in ios/shared is used by both ios/chrome and ios/clean/chrome, so
+ # forbid circular dependencies.
"-ios/clean/chrome",
"-ios/chrome",
]
« no previous file with comments | « ios/chrome/test/BUILD.gn ('k') | ios/shared/chrome/browser/tabs/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698