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

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 + iOS tests 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 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/'],
« 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