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

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

Issue 2287383002: Add setup for integration tests in FakeChromeIdentityService. (Closed)
Patch Set: Fix callback in FakeGetAccessToken Created 4 years, 3 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
« no previous file with comments | « no previous file | ios/public/provider/chrome/browser/signin/fake_chrome_identity_service.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 "+google_apis/gaia",
7 "+ios/web/public", 8 "+ios/web/public",
8 "+net", 9 "+net",
9 10
10 # Do not allow inclusion of forwarding header in the provider code as the 11 # Do not allow inclusion of forwarding header in the provider code as the
11 # provider is not allowed to depends on //ios/chrome. 12 # provider is not allowed to depends on //ios/chrome.
12 "-ios/public/provider/chrome/browser/browser_state/chrome_browser_state.h", 13 "-ios/public/provider/chrome/browser/browser_state/chrome_browser_state.h",
13 ] 14 ]
OLDNEW
« no previous file with comments | « no previous file | ios/public/provider/chrome/browser/signin/fake_chrome_identity_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698