| Index: content/content.gyp
|
| diff --git a/content/content.gyp b/content/content.gyp
|
| index ff15c09592f38bd6cb3e7739f1c876399aa43c7f..a632064cc06f7a12e01d63e6c809aa3277cc76bb 100644
|
| --- a/content/content.gyp
|
| +++ b/content/content.gyp
|
| @@ -91,25 +91,6 @@
|
| 'content_resources.gypi',
|
| ],
|
| 'conditions': [
|
| - ['OS == "win"', {
|
| - 'targets': [
|
| - {
|
| - # GN: //content:sandbox_helper_win
|
| - 'target_name': 'sandbox_helper_win',
|
| - 'type': 'static_library',
|
| - 'include_dirs': [
|
| - '..',
|
| - ],
|
| - 'dependencies': [
|
| - '../sandbox/sandbox.gyp:sandbox',
|
| - ],
|
| - 'sources': [
|
| - 'app/sandbox_helper_win.cc',
|
| - 'public/app/sandbox_helper_win.h',
|
| - ],
|
| - }
|
| - ],
|
| - }],
|
| # In component mode, we build all of content as a single DLL.
|
| # However, in the static mode, we need to build content as multiple
|
| # targets in order to prevent dependencies from getting introduced
|
|
|