Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(123)

Unified Diff: chrome/chrome_tests.gypi

Issue 6330012: Cookie commands for the webdriver protocol (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: kdsodkoskdoskdokosdksdkso Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/test/webdriver/automation.h » ('j') | chrome/test/webdriver/automation.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index d09fd65270a3c2755ae0dbe6474329e99869f070..2b970fb8bebd7930e6b6c671073fb847b8d0d9d0 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -721,6 +721,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',
@@ -735,6 +737,8 @@
'test/webdriver/utility_functions.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',
« no previous file with comments | « no previous file | chrome/test/webdriver/automation.h » ('j') | chrome/test/webdriver/automation.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698