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

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

Issue 2568003005: [ios] Adds code for Omaha and the upgrade center. (Closed)
Patch Set: 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
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/web_resource", 85 "+components/web_resource",
86 "+components/webdata_services", 86 "+components/webdata_services",
87 "+components/webp_transcode", 87 "+components/webp_transcode",
88 "+crypto", 88 "+crypto",
89 "+google_apis", 89 "+google_apis",
90 "+ios/net", 90 "+ios/net",
91 "+ios/public/provider/chrome", 91 "+ios/public/provider/chrome",
92 "+ios/public/provider/components", 92 "+ios/public/provider/components",
93 "+ios/public/provider/web", 93 "+ios/public/provider/web",
94 "+ios/web/public", 94 "+ios/web/public",
95 "+libxml/xmlwriter.h",
sdefresne 2016/12/14 11:50:55 Is this the only DEPS addition we missed?
rohitrao (ping after 24h) 2016/12/14 13:26:32 I believe so. Will double-check the next time I d
95 "+net", 96 "+net",
96 "+rlz/features", 97 "+rlz/features",
97 "+third_party/brotli", 98 "+third_party/brotli",
98 "+third_party/google_toolbox_for_mac", 99 "+third_party/google_toolbox_for_mac",
99 "+ui", 100 "+ui",
100 101
101 # Those depend on //content; exclude them. 102 # Those depend on //content; exclude them.
102 "-components/metrics/gpu", 103 "-components/metrics/gpu",
103 "-components/sessions/content", 104 "-components/sessions/content",
104 105
105 # For tests. 106 # For tests.
106 "+ios/chrome/test", 107 "+ios/chrome/test",
107 "+ios/public/test", 108 "+ios/public/test",
108 109
109 # Strings and resources. 110 # Strings and resources.
110 "+components/grit", 111 "+components/grit",
111 "+components/strings/grit", 112 "+components/strings/grit",
112 "+ios/chrome/grit", 113 "+ios/chrome/grit",
113 ] 114 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698