OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+app", | 2 "+app", |
3 "+gfx", | 3 "+gfx", |
4 "+gpu", | 4 "+gpu", |
5 "+net", | 5 "+net", |
6 "+printing", | 6 "+printing", |
7 "+views", | 7 "+views", |
8 | 8 |
9 # The subdirectories in chrome/ will manually allow their own include | 9 # The subdirectories in chrome/ will manually allow their own include |
10 # directories in chrome/ so we disallow all of them. | 10 # directories in chrome/ so we disallow all of them. |
(...skipping 14 matching lines...) Expand all Loading... |
25 | 25 |
26 # Allow inclusion of the database library. | 26 # Allow inclusion of the database library. |
27 "+webkit/database", | 27 "+webkit/database", |
28 | 28 |
29 # Allow Apple code ImageAndTextCell. | 29 # Allow Apple code ImageAndTextCell. |
30 "+third_party/apple", | 30 "+third_party/apple", |
31 | 31 |
32 # Allow inclusion of Mozilla interface headers. | 32 # Allow inclusion of Mozilla interface headers. |
33 "+third_party/mozilla", | 33 "+third_party/mozilla", |
34 | 34 |
| 35 # Allow inclusion of NPAPI interface headers. |
| 36 "+third_party/npapi", |
| 37 |
35 # Allow inclusion of tcmalloc header. | 38 # Allow inclusion of tcmalloc header. |
36 "+third_party/tcmalloc", | 39 "+third_party/tcmalloc", |
37 | 40 |
38 # Allow usage of Google Toolbox for Mac. | 41 # Allow usage of Google Toolbox for Mac. |
39 "+third_party/GTM", | 42 "+third_party/GTM", |
40 | 43 |
41 # Allow usage of the libjingle library. | 44 # Allow usage of the libjingle library. |
42 "+third_party/libjingle", | 45 "+third_party/libjingle", |
43 | 46 |
44 # Our Skia extensions. | 47 # Our Skia extensions. |
45 "+skia/ext", | 48 "+skia/ext", |
46 | 49 |
47 # On Linux, we include some breakpad headers | 50 # On Linux, we include some breakpad headers |
48 "+breakpad/linux", | 51 "+breakpad/linux", |
49 | 52 |
50 # On Linux, the zygote needs to access sandbox headers | 53 # On Linux, the zygote needs to access sandbox headers |
51 "+sandbox/linux" | 54 "+sandbox/linux" |
52 ] | 55 ] |
OLD | NEW |