[email protected] | 4ec7327e | 2008-08-18 23:59:51 | [diff] [blame] | 1 | include_rules = [ |
[email protected] | 9929da9 | 2009-05-05 02:05:11 | [diff] [blame] | 2 | "+app", |
[email protected] | 4ec7327e | 2008-08-18 23:59:51 | [diff] [blame] | 3 | "+net", |
[email protected] | 7f6608e | 2009-02-20 18:10:05 | [diff] [blame] | 4 | "+printing", |
[email protected] | 2362e4f | 2009-05-08 00:34:05 | [diff] [blame] | 5 | "+views", |
[email protected] | 4ec7327e | 2008-08-18 23:59:51 | [diff] [blame] | 6 | |
| 7 | # The subdirectories in chrome/ will manually allow their own include |
| 8 | # directories in chrome/ so we disallow all of them. |
| 9 | "-chrome", |
| 10 | "+chrome/common", |
| 11 | "+chrome/test", |
| 12 | |
| 13 | # Don't allow inclusion of these other libs we shouldn't be calling directly. |
| 14 | "-v8", |
| 15 | "-webkit", |
| 16 | "-tools", |
[email protected] | fcb6c11 | 2009-04-13 18:29:54 | [diff] [blame] | 17 | |
[email protected] | 59808c0 | 2009-05-10 22:33:28 | [diff] [blame] | 18 | # Allow inclusion of WebKit API files. |
[email protected] | 7f34454 | 2009-05-10 22:28:16 | [diff] [blame] | 19 | "+webkit/api", |
| 20 | |
[email protected] | f430b571 | 2009-08-21 21:46:31 | [diff] [blame] | 21 | # Allow inclusion of the appcache library. |
| 22 | "+webkit/appcache", |
| 23 | |
[email protected] | d38f099 | 2009-05-18 12:40:26 | [diff] [blame] | 24 | # Allow inclusion of Mozilla interface headers. |
| 25 | "+third_party/mozilla", |
| 26 | |
[email protected] | 833b88a | 2009-09-22 16:16:39 | [diff] [blame] | 27 | # Allow inclusion of tcmalloc header. |
| 28 | "+third_party/tcmalloc", |
| 29 | |
[email protected] | d38f099 | 2009-05-18 12:40:26 | [diff] [blame] | 30 | # Allow usage of Google Toolbox for Mac. |
| 31 | "+third_party/GTM", |
| 32 | |
[email protected] | c2ad1e3 | 2009-11-04 19:29:58 | [diff] [blame^] | 33 | # Allow usage of the libjingle library. |
| 34 | "+third_party/libjingle", |
| 35 | |
[email protected] | 67a46b7f | 2009-06-16 21:41:02 | [diff] [blame] | 36 | # Our Skia extensions. |
| 37 | "+skia/ext", |
[email protected] | b06c5095 | 2009-05-22 04:28:13 | [diff] [blame] | 38 | |
| 39 | # On Linux, we include some breakpad headers |
| 40 | "+breakpad/linux", |
[email protected] | ffd1f9e | 2009-07-17 23:03:45 | [diff] [blame] | 41 | |
| 42 | # On Linux, the zygote needs to access sandbox headers |
| 43 | "+sandbox/linux" |
[email protected] | 4ec7327e | 2008-08-18 23:59:51 | [diff] [blame] | 44 | ] |