| Index: components/components_tests.gyp
|
| diff --git a/components/components_tests.gyp b/components/components_tests.gyp
|
| index 4263fe28f0a60db983949ac4d97877a7c7db8f94..0e47f61c2d0bbb27750481374764fdd24678ecd5 100644
|
| --- a/components/components_tests.gyp
|
| +++ b/components/components_tests.gyp
|
| @@ -72,7 +72,7 @@
|
| 'bookmarks/browser/bookmark_index_unittest.cc',
|
| 'bookmarks/browser/bookmark_model_unittest.cc',
|
| 'bookmarks/browser/bookmark_utils_unittest.cc',
|
| - 'breakpad/app/crash_keys_win_unittest.cc',
|
| + 'crash/app/crash_keys_win_unittest.cc',
|
| 'captive_portal/captive_portal_detector_unittest.cc',
|
| 'cloud_devices/common/cloud_devices_urls_unittest.cc',
|
| 'cloud_devices/common/printer_description_unittest.cc',
|
| @@ -267,9 +267,6 @@
|
| '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
|
| '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_util',
|
|
|
| - # Dependencies of breakpad
|
| - 'components.gyp:breakpad_test_support',
|
| -
|
| # Dependencies of bookmarks
|
| 'components.gyp:bookmarks_browser',
|
| 'components.gyp:bookmarks_test_support',
|
| @@ -281,6 +278,9 @@
|
| # Dependencies of cloud_devices
|
| 'components.gyp:cloud_devices_common',
|
|
|
| + # Dependencies of crash
|
| + 'components.gyp:crash_test_support',
|
| +
|
| # Dependencies of crx_file
|
| 'components.gyp:crx_file',
|
|
|
| @@ -479,6 +479,7 @@
|
| ['include', '^auto_login_parser/'],
|
| ['include', '^autofill/core/'],
|
| ['include', '^bookmarks/'],
|
| + ['include', '^crash/'],
|
| ['include', '^data_reduction_proxy/'],
|
| ['include', '^dom_distiller/'],
|
| ['include', '^enhanced_bookmarks/'],
|
|
|