summaryrefslogtreecommitdiffstats
path: root/content/shell/DEPS
diff options
context:
space:
mode:
authorerg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-18 22:10:33 +0000
committererg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-18 22:10:33 +0000
commit81f30ce92caabbea1dcc410cdb52b5707882068c (patch)
tree3d5760510d6b39b83af72e57aa0f517864364d39 /content/shell/DEPS
parentb0b67cfeb903dc6a59e30bd6907808142c05fdcc (diff)
downloadchromium_src-81f30ce92caabbea1dcc410cdb52b5707882068c.zip
chromium_src-81f30ce92caabbea1dcc410cdb52b5707882068c.tar.gz
chromium_src-81f30ce92caabbea1dcc410cdb52b5707882068c.tar.bz2
content/GTK: Renderers must have a ResourceBundle.
Parts of ui/ and webkit/ use the ResourceBundle. Include a minimal one with non-chrome resources for the content_shell, and initialize it in child processes before we turn on the sandbox. BUG=90445 Review URL: http://codereview.chromium.org/9232013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118163 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/shell/DEPS')
-rw-r--r--content/shell/DEPS3
1 files changed, 3 insertions, 0 deletions
diff --git a/content/shell/DEPS b/content/shell/DEPS
index 6d75a7a..1706775 100644
--- a/content/shell/DEPS
+++ b/content/shell/DEPS
@@ -1,4 +1,7 @@
include_rules = [
"+content",
"+v8/include",
+
+ # The content_shell is an embedder so it must work with resource bundles.
+ "+ui/base/resource",
]