OLD | NEW |
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 Loading... |
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 ] |
OLD | NEW |