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