OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+base/prefs", | 2 "+base/prefs", |
| 3 "+cc", |
3 "+crypto", | 4 "+crypto", |
4 "+gpu", | 5 "+gpu", |
5 "+net", | 6 "+net", |
6 "+printing", | 7 "+printing", |
7 "+sql", | 8 "+sql", |
8 # Browser, renderer, common and tests access V8 for various purposes. | 9 # Browser, renderer, common and tests access V8 for various purposes. |
9 "-v8", | 10 "-v8", |
10 "+v8/include", | 11 "+v8/include", |
11 | 12 |
12 # Limit what we include from nacl. | 13 # Limit what we include from nacl. |
(...skipping 21 matching lines...) Expand all Loading... |
34 # Allow inclusion of third-party code: | 35 # Allow inclusion of third-party code: |
35 "+third_party/hunspell", | 36 "+third_party/hunspell", |
36 "+third_party/libxml", | 37 "+third_party/libxml", |
37 "+third_party/mozilla", # Mozilla interface headers. | 38 "+third_party/mozilla", # Mozilla interface headers. |
38 "+third_party/skia", | 39 "+third_party/skia", |
39 "+third_party/zlib/google", | 40 "+third_party/zlib/google", |
40 "+third_party/GTM", # Google Toolbox for Mac. | 41 "+third_party/GTM", # Google Toolbox for Mac. |
41 | 42 |
42 "+ui", | 43 "+ui", |
43 ] | 44 ] |
OLD | NEW |