summaryrefslogtreecommitdiffstats
path: root/chrome_frame/chrome_frame.gyp
diff options
context:
space:
mode:
authorananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-22 02:30:03 +0000
committerananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-22 02:30:03 +0000
commit1da35175c66788af1312547ec24d6e36234a0aa5 (patch)
tree43cb77c522b96a5ff903c1808fa1af26c24133ff /chrome_frame/chrome_frame.gyp
parentdb00e5d09920f72b7059a0bd2dc3853667a50353 (diff)
downloadchromium_src-1da35175c66788af1312547ec24d6e36234a0aa5.zip
chromium_src-1da35175c66788af1312547ec24d6e36234a0aa5.tar.gz
chromium_src-1da35175c66788af1312547ec24d6e36234a0aa5.tar.bz2
The HttpNegotiateTest.ReportProgress test fails on IE6 as we fail to retrieve the IBrowserService interface.
Disabling this test for IE6 for now. Review URL: http://codereview.chromium.org/1731003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45277 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/chrome_frame.gyp')
-rw-r--r--chrome_frame/chrome_frame.gyp6
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome_frame/chrome_frame.gyp b/chrome_frame/chrome_frame.gyp
index d067b0d..245bd3f 100644
--- a/chrome_frame/chrome_frame.gyp
+++ b/chrome_frame/chrome_frame.gyp
@@ -139,12 +139,18 @@
'chrome_frame_unittest_main.cc',
'chrome_launcher_unittest.cc',
'function_stub_unittest.cc',
+ 'test/chrome_frame_test_utils.h',
+ 'test/chrome_frame_test_utils.cc',
'test/com_message_event_unittest.cc',
'test/html_util_unittests.cc',
'test/http_negotiate_unittest.cc',
+ 'test/simulate_input.h',
+ 'test/simulate_input.cc',
'test/urlmon_moniker_tests.h',
'test/urlmon_moniker_unittest.cc',
'test/util_unittests.cc',
+ 'test/window_watchdog.h',
+ 'test/window_watchdog.cc',
'unittest_precompile.h',
'unittest_precompile.cc',
'urlmon_upload_data_stream.cc',