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