OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+crypto", | 2 "+crypto", |
3 "+gpu", | 3 "+gpu", |
4 "+net", | 4 "+net", |
5 "+pdf", | 5 "+pdf", |
6 "+printing", | 6 "+printing", |
7 "+sql", | 7 "+sql", |
8 # Browser, renderer, common and tests access V8 for various purposes. | 8 # Browser, renderer, common and tests access V8 for various purposes. |
9 "-v8", | 9 "-v8", |
10 "+v8/include", | 10 "+v8/include", |
(...skipping 18 matching lines...) Expand all Loading... |
29 "+ppapi/features", | 29 "+ppapi/features", |
30 | 30 |
31 # Don't allow inclusion of these other libs we shouldn't be calling directly. | 31 # Don't allow inclusion of these other libs we shouldn't be calling directly. |
32 "-webkit", | 32 "-webkit", |
33 "-tools", | 33 "-tools", |
34 | 34 |
35 "-crypto/third_party", | 35 "-crypto/third_party", |
36 | 36 |
37 # Allow inclusion of WebKit API files. | 37 # Allow inclusion of WebKit API files. |
38 "+third_party/WebKit/public/platform", | 38 "+third_party/WebKit/public/platform", |
| 39 "+third_party/WebKit/public/public_features.h", |
39 "+third_party/WebKit/public/web", | 40 "+third_party/WebKit/public/web", |
40 | 41 |
41 # Allow inclusion of third-party code: | 42 # Allow inclusion of third-party code: |
42 "+third_party/hunspell", | 43 "+third_party/hunspell", |
43 "+third_party/skia", | 44 "+third_party/skia", |
44 | 45 |
45 "+ui", | 46 "+ui", |
46 ] | 47 ] |
OLD | NEW |