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", |
| 7 "+sync/internal_api/public/events", |
6 "+sync/internal_api/public/util/weak_handle.h", | 8 "+sync/internal_api/public/util/weak_handle.h", |
7 "+sync/internal_api/public/events", | |
8 | 9 |
9 # Other libraries. | 10 # Other libraries. |
10 "+components/onc", | 11 "+components/onc", |
11 "+device/bluetooth", | 12 "+device/bluetooth", |
12 "+device/nfc", | 13 "+device/nfc", |
13 "+third_party/angle", # For ANGLE version. | 14 "+third_party/angle", # For ANGLE version. |
14 "+third_party/zlib/zlib.h", # For compression level constants. | 15 "+third_party/zlib/zlib.h", # For compression level constants. |
15 "+third_party/libaddressinput/chromium/cpp/include", # For i18n address input. | 16 "+third_party/libaddressinput/chromium/cpp/include", # For i18n address input. |
16 | 17 |
17 # DOM Distiller. | 18 # DOM Distiller. |
18 "+components/dom_distiller/core", | 19 "+components/dom_distiller/core", |
19 "+components/dom_distiller/webui", | 20 "+components/dom_distiller/webui", |
20 | 21 |
21 "+components/invalidation", | 22 "+components/invalidation", |
22 ] | 23 ] |
OLD | NEW |