| 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',
|
|
|