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 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 ] |
OLD | NEW |