diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-03 22:48:15 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-03 22:48:15 +0000 |
commit | 63aef5eeefc53d5206ac214dd3c92598606ed232 (patch) | |
tree | 168ff7b9a30c544c0b8dc1eba3105c1051e30593 /webkit/tools | |
parent | c8eb6876f8fc4504f88d6f9db18067a4cefdff4e (diff) | |
download | chromium_src-63aef5eeefc53d5206ac214dd3c92598606ed232.zip chromium_src-63aef5eeefc53d5206ac214dd3c92598606ed232.tar.gz chromium_src-63aef5eeefc53d5206ac214dd3c92598606ed232.tar.bz2 |
test_shell_common alwayss depend on npapi_layout_test_plugin
Previously it was conditional on !x64, but I fixed that earlier
today and forgot to readd the dependency.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30874 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools')
-rw-r--r-- | webkit/tools/test_shell/test_shell.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/tools/test_shell/test_shell.gyp b/webkit/tools/test_shell/test_shell.gyp index 0560603..e2e5f57 100644 --- a/webkit/tools/test_shell/test_shell.gyp +++ b/webkit/tools/test_shell/test_shell.gyp @@ -41,6 +41,7 @@ '../../webkit.gyp:glue', '../../api/WebKit.gyp:webkit', '../../webkit.gyp:inspector_resources', + 'npapi_layout_test_plugin', ], 'msvs_guid': '77C32787-1B96-CB84-B905-7F170629F0AC', 'sources': [ |