OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+app", | 2 "+app", |
| 3 "+gfx", |
3 "+gpu", | 4 "+gpu", |
4 "+net", | 5 "+net", |
5 "+printing", | 6 "+printing", |
6 "+views", | 7 "+views", |
7 | 8 |
8 # The subdirectories in chrome/ will manually allow their own include | 9 # The subdirectories in chrome/ will manually allow their own include |
9 # directories in chrome/ so we disallow all of them. | 10 # directories in chrome/ so we disallow all of them. |
10 "-chrome", | 11 "-chrome", |
11 "+chrome/common", | 12 "+chrome/common", |
12 "+chrome/test", | 13 "+chrome/test", |
(...skipping 29 matching lines...) Expand all Loading... |
42 | 43 |
43 # Our Skia extensions. | 44 # Our Skia extensions. |
44 "+skia/ext", | 45 "+skia/ext", |
45 | 46 |
46 # On Linux, we include some breakpad headers | 47 # On Linux, we include some breakpad headers |
47 "+breakpad/linux", | 48 "+breakpad/linux", |
48 | 49 |
49 # On Linux, the zygote needs to access sandbox headers | 50 # On Linux, the zygote needs to access sandbox headers |
50 "+sandbox/linux" | 51 "+sandbox/linux" |
51 ] | 52 ] |
OLD | NEW |