| 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 "-webkit", | 29 "-webkit", |
| 30 "-tools", | 30 "-tools", |
| 31 | 31 |
| 32 "-crypto/third_party", | 32 "-crypto/third_party", |
| 33 | 33 |
| 34 # Allow inclusion of WebKit API files. | 34 # Allow inclusion of WebKit API files. |
| 35 "+third_party/WebKit/public/platform", | 35 "+third_party/WebKit/public/platform", |
| 36 "+third_party/WebKit/public/web", | 36 "+third_party/WebKit/public/web", |
| 37 | 37 |
| 38 # Allow inclusion of third-party code: | 38 # Allow inclusion of third-party code: |
| 39 "+third_party/hunspell_new", | 39 "+third_party/hunspell", |
| 40 "+third_party/libxml", | 40 "+third_party/libxml", |
| 41 "+third_party/mojo/src/mojo/public", | 41 "+third_party/mojo/src/mojo/public", |
| 42 "+third_party/skia", | 42 "+third_party/skia", |
| 43 | 43 |
| 44 "+ui", | 44 "+ui", |
| 45 ] | 45 ] |
| OLD | NEW |