| Index: chrome/chrome_exe.gypi
|
| diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
|
| index 57ae520f0a602bfd93ab095f45c7ff1e790530c0..f6b8d62944a9a256ec7cab2892da8568f58db834 100644
|
| --- a/chrome/chrome_exe.gypi
|
| +++ b/chrome/chrome_exe.gypi
|
| @@ -229,12 +229,6 @@
|
| 'dependencies': [
|
| '../breakpad/breakpad.gyp:dump_syms',
|
| '../breakpad/breakpad.gyp:symupload',
|
| -
|
| - # In order to process symbols for the Remoting Host plugin,
|
| - # that plugin needs to be built beforehand. Since the
|
| - # "Dump Symbols" step hangs off this target, that plugin also
|
| - # needs to be added as a dependency.
|
| - '../remoting/remoting.gyp:remoting_host_plugin',
|
| ],
|
| # The "Dump Symbols" post-build step is in a target_conditions
|
| # block so that it will follow the "Strip If Needed" step if that
|
|
|