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

Side by Side Diff: ios/shared/DEPS

Issue 2699833004: Add WebStateListOrderController to control WebState insertion. (Closed)
Patch Set: Address comments. 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 unified diff | Download patch
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+ios/web/public", 2 "+ios/web/public",
3 "+ui/base",
3 "+net", 4 "+net",
4 5
5 # Code in ios/shared is used by both ios/chrome and ios/clean/chrome, so 6 # Code in ios/shared is used by both ios/chrome and ios/clean/chrome, so
6 # forbid circular dependencies. 7 # forbid circular dependencies.
7 "-ios/clean/chrome", 8 "-ios/clean/chrome",
8 "-ios/chrome", 9 "-ios/chrome",
9 ] 10 ]
OLDNEW
« no previous file with comments | « ios/chrome/browser/tabs/tab_model_order_controller_unittest.mm ('k') | ios/shared/chrome/browser/tabs/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698