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

Side by Side Diff: ios/public/provider/chrome/browser/DEPS

Issue 1667733002: Move chrome_browser_state.{cc,h} to ios/chrome/browser/browser_state. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@test_support_ios
Patch Set: Created 4 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 "+components/autofill/core/browser", 2 "+components/autofill/core/browser",
3 "+components/favicon_base", 3 "+components/favicon_base",
4 "+components/metrics", 4 "+components/metrics",
5 "+components/signin/ios/browser", 5 "+components/signin/ios/browser",
6 "+components/sync_sessions", 6 "+components/sync_sessions",
7 "+ios/web/public", 7 "+ios/web/public",
8 "+net", 8 "+net",
9
10 # Do not allow inclusion of forwarding header in the provider code as the
11 # provider is not allowed to depends on //ios/chrome.
12 "-ios/public/provider/chrome/browser/browser_state/chrome_browser_state.h",
9 ] 13 ]
OLDNEW
« no previous file with comments | « ios/public/provider/chrome/browser/BUILD.gn ('k') | ios/public/provider/chrome/browser/browser_state/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698