| Index: third_party/crashpad/crashpad/third_party/mini_chromium/mini_chromium.gyp
|
| diff --git a/third_party/crashpad/crashpad/third_party/mini_chromium/mini_chromium.gyp b/third_party/crashpad/crashpad/third_party/mini_chromium/mini_chromium.gyp
|
| index f063dd0a7232ab747650ee6247cfad386c5b6ea1..e14a1fa5ca977a1994f9bc6bc08af8a08810ee0e 100644
|
| --- a/third_party/crashpad/crashpad/third_party/mini_chromium/mini_chromium.gyp
|
| +++ b/third_party/crashpad/crashpad/third_party/mini_chromium/mini_chromium.gyp
|
| @@ -18,11 +18,10 @@
|
| ],
|
| 'targets': [
|
| {
|
| - # To support Crashpad’s standalone build, its in-Chromium build, and its
|
| - # build depending on external libraries, Crashpad code depending on base
|
| - # should do so through this shim, which will either get base from
|
| - # mini_chromium, Chromium, or an external library depending on the build
|
| - # type.
|
| + # To support Crashpad’s standalone build and its build depending on
|
| + # external libraries, Crashpad code depending on base should do so through
|
| + # this shim, which will either get base from mini_chromium or an external
|
| + # library depending on the build type.
|
| 'target_name': 'base',
|
| 'type': 'none',
|
| 'conditions': [
|
| @@ -34,14 +33,6 @@
|
| 'mini_chromium/base/base.gyp:base',
|
| ],
|
| }],
|
| - ['crashpad_dependencies=="chromium"', {
|
| - 'dependencies': [
|
| - '<(DEPTH)/base/base.gyp:base',
|
| - ],
|
| - 'export_dependent_settings': [
|
| - '<(DEPTH)/base/base.gyp:base',
|
| - ],
|
| - }],
|
| ['crashpad_dependencies=="external"', {
|
| 'dependencies': [
|
| '../../../../mini_chromium/mini_chromium/base/base.gyp:base',
|
|
|