| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+ash", | 2 "+ash", |
| 3 "+crypto", | 3 "+crypto", |
| 4 "+gpu", | 4 "+gpu", |
| 5 "+jni", | 5 "+jni", |
| 6 "+leveldb", |
| 6 "+net", | 7 "+net", |
| 7 "+printing", | 8 "+printing", |
| 8 "+sql", | 9 "+sql", |
| 9 # Browser, renderer, common and tests access V8 for various purposes. | 10 # Browser, renderer, common and tests access V8 for various purposes. |
| 10 "-v8", | 11 "-v8", |
| 11 "+v8/include", | 12 "+v8/include", |
| 12 | 13 |
| 13 # Limit what we include from nacl. | 14 # Limit what we include from nacl. |
| 14 "-native_client", | 15 "-native_client", |
| 15 "+native_client/src/trusted/service_runtime/osx", | 16 "+native_client/src/trusted/service_runtime/osx", |
| (...skipping 27 matching lines...) Expand all Loading... |
| 43 "+webkit/fileapi", | 44 "+webkit/fileapi", |
| 44 "+webkit/quota", | 45 "+webkit/quota", |
| 45 | 46 |
| 46 # Allow inclusion of third-party code: | 47 # Allow inclusion of third-party code: |
| 47 "+third_party/hunspell", | 48 "+third_party/hunspell", |
| 48 "+third_party/icon_family", # IconFamily for Mac. | 49 "+third_party/icon_family", # IconFamily for Mac. |
| 49 "+third_party/libxml", | 50 "+third_party/libxml", |
| 50 "+third_party/mozilla", # Mozilla interface headers. | 51 "+third_party/mozilla", # Mozilla interface headers. |
| 51 "+third_party/npapi", # NPAPI interface headers. | 52 "+third_party/npapi", # NPAPI interface headers. |
| 52 "+third_party/skia", | 53 "+third_party/skia", |
| 53 "+third_party/tcmalloc", # tcmallo | 54 "+third_party/tcmalloc", |
| 54 "+third_party/GTM", # Google Toolbox for Mac. | 55 "+third_party/GTM", # Google Toolbox for Mac. |
| 55 | 56 |
| 56 "+ui", | 57 "+ui", |
| 57 ] | 58 ] |
| OLD | NEW |