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 "+net", | 6 "+net", |
7 "+printing", | 7 "+printing", |
8 "+sql", | 8 "+sql", |
9 # Browser, renderer, common and tests access V8 for various purposes. | 9 # Browser, renderer, common and tests access V8 for various purposes. |
10 "-v8", | 10 "-v8", |
(...skipping 28 matching lines...) Expand all Loading... |
39 "+webkit/appcache", | 39 "+webkit/appcache", |
40 "+webkit/blob", | 40 "+webkit/blob", |
41 "+webkit/chromeos/fileapi", | 41 "+webkit/chromeos/fileapi", |
42 "+webkit/database", | 42 "+webkit/database", |
43 "+webkit/fileapi", | 43 "+webkit/fileapi", |
44 "+webkit/quota", | 44 "+webkit/quota", |
45 | 45 |
46 # Allow inclusion of third-party code: | 46 # Allow inclusion of third-party code: |
47 "+third_party/hunspell", | 47 "+third_party/hunspell", |
48 "+third_party/icon_family", # IconFamily for Mac. | 48 "+third_party/icon_family", # IconFamily for Mac. |
| 49 "+third_party/leveldb", |
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 |