diff options
author | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-22 01:24:08 +0000 |
---|---|---|
committer | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-22 01:24:08 +0000 |
commit | 5bc0feb22687326cc26214c100c4658c79ce314f (patch) | |
tree | 07f13f815259685f43c3f903feffe4a69a74af67 /webkit/tools/test_shell/SConscript | |
parent | dfe1486216ccb5942ef52bafa30d361638183eea (diff) | |
download | chromium_src-5bc0feb22687326cc26214c100c4658c79ce314f.zip chromium_src-5bc0feb22687326cc26214c100c4658c79ce314f.tar.gz chromium_src-5bc0feb22687326cc26214c100c4658c79ce314f.tar.bz2 |
Include webkit strings in test shell data pack.
This adds <message> node to the types of GRIT nodes that we can stuff
into a data package file and removes a test shell hack.
Review URL: http://codereview.chromium.org/18478
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8431 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/test_shell/SConscript')
-rw-r--r-- | webkit/tools/test_shell/SConscript | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/webkit/tools/test_shell/SConscript b/webkit/tools/test_shell/SConscript index 45213a9..90291a1 100644 --- a/webkit/tools/test_shell/SConscript +++ b/webkit/tools/test_shell/SConscript @@ -211,8 +211,9 @@ if env.Bit('linux'): test_shell_data = env.Repack( '$TARGET_ROOT/test_shell.pak', ['$TARGET_ROOT/grit_derived_sources/net_resources.pak', - '$TARGET_ROOT/grit_derived_sources/webkit_resources.pak', '$TARGET_ROOT/grit_derived_sources/test_shell_resources.pak', + '$TARGET_ROOT/grit_derived_sources/webkit_resources.pak', + '$TARGET_ROOT/grit_derived_sources/webkit_strings_en-US.pak', ] ) env.Depends(test_shell, test_shell_data) |