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

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') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
===================================================================
--- chrome/chrome_tests.gypi (revision 74647)
+++ chrome/chrome_tests.gypi (working copy)
@@ -735,6 +735,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',
@@ -760,8 +762,8 @@
'test/webdriver/commands/url_command.cc',
'test/webdriver/commands/webdriver_command.h',
'test/webdriver/commands/webdriver_command.cc',
- 'test/webdriver/commands/webelement_command.h',
- 'test/webdriver/commands/webelement_command.cc',
+ 'test/webdriver/commands/webelement_commands.h',
+ 'test/webdriver/commands/webelement_commands.cc',
],
'conditions': [
['OS=="linux"', {
@@ -843,6 +845,7 @@
'sources': [
'../base/test/run_all_unittests.cc',
'test/webdriver/utility_functions_unittest.cc',
+ 'test/webdriver/webdriver_key_converter_unittest.cc',
],
'conditions': [
['OS=="win"', {
« no previous file with comments | « no previous file | chrome/test/automation/browser_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698