Index: components/components_tests.gyp |
diff --git a/components/components_tests.gyp b/components/components_tests.gyp |
index 26fd49c8785695864d9c5ed04a73f0df67f3d95d..c779abd1ef713cd9b7029a175009ce2d4d049e54 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', |
@@ -265,9 +265,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', |
@@ -279,6 +276,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', |