diff options
author | jmikhail@google.com <jmikhail@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-15 23:22:35 +0000 |
---|---|---|
committer | jmikhail@google.com <jmikhail@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-15 23:22:35 +0000 |
commit | 6f3b4338bc9e1bfc9e184aa5d1e6ccb636e7d1d0 (patch) | |
tree | d376eb4ee55d9f6c94db3d97766e2f36b1fe8f6e /chrome/chrome_tests.gypi | |
parent | 027dd44a72b43d91eb6185a9be73cc9ae616b485 (diff) | |
download | chromium_src-6f3b4338bc9e1bfc9e184aa5d1e6ccb636e7d1d0.zip chromium_src-6f3b4338bc9e1bfc9e184aa5d1e6ccb636e7d1d0.tar.gz chromium_src-6f3b4338bc9e1bfc9e184aa5d1e6ccb636e7d1d0.tar.bz2 |
Cookie commands for the webdriver protocol
Implements the following URLs for WebDriver:
/session/:sessionId/cookie (GET POST DELETE)
/session/:sessionId/cookie/:name (DELETE)
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6330012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75029 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rw-r--r-- | chrome/chrome_tests.gypi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi index a4aa8f9..3bd81cc 100644 --- a/chrome/chrome_tests.gypi +++ b/chrome/chrome_tests.gypi @@ -735,6 +735,8 @@ '../third_party/webdriver/atoms.h', 'test/webdriver/automation.h', 'test/webdriver/automation.cc', + 'test/webdriver/cookie.h', + 'test/webdriver/cookie.cc', 'test/webdriver/dispatch.h', 'test/webdriver/dispatch.cc', 'test/webdriver/error_codes.h', @@ -752,6 +754,8 @@ 'test/webdriver/webdriver_key_converter.cc', 'test/webdriver/commands/command.h', 'test/webdriver/commands/command.cc', + 'test/webdriver/commands/cookie_commands.h', + 'test/webdriver/commands/cookie_commands.cc', 'test/webdriver/commands/create_session.h', 'test/webdriver/commands/create_session.cc', 'test/webdriver/commands/find_element_commands.h', |