| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index 46bebe56260f162611ff8dced50eaf04edbfa775..fef70dad6ca6f6e14e4d1957b12c28e61dd627bc 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -881,6 +881,8 @@
|
| '../third_party/webdriver/atoms.h',
|
| 'test/chromedriver/basic_types.cc',
|
| 'test/chromedriver/basic_types.h',
|
| + 'test/chromedriver/capabilities_parser.cc',
|
| + 'test/chromedriver/capabilities_parser.h',
|
| 'test/chromedriver/chromedriver.cc',
|
| 'test/chromedriver/chromedriver.h',
|
| 'test/chromedriver/command.h',
|
| @@ -981,6 +983,7 @@
|
| '../ui/ui.gyp:ui',
|
| ],
|
| 'sources': [
|
| + 'test/chromedriver/capabilities_parser_unittest.cc',
|
| 'test/chromedriver/chrome/chrome_desktop_impl_unittest.cc',
|
| 'test/chromedriver/chrome/chrome_finder_unittest.cc',
|
| 'test/chromedriver/chrome/chrome_impl_unittest.cc',
|
|
|