| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+ash", | 2 "+ash", |
| 3 "+cc", |
| 3 "+crypto", | 4 "+crypto", |
| 4 "+gpu", | 5 "+gpu", |
| 5 "+jni", | 6 "+jni", |
| 6 "+leveldb", | 7 "+leveldb", |
| 7 "+net", | 8 "+net", |
| 8 "+printing", | 9 "+printing", |
| 9 "+sql", | 10 "+sql", |
| 10 # Browser, renderer, common and tests access V8 for various purposes. | 11 # Browser, renderer, common and tests access V8 for various purposes. |
| 11 "-v8", | 12 "-v8", |
| 12 "+v8/include", | 13 "+v8/include", |
| (...skipping 29 matching lines...) Expand all Loading... |
| 42 "+third_party/icon_family", # IconFamily for Mac. | 43 "+third_party/icon_family", # IconFamily for Mac. |
| 43 "+third_party/libxml", | 44 "+third_party/libxml", |
| 44 "+third_party/mozilla", # Mozilla interface headers. | 45 "+third_party/mozilla", # Mozilla interface headers. |
| 45 "+third_party/npapi", # NPAPI interface headers. | 46 "+third_party/npapi", # NPAPI interface headers. |
| 46 "+third_party/skia", | 47 "+third_party/skia", |
| 47 "+third_party/tcmalloc", | 48 "+third_party/tcmalloc", |
| 48 "+third_party/GTM", # Google Toolbox for Mac. | 49 "+third_party/GTM", # Google Toolbox for Mac. |
| 49 | 50 |
| 50 "+ui", | 51 "+ui", |
| 51 ] | 52 ] |
| OLD | NEW |