| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index 34d8cade4b2e3295f6cd9e04147e631239d929f1..3df43fc2b0d034720c19b64ebae6324906eb33e7 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -709,6 +709,8 @@
|
| '../third_party/mongoose/mongoose.h',
|
| '../third_party/mongoose/mongoose.c',
|
| '../third_party/webdriver/atoms.h',
|
| + 'test/webdriver/cookie.h',
|
| + 'test/webdriver/cookie.cc',
|
| 'test/webdriver/dispatch.h',
|
| 'test/webdriver/dispatch.cc',
|
| 'test/webdriver/error_codes.h',
|
| @@ -723,6 +725,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',
|
|
|