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