| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index bcc0f91785c184cfef670b22152065f298b7fd83..9f3a932e66755ecb519da1a65c01c77433a4bec6 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -672,6 +672,10 @@
|
| 'test/webdriver/commands/command.cc',
|
| 'test/webdriver/commands/create_session.h',
|
| 'test/webdriver/commands/create_session.cc',
|
| + 'test/webdriver/commands/find_element_commands.h',
|
| + 'test/webdriver/commands/find_element_commands.cc',
|
| + 'test/webdriver/commands/implicit_wait_command.h',
|
| + 'test/webdriver/commands/implicit_wait_command.cc',
|
| 'test/webdriver/commands/execute_command.h',
|
| 'test/webdriver/commands/execute_command.cc',
|
| 'test/webdriver/commands/navigate_commands.h',
|
|
|