| 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 17 matching lines...) Expand all Loading... |
| 28 "+mojo/common", | 28 "+mojo/common", |
| 29 "+mojo/public", | 29 "+mojo/public", |
| 30 "+ppapi/features", | 30 "+ppapi/features", |
| 31 | 31 |
| 32 # Don't allow inclusion of these other libs we shouldn't be calling directly. | 32 # Don't allow inclusion of these other libs we shouldn't be calling directly. |
| 33 "-webkit", | 33 "-webkit", |
| 34 "-tools", | 34 "-tools", |
| 35 | 35 |
| 36 "-crypto/third_party", | 36 "-crypto/third_party", |
| 37 | 37 |
| 38 # For headless mode. |
| 39 "+headless", |
| 40 |
| 38 # Allow inclusion of WebKit API files. | 41 # Allow inclusion of WebKit API files. |
| 39 "+third_party/WebKit/public/platform", | 42 "+third_party/WebKit/public/platform", |
| 40 "+third_party/WebKit/public/public_features.h", | 43 "+third_party/WebKit/public/public_features.h", |
| 41 "+third_party/WebKit/public/web", | 44 "+third_party/WebKit/public/web", |
| 42 | 45 |
| 43 # Allow inclusion of third-party code: | 46 # Allow inclusion of third-party code: |
| 44 "+third_party/hunspell", | 47 "+third_party/hunspell", |
| 45 "+third_party/skia", | 48 "+third_party/skia", |
| 46 | 49 |
| 47 "+ui", | 50 "+ui", |
| 48 ] | 51 ] |
| OLD | NEW |