[email protected] | 4ec7327e | 2008-08-18 23:59:51 | [diff] [blame] | 1 | include_rules = [ |
[email protected] | f82ef06 | 2012-04-27 17:52:54 | [diff] [blame] | 2 | "+breakpad", |
[email protected] | a8cf61b | 2009-02-05 17:41:38 | [diff] [blame] | 3 | "+chrome/app", |
[email protected] | 4ec7327e | 2008-08-18 23:59:51 | [diff] [blame] | 4 | "+chrome/installer", |
[email protected] | 4ec7327e | 2008-08-18 23:59:51 | [diff] [blame] | 5 | "+chrome/tools/profiles", # For history unit tests. |
[email protected] | 5cf19b9 | 2012-03-21 22:25:05 | [diff] [blame] | 6 | "+chromeos", |
[email protected] | fd31c221 | 2011-10-17 19:43:43 | [diff] [blame] | 7 | "+content/public/browser", |
[email protected] | 83c2950 | 2012-08-22 19:34:48 | [diff] [blame] | 8 | "+google/cacheinvalidation", # Sync invalidation API protobuf files. |
[email protected] | 6386cf5 | 2012-09-07 04:26:37 | [diff] [blame] | 9 | "+google_apis", |
[email protected] | cec9984 | 2012-02-10 03:24:23 | [diff] [blame] | 10 | "+google_update", |
[email protected] | 79a63435 | 2009-02-12 17:14:07 | [diff] [blame] | 11 | "+grit", # For generated headers |
[email protected] | b4d08ea | 2012-05-24 19:26:57 | [diff] [blame] | 12 | "+installer_util_strings", # For generated headers |
[email protected] | e2e8e32 | 2012-09-12 04:37:02 | [diff] [blame] | 13 | "+media/base", # For media switches |
[email protected] | 98818cdc | 2011-01-28 13:24:32 | [diff] [blame] | 14 | "+policy", # For generated headers and source |
[email protected] | 1b4209f | 2011-01-07 00:25:40 | [diff] [blame] | 15 | "+ppapi/c", # For various types. |
[email protected] | 709a847e | 2010-11-10 01:16:11 | [diff] [blame] | 16 | "+ppapi/proxy", |
[email protected] | e0ada9c | 2012-03-20 03:54:43 | [diff] [blame] | 17 | "+ppapi/shared_impl/api_id.h", |
[email protected] | ee4dd68 | 2012-06-12 15:49:33 | [diff] [blame] | 18 | # Defines some types that are marshalled over IPC. |
| 19 | "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h", |
[email protected] | 5b7937e | 2010-11-04 23:37:18 | [diff] [blame] | 20 | "+rlz", |
| 21 | "+sandbox/linux", |
[email protected] | 18149178 | 2012-07-18 00:59:15 | [diff] [blame] | 22 | "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbox. |
[email protected] | 5b7937e | 2010-11-04 23:37:18 | [diff] [blame] | 23 | "+skia/ext", |
[email protected] | a8cf61b | 2009-02-05 17:41:38 | [diff] [blame] | 24 | "+skia/include", |
[email protected] | 895a1e5 | 2012-05-15 02:50:12 | [diff] [blame] | 25 | "+sync/api", # Sync API files. |
[email protected] | 83c2950 | 2012-08-22 19:34:48 | [diff] [blame] | 26 | "+sync/notifier", # Sync invalidation API files. |
[email protected] | 1bcf30e | 2012-03-10 01:06:41 | [diff] [blame] | 27 | "+sync/protocol", # Sync protobuf files. |
[email protected] | 4404e5b | 2011-08-16 19:08:46 | [diff] [blame] | 28 | "+third_party/cros_system_api", |
[email protected] | 895701a | 2012-09-13 10:07:34 | [diff] [blame^] | 29 | "+xib_localizers", # For generated mac localization helpers |
| 30 | |
| 31 | # TODO(stuartmorgan): Remove these by refactoring necessary code out of |
| 32 | # webkit/. See crbug.com/146251 |
| 33 | # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! |
| 34 | "+webkit/appcache", |
| 35 | "+webkit/blob", |
[email protected] | da34ae0 | 2009-09-22 20:41:20 | [diff] [blame] | 36 | "+webkit/database", |
[email protected] | 895701a | 2012-09-13 10:07:34 | [diff] [blame^] | 37 | "+webkit/dom_storage", |
| 38 | "+webkit/fileapi", |
[email protected] | 9c4bf23 | 2011-12-15 02:25:08 | [diff] [blame] | 39 | "+webkit/forms", # Defines some types that are marshalled over IPC. |
[email protected] | 0bd75368 | 2010-12-16 18:15:52 | [diff] [blame] | 40 | "+webkit/plugins", # Defines some types that are marshalled over IPC. |
[email protected] | cca14717 | 2011-02-17 01:29:29 | [diff] [blame] | 41 | "+webkit/quota", |
[email protected] | f87d7cb | 2012-09-10 10:01:07 | [diff] [blame] | 42 | "+webkit/user_agent", |
[email protected] | 895701a | 2012-09-13 10:07:34 | [diff] [blame^] | 43 | # webkit/glue files are listed individually since they aren't conceptually |
| 44 | # grouped like the other webkit/ files, and can therefore be tackled one at |
| 45 | # a time. |
| 46 | "+webkit/glue/glue_serialize.h", |
| 47 | "+webkit/glue/image_decoder.h", |
| 48 | "+webkit/glue/image_resource_fetcher.h", |
| 49 | "+webkit/glue/resource_loader_bridge.h", |
| 50 | "+webkit/glue/resource_type.h", |
| 51 | "+webkit/glue/web_intent_data.h", |
| 52 | "+webkit/glue/web_intent_reply_data.h", |
| 53 | "+webkit/glue/web_intent_service_data.h", |
| 54 | "+webkit/glue/webcursor.h", |
| 55 | "+webkit/glue/webdropdata.h", |
| 56 | "+webkit/glue/webkit_glue.h", |
| 57 | "+webkit/glue/webmenuitem.h", |
| 58 | "+webkit/glue/webpreferences.h", |
| 59 | "+webkit/glue/window_open_disposition.h", |
| 60 | # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST! |
[email protected] | 9bec239 | 2011-11-29 17:03:35 | [diff] [blame] | 61 | |
[email protected] | 91ee368 | 2012-01-19 15:02:19 | [diff] [blame] | 62 | # TODO(jam): Need to remove all these and use only content/public. BUG=98716 |
[email protected] | 7134b1ff | 2012-02-13 17:23:26 | [diff] [blame] | 63 | # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! |
[email protected] | 0aa12e0 | 2012-07-31 10:40:01 | [diff] [blame] | 64 | "!content/browser/geolocation/wifi_data_provider_common.h", |
[email protected] | 7134b1ff | 2012-02-13 17:23:26 | [diff] [blame] | 65 | # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST! |
[email protected] | 9bec239 | 2011-11-29 17:03:35 | [diff] [blame] | 66 | |
[email protected] | 81963ad | 2012-05-17 19:25:03 | [diff] [blame] | 67 | "-chrome/browser/ui/views", |
| 68 | # TODO(tfarina): Remove all these. crbug.com/125846. |
| 69 | # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! |
[email protected] | 8c2ff2f | 2012-09-11 01:11:06 | [diff] [blame] | 70 | "!chrome/browser/ui/views/extensions/extension_view_views.h", |
[email protected] | 0aa12e0 | 2012-07-31 10:40:01 | [diff] [blame] | 71 | "!chrome/browser/ui/views/frame/browser_view.h", |
| 72 | "!chrome/browser/ui/views/location_bar/location_bar_view.h", |
| 73 | "!chrome/browser/ui/views/location_bar/location_icon_view.h", |
| 74 | "!chrome/browser/ui/views/notifications/balloon_view.h", |
| 75 | "!chrome/browser/ui/views/notifications/balloon_view_host.h", |
| 76 | "!chrome/browser/ui/views/page_info_bubble_view.h", |
| 77 | "!chrome/browser/ui/views/reload_button.h", |
| 78 | "!chrome/browser/ui/views/select_file_dialog_extension.h", |
| 79 | "!chrome/browser/ui/views/unhandled_keyboard_event_handler.h", |
[email protected] | 81963ad | 2012-05-17 19:25:03 | [diff] [blame] | 80 | # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST! |
| 81 | |
[email protected] | 4ec7327e | 2008-08-18 23:59:51 | [diff] [blame] | 82 | # Other libraries. |
[email protected] | e505a900 | 2010-02-26 22:38:20 | [diff] [blame] | 83 | "+chrome/third_party/mozilla_security_manager", |
[email protected] | 5b7937e | 2010-11-04 23:37:18 | [diff] [blame] | 84 | "+libxml", # For search engine definition parsing. |
[email protected] | 2eef3e0 | 2011-11-03 16:32:47 | [diff] [blame] | 85 | "+third_party/apple_sample_code", # Apple code ImageAndTextCell. |
[email protected] | 3828d6f | 2011-02-24 18:32:21 | [diff] [blame] | 86 | "+third_party/cld", |
[email protected] | ec64212b | 2010-03-18 01:02:43 | [diff] [blame] | 87 | "+third_party/expat", |
[email protected] | 2b733b3 | 2011-09-22 06:18:24 | [diff] [blame] | 88 | "+third_party/iaccessible2", |
[email protected] | f82ef06 | 2012-04-27 17:52:54 | [diff] [blame] | 89 | "+third_party/icu", |
[email protected] | b54b7c6 | 2011-09-22 09:01:38 | [diff] [blame] | 90 | "+third_party/isimpledom", |
[email protected] | f82ef06 | 2012-04-27 17:52:54 | [diff] [blame] | 91 | "+third_party/leveldatabase", |
[email protected] | 5b7937e | 2010-11-04 23:37:18 | [diff] [blame] | 92 | "+third_party/libevent", # For the remote V8 debugging server |
| 93 | "+third_party/libjingle", |
[email protected] | 3828d6f | 2011-02-24 18:32:21 | [diff] [blame] | 94 | "+third_party/protobuf/src/google/protobuf", |
[email protected] | 4728ca8 | 2012-08-24 10:39:59 | [diff] [blame] | 95 | "+third_party/re2", |
[email protected] | 2b733b3 | 2011-09-22 06:18:24 | [diff] [blame] | 96 | "+third_party/sqlite", |
[email protected] | 5b7937e | 2010-11-04 23:37:18 | [diff] [blame] | 97 | "+third_party/undoview", |
[email protected] | 4ec7327e | 2008-08-18 23:59:51 | [diff] [blame] | 98 | |
[email protected] | 1591fc52 | 2012-06-04 20:12:26 | [diff] [blame] | 99 | # FIXME: this is used by a browser_test. We need to find a better structure |
| 100 | # for this include. |
[email protected] | 0aa12e0 | 2012-07-31 10:40:01 | [diff] [blame] | 101 | "!chrome/renderer/visitedlink_slave.h", |
[email protected] | 4ec7327e | 2008-08-18 23:59:51 | [diff] [blame] | 102 | ] |