OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+app", | 2 "+app", |
3 "+net", | 3 "+net", |
4 "+printing", | 4 "+printing", |
5 "+views", | 5 "+views", |
6 | 6 |
7 # The subdirectories in chrome/ will manually allow their own include | 7 # The subdirectories in chrome/ will manually allow their own include |
8 # directories in chrome/ so we disallow all of them. | 8 # directories in chrome/ so we disallow all of them. |
9 "-chrome", | 9 "-chrome", |
10 "+chrome/common", | 10 "+chrome/common", |
11 "+chrome/test", | 11 "+chrome/test", |
12 | 12 |
13 # Don't allow inclusion of these other libs we shouldn't be calling directly. | 13 # Don't allow inclusion of these other libs we shouldn't be calling directly. |
14 "-v8", | 14 "-v8", |
15 "-webkit", | 15 "-webkit", |
16 "-tools", | 16 "-tools", |
17 | 17 |
18 # Allow inclusion of WebKit API files. | 18 # Allow inclusion of WebKit API files. |
19 "+webkit/api", | 19 "+webkit/api", |
20 | 20 |
21 # Allow inclusion of Mozilla interface headers. | 21 # Allow inclusion of Mozilla interface headers. |
22 "+third_party/mozilla", | 22 "+third_party/mozilla", |
23 | 23 |
24 # Allow usage of Google Toolbox for Mac. | 24 # Allow usage of Google Toolbox for Mac. |
25 "+third_party/GTM", | 25 "+third_party/GTM", |
26 | 26 |
27 # Brett's test. Contact him for questions. | 27 # Our Skia extensions. |
28 "+frame_window", | 28 "+skia/ext", |
29 | 29 |
30 # On Linux, we include some breakpad headers | 30 # On Linux, we include some breakpad headers |
31 "+breakpad/linux", | 31 "+breakpad/linux", |
32 ] | 32 ] |
OLD | NEW |