| Index: ui/views/examples/examples.gyp
|
| diff --git a/ui/views/examples/examples.gyp b/ui/views/examples/examples.gyp
|
| index 4cf3a1bcf6b9cbe9ed82c56c731269e7fc5eb78b..c5295657cf701bf8a6884f494da6771720472600 100644
|
| --- a/ui/views/examples/examples.gyp
|
| +++ b/ui/views/examples/examples.gyp
|
| @@ -156,7 +156,6 @@
|
| 'views_examples_with_content_lib',
|
| ],
|
| 'sources': [
|
| - '../../../content/app/startup_helper_win.cc',
|
| 'examples_with_content_main_exe.cc',
|
| ],
|
| 'conditions': [
|
| @@ -179,6 +178,7 @@
|
| },
|
| 'dependencies': [
|
| '../../../sandbox/sandbox.gyp:sandbox',
|
| + '../../../content/content.gyp:content_startup_helper_win',
|
| ],
|
| }],
|
| ],
|
|
|