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