summaryrefslogtreecommitdiffstats
path: root/chrome/utility
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-24 05:16:08 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-24 05:16:08 +0000
commitac55e29f93a7f7edc2ddac6d909f5c25bf5d7cba (patch)
treea4093c4446401ab09643c045701e901142ba91b6 /chrome/utility
parent45661171f72daa6250088584a6067a3202d3632a (diff)
downloadchromium_src-ac55e29f93a7f7edc2ddac6d909f5c25bf5d7cba.zip
chromium_src-ac55e29f93a7f7edc2ddac6d909f5c25bf5d7cba.tar.gz
chromium_src-ac55e29f93a7f7edc2ddac6d909f5c25bf5d7cba.tar.bz2
Get rid of the implicit content dependency on how Chrome stores its resources. This way content and lower modules like WebKit can still know about grit, but the embedder is responsible for knowing how to fetch a resource given its id.
BUG=76697,85757 Review URL: http://codereview.chromium.org/7249016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@90337 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/utility')
-rw-r--r--chrome/utility/DEPS1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/utility/DEPS b/chrome/utility/DEPS
index 96944f28..0223de9 100644
--- a/chrome/utility/DEPS
+++ b/chrome/utility/DEPS
@@ -1,4 +1,3 @@
include_rules = [
- "+sandbox/src",
"+webkit/glue",
]