blob: aced40093d525146bcdc3beb0958d8eb305a3e7f [file] [log] [blame]
[email protected]4ec7327e2008-08-18 23:59:511include_rules = [
[email protected]a8cf61b2009-02-05 17:41:382 "+chrome/app",
[email protected]a8cf61b2009-02-05 17:41:383 "+chrome/app/locales",
[email protected]4ec7327e2008-08-18 23:59:514 "+chrome/installer",
[email protected]a8cf61b2009-02-05 17:41:385 "+chrome/personalization",
[email protected]89cfc19d2010-06-04 15:36:356 "+chrome/profile_import",
[email protected]4ec7327e2008-08-18 23:59:517 "+chrome/tools/profiles", # For history unit tests.
8 "+chrome/views",
[email protected]4a68c9e2011-09-30 23:09:309 "+content/plugin/plugin_interpose_util_mac.h",
[email protected]fd31c2212011-10-17 19:43:4310 "+content/public/browser",
[email protected]79a634352009-02-12 17:14:0711 "+grit", # For generated headers
[email protected]446a9ef02011-06-17 17:35:0012 "+media/audio", # For audio input for speech input feature.
[email protected]98818cdc2011-01-28 13:24:3213 "+policy", # For generated headers and source
[email protected]1b4209f2011-01-07 00:25:4014 "+ppapi/c", # For various types.
[email protected]709a847e2010-11-10 01:16:1115 "+ppapi/proxy",
[email protected]5b7937e2010-11-04 23:37:1816 "+rlz",
17 "+sandbox/linux",
18 "+sandbox/src", # The path doesn't say it, but this is the Windows sandbox.
19 "+skia/ext",
[email protected]a8cf61b2009-02-05 17:41:3820 "+skia/include",
[email protected]583dca282010-12-17 01:12:0521 "+third_party/cros",
[email protected]4404e5b2011-08-16 19:08:4622 "+third_party/cros_system_api",
[email protected]da34ae02009-09-22 20:41:2023 "+webkit/database",
[email protected]4ec7327e2008-08-18 23:59:5124 "+webkit/glue", # Defines some types that are marshalled over IPC.
[email protected]0bd753682010-12-16 18:15:5225 "+webkit/plugins", # Defines some types that are marshalled over IPC.
[email protected]cca147172011-02-17 01:29:2926 "+webkit/quota",
[email protected]b0a2f0c2009-07-22 14:04:2727 "+xib_localizers", # For generated mac localization helpers
[email protected]5fea04ee2011-11-19 22:42:2728
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]4ec7327e2008-08-18 23:59:5168
69 # Other libraries.
70 "+chrome/third_party/hunspell",
[email protected]e505a9002010-02-26 22:38:2071 "+chrome/third_party/mozilla_security_manager",
[email protected]5b7937e2010-11-04 23:37:1872 "+libxml", # For search engine definition parsing.
[email protected]2eef3e02011-11-03 16:32:4773 "+third_party/apple_sample_code", # Apple code ImageAndTextCell.
[email protected]3828d6f2011-02-24 18:32:2174 "+third_party/cld",
[email protected]ec64212b2010-03-18 01:02:4375 "+third_party/expat",
[email protected]2b733b32011-09-22 06:18:2476 "+third_party/iaccessible2",
[email protected]b54b7c62011-09-22 09:01:3877 "+third_party/isimpledom",
[email protected]5b7937e2010-11-04 23:37:1878 "+third_party/libevent", # For the remote V8 debugging server
79 "+third_party/libjingle",
[email protected]3828d6f2011-02-24 18:32:2180 "+third_party/protobuf/src/google/protobuf",
[email protected]2b733b32011-09-22 06:18:2481 "+third_party/sqlite",
[email protected]5b7937e2010-11-04 23:37:1882 "+third_party/undoview",
83 "+v8/include", # Browser uses V8 to get the version and run the debugger.
[email protected]4ec7327e2008-08-18 23:59:5184
[email protected]630c1f32011-01-13 21:30:5685 # FIXME: these should probably not be here, we need to find a better
[email protected]4ec7327e2008-08-18 23:59:5186 # structure for these includes.
87 "+chrome/renderer",
88]