| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index 0a58aa9c7f4daa47954aa6ba0255f14d9c51e377..407e9e42569338be19363802fb7b5d9ab2f9f71c 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -724,6 +724,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',
|
| @@ -737,6 +739,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',
|
|
|