diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-25 14:23:41 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-25 14:23:41 +0000 |
commit | a4ae3e1139fb2cf09a9c5dc95baec927b47ab770 (patch) | |
tree | 732e449f1e510c1eab2d7e8802db97c4d632324a /webkit | |
parent | ef8ca82edcb77b5c78fbe8c3a87338713ad72890 (diff) | |
download | chromium_src-a4ae3e1139fb2cf09a9c5dc95baec927b47ab770.zip chromium_src-a4ae3e1139fb2cf09a9c5dc95baec927b47ab770.tar.gz chromium_src-a4ae3e1139fb2cf09a9c5dc95baec927b47ab770.tar.bz2 |
Reverting r19244 as it unintentionally broke ui tests: OtherRedirectsDontForkProcess InEmptyFrame TestLifetimeOfDomAutomationController
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19245 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/tools/test_shell/test_shell.gyp | 5 |
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 ec3b871e..ec42d92 100644 --- a/webkit/tools/test_shell/test_shell.gyp +++ b/webkit/tools/test_shell/test_shell.gyp @@ -521,10 +521,7 @@ '../webcore_unit_tests/XBMImageDecoder_unittest.cpp', 'image_decoder_unittest.cc', 'image_decoder_unittest.h', - ], - 'sources': [ - '../../../skia/ext/skia_utils_mac_unittest.mm', - ], + ] }], ['OS=="win"', { 'msvs_disabled_warnings': [ 4800 ], |