| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+app", | 2 "+app", |
| 3 "+content", |
| 3 "+gpu", | 4 "+gpu", |
| 4 "+net", | 5 "+net", |
| 5 "+printing", | 6 "+printing", |
| 6 "+views", | 7 "+views", |
| 7 | 8 |
| 8 # The subdirectories in chrome/ will manually allow their own include | 9 # The subdirectories in chrome/ will manually allow their own include |
| 9 # directories in chrome/ so we disallow all of them. | 10 # directories in chrome/ so we disallow all of them. |
| 10 "-chrome", | 11 "-chrome", |
| 11 "+chrome/common", | 12 "+chrome/common", |
| 12 "+chrome/test", | 13 "+chrome/test", |
| (...skipping 11 matching lines...) Expand all Loading... |
| 24 "+webkit/fileapi", | 25 "+webkit/fileapi", |
| 25 | 26 |
| 26 # Allow inclusion of third-party code: | 27 # Allow inclusion of third-party code: |
| 27 "+third_party/mozilla", # Mozilla interface headers. | 28 "+third_party/mozilla", # Mozilla interface headers. |
| 28 "+third_party/npapi", # NPAPI interface headers. | 29 "+third_party/npapi", # NPAPI interface headers. |
| 29 "+third_party/tcmalloc", # tcmallo | 30 "+third_party/tcmalloc", # tcmallo |
| 30 "+third_party/GTM", # Google Toolbox for Mac. | 31 "+third_party/GTM", # Google Toolbox for Mac. |
| 31 | 32 |
| 32 "+ui", | 33 "+ui", |
| 33 ] | 34 ] |
| OLD | NEW |