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

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

Issue 2612433002: Remove CRWWebControllerProvider (Closed)
Patch Set: Remove DEPS Created 3 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 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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 "+components/version_ui", 85 "+components/version_ui",
86 "+components/web_resource", 86 "+components/web_resource",
87 "+components/webdata_services", 87 "+components/webdata_services",
88 "+components/webp_transcode", 88 "+components/webp_transcode",
89 "+crypto", 89 "+crypto",
90 "+google_apis", 90 "+google_apis",
91 "+ios/chrome/app", 91 "+ios/chrome/app",
92 "+ios/net", 92 "+ios/net",
93 "+ios/public/provider/chrome", 93 "+ios/public/provider/chrome",
94 "+ios/public/provider/components", 94 "+ios/public/provider/components",
95 "+ios/public/provider/web",
96 "+ios/web/public", 95 "+ios/web/public",
97 "+libxml/xmlwriter.h", 96 "+libxml/xmlwriter.h",
98 "+net", 97 "+net",
99 "+rlz/features", 98 "+rlz/features",
100 "+third_party/brotli", 99 "+third_party/brotli",
101 "+third_party/google_toolbox_for_mac", 100 "+third_party/google_toolbox_for_mac",
102 "+ui", 101 "+ui",
103 102
104 # Those depend on //content; exclude them. 103 # Those depend on //content; exclude them.
105 "-components/metrics/gpu", 104 "-components/metrics/gpu",
106 "-components/sessions/content", 105 "-components/sessions/content",
107 106
108 # For tests. 107 # For tests.
109 "+ios/chrome/test", 108 "+ios/chrome/test",
110 "+ios/public/test", 109 "+ios/public/test",
111 110
112 # Strings and resources. 111 # Strings and resources.
113 "+components/grit", 112 "+components/grit",
114 "+components/strings/grit", 113 "+components/strings/grit",
115 "+ios/chrome/grit", 114 "+ios/chrome/grit",
116 ] 115 ]
OLDNEW
« no previous file with comments | « ios/chrome/app/startup/provider_registration.mm ('k') | ios/chrome/browser/reading_list/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698