diff options
author | amit@chromium.org <amit@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-04 21:18:52 +0000 |
---|---|---|
committer | amit@chromium.org <amit@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-04 21:18:52 +0000 |
commit | e0b421291b0644eebf04660d993995e638251bf0 (patch) | |
tree | 8eb9ab232ab852e38625f3c79032f3e4209b5806 /chrome_frame/chrome_frame.gyp | |
parent | 66a7e419553da5367d5f143fd0a975b25e1b1726 (diff) | |
download | chromium_src-e0b421291b0644eebf04660d993995e638251bf0.zip chromium_src-e0b421291b0644eebf04660d993995e638251bf0.tar.gz chromium_src-e0b421291b0644eebf04660d993995e638251bf0.tar.bz2 |
More context menu tests
Refactored code to monitor windows so that it could be used with
our mock to watch for dialogs and chrome windows. Added new tests
for 'Page Info', 'Dev Tools' and 'Save As' menu options.
BUG=34673
TESTS=newly added
Review URL: http://codereview.chromium.org/667005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40654 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/chrome_frame.gyp')
-rw-r--r-- | chrome_frame/chrome_frame.gyp | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/chrome_frame/chrome_frame.gyp b/chrome_frame/chrome_frame.gyp index 6516581..631788a 100644 --- a/chrome_frame/chrome_frame.gyp +++ b/chrome_frame/chrome_frame.gyp @@ -215,6 +215,8 @@ 'test/test_with_web_server.cc', 'test/test_with_web_server.h', 'test/url_request_test.cc', + 'test/window_watchdog.cc', + 'test/window_watchdog.h', 'chrome_frame_automation.cc', 'chrome_frame_histograms.h', 'chrome_frame_histograms.cc', @@ -347,8 +349,8 @@ 'test/simulate_input.h', 'test/test_server.cc', 'test/test_server.h', - 'test/net/dialog_watchdog.cc', - 'test/net/dialog_watchdog.h', + 'test/window_watchdog.cc', + 'test/window_watchdog.h', 'test/net/fake_external_tab.cc', 'test/net/fake_external_tab.h', 'test/net/process_singleton_subclass.cc', @@ -412,6 +414,8 @@ 'test_utils.h', 'test/simulate_input.cc', 'test/simulate_input.h', + 'test/window_watchdog.cc', + 'test/window_watchdog.h', 'chrome_tab.h', 'chrome_tab.idl', '../base/test/test_file_util_win.cc', |