diff options
author | mmoss@chromium.org <mmoss@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-06 15:51:39 +0000 |
---|---|---|
committer | mmoss@chromium.org <mmoss@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-06 15:51:39 +0000 |
commit | 2b95a592a89b915831db26f0078426154d61af05 (patch) | |
tree | a57c9bc5e4f9ecccd712b8b93735df8e7e9b18ac /webkit | |
parent | 1e35f758e84d9b20e3d145fd979b76e6835398a8 (diff) | |
download | chromium_src-2b95a592a89b915831db26f0078426154d61af05.zip chromium_src-2b95a592a89b915831db26f0078426154d61af05.tar.gz chromium_src-2b95a592a89b915831db26f0078426154d61af05.tar.bz2 |
Roll gyp DEPS and remove redundant product_dir setting for plugin modules.
I think this was a workaround for the lack of a default loadable_module
product_dir path in the scons build, but that has been fixed in gyp.
Review URL: http://codereview.chromium.org/242156
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28113 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/tools/test_shell/test_shell.gyp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/webkit/tools/test_shell/test_shell.gyp b/webkit/tools/test_shell/test_shell.gyp index cf0bd5a..5124764 100644 --- a/webkit/tools/test_shell/test_shell.gyp +++ b/webkit/tools/test_shell/test_shell.gyp @@ -462,7 +462,6 @@ 'target_name': 'npapi_layout_test_plugin', 'type': 'loadable_module', 'mac_bundle': 1, - 'product_dir': '<(PRODUCT_DIR)', 'msvs_guid': 'BE6D5659-A8D5-4890-A42C-090DD10EF62C', 'sources': [ '../npapi_layout_test_plugin/PluginObject.cpp', @@ -530,7 +529,6 @@ 'target_name': 'npapi_test_plugin', 'type': 'loadable_module', 'mac_bundle': 1, - 'product_dir': '<(PRODUCT_DIR)', 'msvs_guid': '0D04AEC1-6B68-492C-BCCF-808DFD69ABC6', 'dependencies': [ '../../../base/base.gyp:base', |