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

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

Issue 2844783002: [Payment Request] Adds address normalization on iOS. (Closed)
Patch Set: Cleanup. Created 3 years, 8 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 "+breakpad/src/client/ios", 2 "+breakpad/src/client/ios",
3 "+breakpad/src/common", 3 "+breakpad/src/common",
4 "+components/about_handler", 4 "+components/about_handler",
5 "+components/autofill/core/browser", 5 "+components/autofill/core/browser",
6 "+components/autofill/core/common", 6 "+components/autofill/core/common",
7 "+components/autofill/ios/browser", 7 "+components/autofill/ios/browser",
8 "+components/bookmarks", 8 "+components/bookmarks",
9 "+components/browser_sync", 9 "+components/browser_sync",
10 "+components/browsing_data/core", 10 "+components/browsing_data/core",
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 "+ios/net", 96 "+ios/net",
97 "+ios/public/provider/chrome", 97 "+ios/public/provider/chrome",
98 "+ios/public/provider/components", 98 "+ios/public/provider/components",
99 "+ios/shared/chrome/browser", 99 "+ios/shared/chrome/browser",
100 "+ios/web/public", 100 "+ios/web/public",
101 "+libxml/xmlwriter.h", 101 "+libxml/xmlwriter.h",
102 "+net", 102 "+net",
103 "+rlz/features", 103 "+rlz/features",
104 "+third_party/brotli", 104 "+third_party/brotli",
105 "+third_party/google_toolbox_for_mac", 105 "+third_party/google_toolbox_for_mac",
106 "+third_party/libaddressinput",
106 "+ui", 107 "+ui",
107 108
108 # Those depend on //content; exclude them. 109 # Those depend on //content; exclude them.
109 "-components/metrics/gpu", 110 "-components/metrics/gpu",
110 "-components/sessions/content", 111 "-components/sessions/content",
111 112
112 # For tests. 113 # For tests.
113 "+ios/chrome/test", 114 "+ios/chrome/test",
114 "+ios/public/test", 115 "+ios/public/test",
115 116
116 # Strings and resources. 117 # Strings and resources.
117 "+components/grit", 118 "+components/grit",
118 "+components/strings/grit", 119 "+components/strings/grit",
119 "+ios/chrome/grit", 120 "+ios/chrome/grit",
120 ] 121 ]
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/autofill/BUILD.gn » ('j') | ios/chrome/browser/autofill/validation_rules_storage_factory.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698