summaryrefslogtreecommitdiffstats
path: root/chrome/browser/DEPS
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-19 22:42:27 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-19 22:42:27 +0000
commit5fea04eeedc8755e2500c1f3f562e2c34652a872 (patch)
treeaf7782f1fb8ea446bb9ccc14ee54ebc1e066acfe /chrome/browser/DEPS
parent8b7041f60f290ffa2d08df338ece3b1907fc7c72 (diff)
downloadchromium_src-5fea04eeedc8755e2500c1f3f562e2c34652a872.zip
chromium_src-5fea04eeedc8755e2500c1f3f562e2c34652a872.tar.gz
chromium_src-5fea04eeedc8755e2500c1f3f562e2c34652a872.tar.bz2
Enforce that most content messages files can't be included by chrome.
BUG=98716 Review URL: http://codereview.chromium.org/8470006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110846 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/DEPS')
-rw-r--r--chrome/browser/DEPS41
1 files changed, 40 insertions, 1 deletions
diff --git a/chrome/browser/DEPS b/chrome/browser/DEPS
index 2d6ae74..aced400 100644
--- a/chrome/browser/DEPS
+++ b/chrome/browser/DEPS
@@ -6,7 +6,6 @@ include_rules = [
"+chrome/profile_import",
"+chrome/tools/profiles", # For history unit tests.
"+chrome/views",
- "+content/browser",
"+content/plugin/plugin_interpose_util_mac.h",
"+content/public/browser",
"+grit", # For generated headers
@@ -26,6 +25,46 @@ include_rules = [
"+webkit/plugins", # Defines some types that are marshalled over IPC.
"+webkit/quota",
"+xib_localizers", # For generated mac localization helpers
+
+ # TODO(jam): this needs to be removed, and only use content/public. BUG=98716
+ "+content/browser",
+ # Temporary to avoid regressions until above is done.
+ "-content/common/appcache",
+ "-content/common/file_system",
+ "-content/common/gpu",
+ "-content/common/media",
+ "-content/common/net",
+ "-content/common/appcache_messages.h",
+ "-content/common/child_process_messages.h",
+ "-content/common/clipboard_messages.h",
+ "-content/common/database_messages.h",
+ "-content/common/desktop_notification_messages.h",
+ "-content/common/device_orientation_messages.h",
+ # TODO(pfeldman) "-content/common/dom_storage_messages.h",
+ "-content/common/dom_storage_messages.h",
+ "-content/common/drag_messages.h",
+ "-content/common/file_system_messages.h",
+ "-content/common/file_utilities_messages.h",
+ "-content/common/gamepad_messages.h",
+ # TODO(jam) "-content/common/geolocation_messages.h",
+ "-content/common/indexed_db_messages.h",
+ "-content/common/intents_messages.h",
+ "-content/common/java_bridge_messages.h",
+ "-content/common/mime_registry_messages.h",
+ "-content/common/p2p_messages.h",
+ "-content/common/pepper_file_messages.h",
+ "-content/common/pepper_messages.h",
+ "-content/common/plugin_messages.h",
+ "-content/common/quota_messages.h",
+ "-content/common/resource_messages.h",
+ "-content/common/socket_stream_messages.h",
+ "-content/common/speech_input_messages.h",
+ "-content/common/swapped_out_messages.h",
+ "-content/common/text_input_client_messages.h",
+ "-content/common/utility_messages.h",
+ # TODO(jam) "-content/common/view_messages.h",
+ "-content/common/webblob_messages.h",
+ "-content/common/worker_messages.h",
# Other libraries.
"+chrome/third_party/hunspell",