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-08-03 21:14:48 +0000
committerdpranke@google.com <dpranke@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-03 21:14:48 +0000
commitba104536936687460bd9fa1b32c0cda391b85d6f (patch)
tree8131f3265a22ba9b682608f7df21ab37cb5ae570 /webkit/tools/test_shell/test_shell.gyp
parent3fccca99f7ef36f7e1fce649094cac1944cb11c0 (diff)
downloadchromium_src-ba104536936687460bd9fa1b32c0cda391b85d6f.zip
chromium_src-ba104536936687460bd9fa1b32c0cda391b85d6f.tar.gz
chromium_src-ba104536936687460bd9fa1b32c0cda391b85d6f.tar.bz2
revert the changes in 22303, 22307 for now until I can figure out why
webkit.sln isn't building layout_test_helper BUG=none R=TBR TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22312 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/test_shell/test_shell.gyp')
-rw-r--r--webkit/tools/test_shell/test_shell.gyp19
1 files changed, 3 insertions, 16 deletions
diff --git a/webkit/tools/test_shell/test_shell.gyp b/webkit/tools/test_shell/test_shell.gyp
index 1f5ecba..bb4c330 100644
--- a/webkit/tools/test_shell/test_shell.gyp
+++ b/webkit/tools/test_shell/test_shell.gyp
@@ -214,7 +214,7 @@
},
'conditions': [
['OS=="win"', {
- 'dependencies': ['test_worker', 'layout_test_helper'],
+ 'dependencies': ['test_worker'],
'resource_include_dirs': [
'<(SHARED_INTERMEDIATE_DIR)/webkit',
],
@@ -634,20 +634,7 @@
},
],
}],
- ['OS=="win"', {
- 'targets': [
- {
- # Helper application that disables ClearType during the
- # running of the layout tests
- 'target_name': 'layout_test_helper',
- 'type': 'executable',
- 'sources': [
- 'win/layout_test_helper.cc',
- ],
- },
- ],
- }],
- ['OS=="mac"', {
+ ['OS=="mac"', {
'targets': [
{
# Helper application that manages the color sync profile on mac
@@ -663,7 +650,7 @@
],
},
},
- ],
+ ]
}],
],
}