summaryrefslogtreecommitdiffstats
path: root/webkit/tools/test_shell/test_shell.gyp
diff options
context:
space:
mode:
authordpranke@google.com <dpranke@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-22 02:59:23 +0000
committerdpranke@google.com <dpranke@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-22 02:59:23 +0000
commit89858523fc64f04e40e969cae9a43e8ae5031669 (patch)
tree55c966e155f07760a70f6f7766eaeaa38aeffa6f /webkit/tools/test_shell/test_shell.gyp
parentcb9242bbb167960e872bb12efbecb93610d43350 (diff)
downloadchromium_src-89858523fc64f04e40e969cae9a43e8ae5031669.zip
chromium_src-89858523fc64f04e40e969cae9a43e8ae5031669.tar.gz
chromium_src-89858523fc64f04e40e969cae9a43e8ae5031669.tar.bz2
revert change 21252, which broke the mac build for some reason
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21262 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/test_shell/test_shell.gyp')
-rw-r--r--webkit/tools/test_shell/test_shell.gyp5
1 files changed, 1 insertions, 4 deletions
diff --git a/webkit/tools/test_shell/test_shell.gyp b/webkit/tools/test_shell/test_shell.gyp
index 238a927..8313eff 100644
--- a/webkit/tools/test_shell/test_shell.gyp
+++ b/webkit/tools/test_shell/test_shell.gyp
@@ -182,8 +182,6 @@
'msvs_guid': 'FA39524D-3067-4141-888D-28A86C66F2B9',
'dependencies': [
'test_shell_common',
- 'npapi_layout_test_plugin',
- '../../../tools/image_diff/image_diff.gyp:image_diff',
],
'sources': [
'test_shell_main.cc',
@@ -207,7 +205,6 @@
},
'conditions': [
['OS=="win"', {
- 'dependencies': ['test_worker'],
'resource_include_dirs': [
'<(SHARED_INTERMEDIATE_DIR)/webkit',
],
@@ -252,7 +249,7 @@
}],
['OS=="mac"', {
'product_name': 'TestShell',
- 'dependencies': ['layout_test_helper', 'test_worker'],
+ 'dependencies': ['layout_test_helper'],
'variables': {
'repack_path': '../../../tools/data_pack/repack.py',
},