summaryrefslogtreecommitdiffstats
path: root/content/DEPS
diff options
context:
space:
mode:
authormarja@chromium.org <marja@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-06 12:43:24 +0000
committermarja@chromium.org <marja@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-06 12:43:24 +0000
commit832c03ac33c02aacf824f00226b4e1d01d9f0efa (patch)
treecc34fee521fe5dea83361fc69ede2e7d5185e0cb /content/DEPS
parentba025cd28c835219d1749e64ea052ef2d406063b (diff)
downloadchromium_src-832c03ac33c02aacf824f00226b4e1d01d9f0efa.zip
chromium_src-832c03ac33c02aacf824f00226b4e1d01d9f0efa.tar.gz
chromium_src-832c03ac33c02aacf824f00226b4e1d01d9f0efa.tar.bz2
Set up include rules for webkit/dom_storage.
This limits which files can include headers from webkit/dom_storage, and it forces the access to go via libcontent. Refactoring: moving (Local|Session)StorageUsageInfo away from DomStorageContext and allowing the inclusion of dom_storage_types.h. BUG=156446 Review URL: https://chromiumcodereview.appspot.com/11361096 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166196 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/DEPS')
-rw-r--r--content/DEPS2
1 files changed, 2 insertions, 0 deletions
diff --git a/content/DEPS b/content/DEPS
index e63c902..2584f77 100644
--- a/content/DEPS
+++ b/content/DEPS
@@ -69,6 +69,8 @@ include_rules = [
"-ui/views",
"+webkit",
+ "-webkit/dom_storage",
+ "+webkit/dom_storage/dom_storage_types.h",
# For generated JNI includes.
"+jni",