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