Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(23)

Unified Diff: components/components_tests.gyp

Issue 485893007: Rename components/breakpad to components/crash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/components.gyp ('k') | components/crash.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « components/components.gyp ('k') | components/crash.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698