| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index d571e6995424b511c1f792d28346ed9d4f02440a..89761e2c781be4e2522ad4cabdc7e54924768a9f 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -888,6 +888,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',
|
| @@ -990,6 +992,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',
|
|
|