| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index 1d7c4fa27029910e9492faf7e630f8d9ce96dc23..107055ce95f99adb05ab8c07d2458804c7445585 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -883,6 +883,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/chrome_launcher.cc',
|
| 'test/chromedriver/chrome_launcher.h',
|
| 'test/chromedriver/chromedriver.cc',
|
| @@ -985,6 +987,7 @@
|
| '../ui/ui.gyp:ui',
|
| ],
|
| 'sources': [
|
| + 'test/chromedriver/capabilities_parser_unittest.cc',
|
| 'test/chromedriver/chrome/chrome_finder_unittest.cc',
|
| 'test/chromedriver/chrome/devtools_client_impl_unittest.cc',
|
| 'test/chromedriver/chrome/devtools_http_client_unittest.cc',
|
|
|