diff options
author | jmikhail@google.com <jmikhail@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-29 22:46:34 +0000 |
---|---|---|
committer | jmikhail@google.com <jmikhail@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-29 22:46:34 +0000 |
commit | d551cdcc3c87e382d24d1912fc41c6489bb0bd40 (patch) | |
tree | d94f97d26792478d1113a73b7cf89eb1ea6b8678 /chrome/chrome_tests.gypi | |
parent | 1a5af201a654bf80ce1bd6721b31a97311ae67a6 (diff) | |
download | chromium_src-d551cdcc3c87e382d24d1912fc41c6489bb0bd40.zip chromium_src-d551cdcc3c87e382d24d1912fc41c6489bb0bd40.tar.gz chromium_src-d551cdcc3c87e382d24d1912fc41c6489bb0bd40.tar.bz2 |
Added the execute command will will run javascript on the remote
client.
BUG=none
TEST=webdriver_remote_tests.py
Review URL: http://codereview.chromium.org/3618018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64511 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rw-r--r-- | chrome/chrome_tests.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi index 602d213..0556402 100644 --- a/chrome/chrome_tests.gypi +++ b/chrome/chrome_tests.gypi @@ -672,6 +672,8 @@ 'test/webdriver/commands/command.cc', 'test/webdriver/commands/create_session.h', 'test/webdriver/commands/create_session.cc', + 'test/webdriver/commands/execute_command.h', + 'test/webdriver/commands/execute_command.cc', 'test/webdriver/commands/navigate_commands.h', 'test/webdriver/commands/navigate_commands.cc', 'test/webdriver/commands/response.h', |