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

Unified Diff: chrome/chrome_tests.gypi

Issue 6482014: Implement sendKeys webdriver API in ChromeDriver. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' 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/automation/browser_proxy.cc » ('j') | chrome/test/webdriver/automation.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
===================================================================
--- chrome/chrome_tests.gypi (revision 73909)
+++ chrome/chrome_tests.gypi (working copy)
@@ -724,6 +724,8 @@
'test/webdriver/session_manager.cc',
'test/webdriver/utility_functions.h',
'test/webdriver/utility_functions.cc',
+ 'test/webdriver/webdriver_key_converter.h',
+ 'test/webdriver/webdriver_key_converter.cc',
'test/webdriver/commands/command.h',
'test/webdriver/commands/command.cc',
'test/webdriver/commands/create_session.h',
@@ -747,6 +749,8 @@
'test/webdriver/commands/title_command.cc',
'test/webdriver/commands/url_command.h',
'test/webdriver/commands/url_command.cc',
+ 'test/webdriver/commands/value_command.h',
+ 'test/webdriver/commands/value_command.cc',
'test/webdriver/commands/webdriver_command.h',
'test/webdriver/commands/webdriver_command.cc',
'test/webdriver/commands/webelement_command.h',
« no previous file with comments | « no previous file | chrome/test/automation/browser_proxy.cc » ('j') | chrome/test/webdriver/automation.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698