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

Side by Side Diff: ios/chrome/test/DEPS

Issue 2571383002: [ios] Updates ios DEPS files. (Closed)
Patch Set: Review. Created 4 years 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 | « ios/chrome/browser/DEPS ('k') | ios/chrome/today_extension/DEPS » ('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/content_settings/core/common", 2 "+breakpad/src/client/ios",
3 "+components/autofill/core/browser",
4 "+components/bookmarks",
5 "+components/browser_sync",
6 "+components/browsing_data/core",
7 "+components/content_settings/core",
8 "+components/history/core/browser",
9 "+components/keyed_service/core",
10 "+components/metrics",
3 "+components/network_time", 11 "+components/network_time",
4 "+components/prefs", 12 "+components/prefs",
13 "+components/signin/core/browser",
14 "+components/signin/core/common",
15 "+components/sync",
16 "+components/variations",
17 "+components/version_info",
18 "+google_apis",
19 "+ios/chrome/app",
5 "+ios/chrome/browser", 20 "+ios/chrome/browser",
6 "+ios/public/provider/chrome", 21 "+ios/public/provider/chrome",
7 "+ios/public/test", 22 "+ios/public/test",
8 "+ios/web/public", 23 "+ios/web/public",
9 "+net/url_request", 24 "+net/url_request",
10 "+third_party/google_toolbox_for_mac", 25 "+third_party/google_toolbox_for_mac",
11 "+ui", 26 "+ui",
27
28 # Strings and resources.
29 "+components/grit",
30 "+components/strings/grit",
31 "+ios/chrome/grit",
12 ] 32 ]
OLDNEW
« no previous file with comments | « ios/chrome/browser/DEPS ('k') | ios/chrome/today_extension/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698