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