| Index: chrome/chrome_tests_unit.gypi
|
| diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
|
| index 025b5781cfb058cb8201339238ceef6be6bfe52f..62a28badeab0dd53636cca3e8a485f56f3052e4e 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',
|
| @@ -2820,7 +2820,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', {
|
|
|