diff options
author | jmikhail@google.com <jmikhail@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-07 00:34:40 +0000 |
---|---|---|
committer | jmikhail@google.com <jmikhail@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-07 00:34:40 +0000 |
commit | 2cbc793935eaaf2c5f9adebd35e2e0b68c8fa7e7 (patch) | |
tree | d5cd14e9d8529c9b9a58b48917efe74d74ea8fe7 /chrome/chrome_tests.gypi | |
parent | ea386f8632d042f1b4ce76109fecdb84df4a2abd (diff) | |
download | chromium_src-2cbc793935eaaf2c5f9adebd35e2e0b68c8fa7e7.zip chromium_src-2cbc793935eaaf2c5f9adebd35e2e0b68c8fa7e7.tar.gz chromium_src-2cbc793935eaaf2c5f9adebd35e2e0b68c8fa7e7.tar.bz2 |
Adding modifications to allow chrome to naviagte to URLs.
This changelist includes the following URLs for the JSON protocol:
/url
/back
/forward
/refresh
/title
/source
BUG=None
TEST=webdriver_remote_tests.py
Review URL: http://codereview.chromium.org/3338010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61747 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rw-r--r-- | chrome/chrome_tests.gypi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi index fbf0eede..93430ae 100644 --- a/chrome/chrome_tests.gypi +++ b/chrome/chrome_tests.gypi @@ -666,9 +666,17 @@ 'test/webdriver/commands/command.cc', 'test/webdriver/commands/create_session.h', 'test/webdriver/commands/create_session.cc', + 'test/webdriver/commands/navigate_commands.h', + 'test/webdriver/commands/navigate_commands.cc', 'test/webdriver/commands/response.h', 'test/webdriver/commands/session_with_id.h', 'test/webdriver/commands/session_with_id.cc', + 'test/webdriver/commands/source_command.h', + 'test/webdriver/commands/source_command.cc', + 'test/webdriver/commands/title_command.h', + 'test/webdriver/commands/title_command.cc', + 'test/webdriver/commands/url_command.h', + 'test/webdriver/commands/url_command.cc', 'test/webdriver/commands/webdriver_command.h', 'test/webdriver/commands/webdriver_command.cc', ], |