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

Unified Diff: chrome/chrome_tests_unit.gypi

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
Index: chrome/chrome_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index 263b78cd28771ef6a0074eb82bca13827c18d555..db5ba4cd1a82046ae408a934d6d912dc118fef00 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -395,7 +395,7 @@
['OS=="mac"', {
'dependencies': [
'../breakpad/breakpad.gyp:breakpad',
- '../components/components.gyp:breakpad_component',
+ '../components/components.gyp:crash_component',
],
'sources': [
'app/chrome_breakpad_client.cc',
@@ -2816,7 +2816,7 @@
'dependencies': [
# breakpad is currently only tested on Windows.
'../breakpad/breakpad.gyp:*',
- '../components/components.gyp:breakpad_component',
+ '../components/components.gyp:crash_component',
],
'conditions': [
['win_use_allocator_shim==1', {
« no previous file with comments | « chrome/chrome_exe.gypi ('k') | chrome/nacl/DEPS » ('j') | components/components_tests.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698