diff options
author | hnguyen@chromium.org <hnguyen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-29 18:54:40 +0000 |
---|---|---|
committer | hnguyen@chromium.org <hnguyen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-29 18:54:40 +0000 |
commit | 87ab62d2e4b4da587396a0046ad9c8135b0f3c01 (patch) | |
tree | 52e1086a96000f0c93edfcd5fc30dab3e15c71a3 /chrome/chrome_tests.gypi | |
parent | b8fb303f7d06e12ec26d68330873400d53e91b47 (diff) | |
download | chromium_src-87ab62d2e4b4da587396a0046ad9c8135b0f3c01.zip chromium_src-87ab62d2e4b4da587396a0046ad9c8135b0f3c01.tar.gz chromium_src-87ab62d2e4b4da587396a0046ad9c8135b0f3c01.tar.bz2 |
Implement ChromeDriver ExecuteAsyncScript and AsyncScript (aka set_script_timeout) commands.
Review URL: http://codereview.chromium.org/6860005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83562 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rw-r--r-- | chrome/chrome_tests.gypi | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi index c63c0fe..a7069e9 100644 --- a/chrome/chrome_tests.gypi +++ b/chrome/chrome_tests.gypi @@ -812,12 +812,12 @@ 'test/webdriver/commands/cookie_commands.cc', 'test/webdriver/commands/create_session.h', 'test/webdriver/commands/create_session.cc', + 'test/webdriver/commands/execute_async_script_command.h', + 'test/webdriver/commands/execute_async_script_command.cc', 'test/webdriver/commands/execute_command.h', 'test/webdriver/commands/execute_command.cc', 'test/webdriver/commands/find_element_commands.h', 'test/webdriver/commands/find_element_commands.cc', - 'test/webdriver/commands/implicit_wait_command.h', - 'test/webdriver/commands/implicit_wait_command.cc', 'test/webdriver/commands/navigate_commands.h', 'test/webdriver/commands/navigate_commands.cc', 'test/webdriver/commands/mouse_commands.h', @@ -828,6 +828,8 @@ 'test/webdriver/commands/screenshot_command.cc', 'test/webdriver/commands/session_with_id.h', 'test/webdriver/commands/session_with_id.cc', + 'test/webdriver/commands/set_timeout_commands.h', + 'test/webdriver/commands/set_timeout_commands.cc', 'test/webdriver/commands/source_command.h', 'test/webdriver/commands/source_command.cc', 'test/webdriver/commands/speed_command.h', @@ -924,7 +926,7 @@ ], 'sources': [ '../base/test/run_all_unittests.cc', - 'test/webdriver/commands/implicit_wait_command_unittest.cc', + 'test/webdriver/commands/set_timeout_commands_unittest.cc', 'test/webdriver/cookie_unittest.cc', 'test/webdriver/dispatch_unittest.cc', 'test/webdriver/frame_path_unittest.cc', |