[email protected] | 4ec7327e | 2008-08-18 23:59:51 | [diff] [blame] | 1 | include_rules = [ |
[email protected] | a8cf61b | 2009-02-05 17:41:38 | [diff] [blame] | 2 | "+chrome/app", |
[email protected] | a8cf61b | 2009-02-05 17:41:38 | [diff] [blame] | 3 | "+chrome/app/locales", |
[email protected] | 4ec7327e | 2008-08-18 23:59:51 | [diff] [blame] | 4 | "+chrome/installer", |
[email protected] | a8cf61b | 2009-02-05 17:41:38 | [diff] [blame] | 5 | "+chrome/personalization", |
[email protected] | 89cfc19d | 2010-06-04 15:36:35 | [diff] [blame] | 6 | "+chrome/profile_import", |
[email protected] | 4ec7327e | 2008-08-18 23:59:51 | [diff] [blame] | 7 | "+chrome/tools/profiles", # For history unit tests. |
| 8 | "+chrome/views", |
[email protected] | 4a68c9e | 2011-09-30 23:09:30 | [diff] [blame] | 9 | "+content/plugin/plugin_interpose_util_mac.h", |
[email protected] | fd31c221 | 2011-10-17 19:43:43 | [diff] [blame] | 10 | "+content/public/browser", |
[email protected] | 79a63435 | 2009-02-12 17:14:07 | [diff] [blame] | 11 | "+grit", # For generated headers |
[email protected] | 446a9ef0 | 2011-06-17 17:35:00 | [diff] [blame] | 12 | "+media/audio", # For audio input for speech input feature. |
[email protected] | 98818cdc | 2011-01-28 13:24:32 | [diff] [blame] | 13 | "+policy", # For generated headers and source |
[email protected] | 1b4209f | 2011-01-07 00:25:40 | [diff] [blame] | 14 | "+ppapi/c", # For various types. |
[email protected] | 709a847e | 2010-11-10 01:16:11 | [diff] [blame] | 15 | "+ppapi/proxy", |
[email protected] | 5b7937e | 2010-11-04 23:37:18 | [diff] [blame] | 16 | "+rlz", |
| 17 | "+sandbox/linux", |
| 18 | "+sandbox/src", # The path doesn't say it, but this is the Windows sandbox. |
| 19 | "+skia/ext", |
[email protected] | a8cf61b | 2009-02-05 17:41:38 | [diff] [blame] | 20 | "+skia/include", |
[email protected] | 583dca28 | 2010-12-17 01:12:05 | [diff] [blame] | 21 | "+third_party/cros", |
[email protected] | 4404e5b | 2011-08-16 19:08:46 | [diff] [blame] | 22 | "+third_party/cros_system_api", |
[email protected] | da34ae0 | 2009-09-22 20:41:20 | [diff] [blame] | 23 | "+webkit/database", |
[email protected] | 4ec7327e | 2008-08-18 23:59:51 | [diff] [blame] | 24 | "+webkit/glue", # Defines some types that are marshalled over IPC. |
[email protected] | 0bd75368 | 2010-12-16 18:15:52 | [diff] [blame] | 25 | "+webkit/plugins", # Defines some types that are marshalled over IPC. |
[email protected] | cca14717 | 2011-02-17 01:29:29 | [diff] [blame] | 26 | "+webkit/quota", |
[email protected] | b0a2f0c | 2009-07-22 14:04:27 | [diff] [blame] | 27 | "+xib_localizers", # For generated mac localization helpers |
[email protected] | 5fea04ee | 2011-11-19 22:42:27 | [diff] [blame^] | 28 | |
| 29 | # TODO(jam): this needs to be removed, and only use content/public. BUG=98716 |
| 30 | "+content/browser", |
| 31 | # Temporary to avoid regressions until above is done. |
| 32 | "-content/common/appcache", |
| 33 | "-content/common/file_system", |
| 34 | "-content/common/gpu", |
| 35 | "-content/common/media", |
| 36 | "-content/common/net", |
| 37 | "-content/common/appcache_messages.h", |
| 38 | "-content/common/child_process_messages.h", |
| 39 | "-content/common/clipboard_messages.h", |
| 40 | "-content/common/database_messages.h", |
| 41 | "-content/common/desktop_notification_messages.h", |
| 42 | "-content/common/device_orientation_messages.h", |
| 43 | # TODO(pfeldman) "-content/common/dom_storage_messages.h", |
| 44 | "-content/common/dom_storage_messages.h", |
| 45 | "-content/common/drag_messages.h", |
| 46 | "-content/common/file_system_messages.h", |
| 47 | "-content/common/file_utilities_messages.h", |
| 48 | "-content/common/gamepad_messages.h", |
| 49 | # TODO(jam) "-content/common/geolocation_messages.h", |
| 50 | "-content/common/indexed_db_messages.h", |
| 51 | "-content/common/intents_messages.h", |
| 52 | "-content/common/java_bridge_messages.h", |
| 53 | "-content/common/mime_registry_messages.h", |
| 54 | "-content/common/p2p_messages.h", |
| 55 | "-content/common/pepper_file_messages.h", |
| 56 | "-content/common/pepper_messages.h", |
| 57 | "-content/common/plugin_messages.h", |
| 58 | "-content/common/quota_messages.h", |
| 59 | "-content/common/resource_messages.h", |
| 60 | "-content/common/socket_stream_messages.h", |
| 61 | "-content/common/speech_input_messages.h", |
| 62 | "-content/common/swapped_out_messages.h", |
| 63 | "-content/common/text_input_client_messages.h", |
| 64 | "-content/common/utility_messages.h", |
| 65 | # TODO(jam) "-content/common/view_messages.h", |
| 66 | "-content/common/webblob_messages.h", |
| 67 | "-content/common/worker_messages.h", |
[email protected] | 4ec7327e | 2008-08-18 23:59:51 | [diff] [blame] | 68 | |
| 69 | # Other libraries. |
| 70 | "+chrome/third_party/hunspell", |
[email protected] | e505a900 | 2010-02-26 22:38:20 | [diff] [blame] | 71 | "+chrome/third_party/mozilla_security_manager", |
[email protected] | 5b7937e | 2010-11-04 23:37:18 | [diff] [blame] | 72 | "+libxml", # For search engine definition parsing. |
[email protected] | 2eef3e0 | 2011-11-03 16:32:47 | [diff] [blame] | 73 | "+third_party/apple_sample_code", # Apple code ImageAndTextCell. |
[email protected] | 3828d6f | 2011-02-24 18:32:21 | [diff] [blame] | 74 | "+third_party/cld", |
[email protected] | ec64212b | 2010-03-18 01:02:43 | [diff] [blame] | 75 | "+third_party/expat", |
[email protected] | 2b733b3 | 2011-09-22 06:18:24 | [diff] [blame] | 76 | "+third_party/iaccessible2", |
[email protected] | b54b7c6 | 2011-09-22 09:01:38 | [diff] [blame] | 77 | "+third_party/isimpledom", |
[email protected] | 5b7937e | 2010-11-04 23:37:18 | [diff] [blame] | 78 | "+third_party/libevent", # For the remote V8 debugging server |
| 79 | "+third_party/libjingle", |
[email protected] | 3828d6f | 2011-02-24 18:32:21 | [diff] [blame] | 80 | "+third_party/protobuf/src/google/protobuf", |
[email protected] | 2b733b3 | 2011-09-22 06:18:24 | [diff] [blame] | 81 | "+third_party/sqlite", |
[email protected] | 5b7937e | 2010-11-04 23:37:18 | [diff] [blame] | 82 | "+third_party/undoview", |
| 83 | "+v8/include", # Browser uses V8 to get the version and run the debugger. |
[email protected] | 4ec7327e | 2008-08-18 23:59:51 | [diff] [blame] | 84 | |
[email protected] | 630c1f3 | 2011-01-13 21:30:56 | [diff] [blame] | 85 | # FIXME: these should probably not be here, we need to find a better |
[email protected] | 4ec7327e | 2008-08-18 23:59:51 | [diff] [blame] | 86 | # structure for these includes. |
| 87 | "+chrome/renderer", |
| 88 | ] |