| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index f1620a0f9ba602ab787c2e7a601511a22a95d3df..235452122a70d15e627327301b10ef9925aa50bd 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -729,6 +729,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',
|
| @@ -746,6 +748,8 @@
|
| 'test/webdriver/webdriver_key_converter.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',
|
|
|