| Index: components/breakpad.gypi
|
| diff --git a/components/breakpad.gypi b/components/breakpad.gypi
|
| index f613bfb953b8bbb28bfa6f88aa9accd406e48cb3..4e369f6f7f396cec847f367760df9f5dc538d160 100644
|
| --- a/components/breakpad.gypi
|
| +++ b/components/breakpad.gypi
|
| @@ -30,7 +30,7 @@
|
| {
|
| # Note: if you depend on this target, you need to either link in
|
| # content.gyp:content_common, or add
|
| - # content/public/common/content_switches.cc to your sources.
|
| + # content/public/common/content_switches*.cc to your sources.
|
| 'target_name': 'breakpad_component',
|
| 'type': 'static_library',
|
| 'variables': {
|
| @@ -95,7 +95,7 @@
|
| {
|
| # Note: if you depend on this target, you need to either link in
|
| # content.gyp:content_common, or add
|
| - # content/public/common/content_switches.cc to your sources.
|
| + # content/public/common/content_switches*.cc to your sources.
|
| 'target_name': 'breakpad_win64',
|
| 'type': 'static_library',
|
| 'variables': {
|
|
|