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

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

Issue 2570573002: Convert RLZ to a buildflag header (Closed)
Patch Set: iOS 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/BUILD.gn ('k') | ios/chrome/browser/ios_chrome_main_parts.mm » ('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 "+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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/net", 91 "+ios/net",
92 "+ios/public/provider/chrome", 92 "+ios/public/provider/chrome",
93 "+ios/public/provider/components", 93 "+ios/public/provider/components",
94 "+ios/public/provider/web", 94 "+ios/public/provider/web",
95 "+ios/web/public", 95 "+ios/web/public",
96 "+net", 96 "+net",
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
« no previous file with comments | « ios/chrome/browser/BUILD.gn ('k') | ios/chrome/browser/ios_chrome_main_parts.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698