| Index: content/content_tests.gypi
|
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi
|
| index 76cc0682eb367a6ce835b35838cb4ecd248f6f00..e1d16925b96afdf358e48564a32193dd5af334ca 100644
|
| --- a/content/content_tests.gypi
|
| +++ b/content/content_tests.gypi
|
| @@ -84,7 +84,6 @@
|
| 'public/test/unittest_test_suite.h',
|
| 'public/test/web_contents_tester.cc',
|
| 'public/test/web_contents_tester.h',
|
| - 'app/startup_helper_win.cc',
|
| # TODO(phajdan.jr): All of those files should live in content/test (if
|
| # they're only used by content) or content/public/test (if they're used
|
| # by other embedders).
|
| @@ -292,6 +291,7 @@
|
| ['OS == "win"', {
|
| 'dependencies': [
|
| '../sandbox/sandbox.gyp:sandbox',
|
| + 'content.gyp:content_startup_helper_win',
|
| ],
|
| }],
|
| ['enable_webrtc==1', {
|
|
|