diff options
author | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-31 16:44:03 +0000 |
---|---|---|
committer | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-31 16:44:03 +0000 |
commit | af551a6809de1b3554f2938dab0736c356048e36 (patch) | |
tree | 4e1e3b1475d0d316c21c85c8b04f12aa709604c5 /content/shell/DEPS | |
parent | a2019c5d8a62e9f00cc4c2f120aa25ffd97b4097 (diff) | |
download | chromium_src-af551a6809de1b3554f2938dab0736c356048e36.zip chromium_src-af551a6809de1b3554f2938dab0736c356048e36.tar.gz chromium_src-af551a6809de1b3554f2938dab0736c356048e36.tar.bz2 |
Include webkit strings in the content shell package
BUG=none
TEST=happier dominic
Review URL: https://chromiumcodereview.appspot.com/10824111
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149203 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/shell/DEPS')
-rw-r--r-- | content/shell/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/shell/DEPS b/content/shell/DEPS index 28d220d..99f80b46 100644 --- a/content/shell/DEPS +++ b/content/shell/DEPS @@ -9,6 +9,7 @@ include_rules = [ "+content/public", # The content_shell is an embedder so it must work with resource bundles. + "+ui/base/l10n", "+ui/base/resource", # Shell resources |