diff options
author | kkania@chromium.org <kkania@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-02 22:02:09 +0000 |
---|---|---|
committer | kkania@chromium.org <kkania@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-02 22:02:09 +0000 |
commit | 59aa617b508b067ddaf5c3190c08ee86751d1906 (patch) | |
tree | c9cc6c7e2e6ba28dd6661c7b20d07fc2783b211d /chrome_frame/chrome_frame.gyp | |
parent | 08483ec43f8706d39d77e6797ba8d36227ca1f06 (diff) | |
download | chromium_src-59aa617b508b067ddaf5c3190c08ee86751d1906.zip chromium_src-59aa617b508b067ddaf5c3190c08ee86751d1906.tar.gz chromium_src-59aa617b508b067ddaf5c3190c08ee86751d1906.tar.bz2 |
Remove WebBrowserEventSink from chrome frame code, which necessitated some refactor/cleanup in the chrome frame reliability tests.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/3304004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58412 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/chrome_frame.gyp')
-rw-r--r-- | chrome_frame/chrome_frame.gyp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome_frame/chrome_frame.gyp b/chrome_frame/chrome_frame.gyp index 4b873f5..bcfcbc0 100644 --- a/chrome_frame/chrome_frame.gyp +++ b/chrome_frame/chrome_frame.gyp @@ -472,6 +472,7 @@ '../chrome/chrome.gyp:debugger', '../chrome/chrome.gyp:renderer', '../chrome/chrome.gyp:test_support_common', + '../testing/gmock.gyp:gmock', '../testing/gtest.gyp:gtest', 'base_noicu', 'chrome_frame_ie', @@ -485,6 +486,8 @@ 'test/reliability/reliability_test_suite.h', 'test/chrome_frame_test_utils.cc', 'test/chrome_frame_test_utils.h', + 'test/ie_event_sink.cc', + 'test/ie_event_sink.h', 'test_utils.cc', 'test_utils.h', 'test/simulate_input.cc', |