| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+crypto", | 2 "+crypto", |
| 3 "+gpu", | 3 "+gpu", |
| 4 "+net", | 4 "+net", |
| 5 "+pdf", | |
| 6 "+printing", | 5 "+printing", |
| 7 "+sql", | 6 "+sql", |
| 8 # Browser, renderer, common and tests access V8 for various purposes. | 7 # Browser, renderer, common and tests access V8 for various purposes. |
| 9 "-v8", | 8 "-v8", |
| 10 "+v8/include", | 9 "+v8/include", |
| 11 | 10 |
| 12 # Limit what we include from nacl. | 11 # Limit what we include from nacl. |
| 13 "-native_client", | 12 "-native_client", |
| 14 | 13 |
| 15 # The subdirectories in chrome/ will manually allow their own include | 14 # The subdirectories in chrome/ will manually allow their own include |
| (...skipping 20 matching lines...) Expand all Loading... |
| 36 "+third_party/WebKit/public/web", | 35 "+third_party/WebKit/public/web", |
| 37 | 36 |
| 38 # Allow inclusion of third-party code: | 37 # Allow inclusion of third-party code: |
| 39 "+third_party/hunspell", | 38 "+third_party/hunspell", |
| 40 "+third_party/libxml", | 39 "+third_party/libxml", |
| 41 "+third_party/mojo/src/mojo/public", | 40 "+third_party/mojo/src/mojo/public", |
| 42 "+third_party/skia", | 41 "+third_party/skia", |
| 43 | 42 |
| 44 "+ui", | 43 "+ui", |
| 45 ] | 44 ] |
| OLD | NEW |