OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+components/invalidation", | 2 "+components/invalidation", |
3 "+components/onc", | 3 "+components/onc", |
4 "+components/proximity_auth", | 4 "+components/proximity_auth", |
5 "+components/sync/engine/events", | 5 "+components/sync/engine/events", |
6 "+components/sync/sessions", | 6 "+components/sync/sessions", |
7 "+components/sync/base/weak_handle.h", | 7 "+components/sync/base/weak_handle.h", |
8 "+components/sync/js", | 8 "+components/sync/js", |
9 "+device/bluetooth", | 9 "+device/bluetooth", |
10 "+device/nfc", | |
11 | 10 |
12 # Generated files | 11 # Generated files |
13 "+js2webui/chrome/test/data", | 12 "+js2webui/chrome/test/data", |
14 "+third_party/cld", | 13 "+third_party/cld", |
15 | 14 |
16 # Other libraries. | 15 # Other libraries. |
17 "+third_party/angle", # For ANGLE version. | 16 "+third_party/angle", # For ANGLE version. |
18 "+third_party/brotli", # For compressed resources. | 17 "+third_party/brotli", # For compressed resources. |
19 "+third_party/zlib/zlib.h", # For compression level constants. | 18 "+third_party/zlib/zlib.h", # For compression level constants. |
20 "+third_party/libaddressinput", # For i18n address input. | 19 "+third_party/libaddressinput", # For i18n address input. |
21 | 20 |
22 # DOM Distiller. | 21 # DOM Distiller. |
23 "+components/dom_distiller/core", | 22 "+components/dom_distiller/core", |
24 "+components/dom_distiller/webui", | 23 "+components/dom_distiller/webui", |
25 ] | 24 ] |
OLD | NEW |