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

Unified 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, 11 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/public/provider/chrome/browser/BUILD.gn ('k') | ios/public/provider/chrome/browser/browser_state/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/public/provider/chrome/browser/DEPS
diff --git a/ios/public/provider/chrome/browser/DEPS b/ios/public/provider/chrome/browser/DEPS
index 72b0effcc0010f674255c85a902585c06a70bba1..b43859eec48f6affb7955d872d1f221a18741a86 100644
--- a/ios/public/provider/chrome/browser/DEPS
+++ b/ios/public/provider/chrome/browser/DEPS
@@ -6,4 +6,8 @@ include_rules = [
"+components/sync_sessions",
"+ios/web/public",
"+net",
+
+ # Do not allow inclusion of forwarding header in the provider code as the
+ # provider is not allowed to depends on //ios/chrome.
+ "-ios/public/provider/chrome/browser/browser_state/chrome_browser_state.h",
]
« 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