| Index: components/breakpad.gypi
|
| diff --git a/components/breakpad.gypi b/components/breakpad.gypi
|
| index f613bfb953b8bbb28bfa6f88aa9accd406e48cb3..9dcf912411cd285612ee9bda0d8795088e85f39d 100644
|
| --- a/components/breakpad.gypi
|
| +++ b/components/breakpad.gypi
|
| @@ -105,7 +105,7 @@
|
| 'COMPILE_CONTENT_STATICALLY',
|
| ],
|
| 'dependencies': [
|
| - '../base/base.gyp:base_nacl_win64',
|
| + '../base/base.gyp:base_win64',
|
| '../breakpad/breakpad.gyp:breakpad_handler_win64',
|
| '../breakpad/breakpad.gyp:breakpad_sender_win64',
|
| '../sandbox/sandbox.gyp:sandbox_win64',
|
| @@ -120,7 +120,7 @@
|
| 'target_name': 'breakpad_crash_service_win64',
|
| 'type': 'static_library',
|
| 'dependencies': [
|
| - '../base/base.gyp:base_nacl_win64',
|
| + '../base/base.gyp:base_win64',
|
| '../breakpad/breakpad.gyp:breakpad_handler_win64',
|
| '../breakpad/breakpad.gyp:breakpad_sender_win64',
|
| ],
|
|
|