Chromium Code Reviews| Index: base/base.gyp |
| diff --git a/base/base.gyp b/base/base.gyp |
| index 4b11485e0a5f5f8fb2d37845137ac6ff43386de3..817b82fa2bba29e416a59c81824a4937b2a9a792 100644 |
| --- a/base/base.gyp |
| +++ b/base/base.gyp |
| @@ -1663,6 +1663,22 @@ |
| }, |
| }, |
| }, |
| + { |
| + # GN: //base:process_startup_helper_win |
| + 'target_name': 'process_startup_helper_win', |
|
grt (UTC plus 2)
2015/10/08 11:52:08
is this extra target needed? content_app_deps alre
Patrick Monette
2015/10/08 21:22:46
You are right. Removed.
|
| + 'type': 'static_library', |
| + 'include_dirs': [ |
| + '..', |
| + ], |
| + 'dependencies': [ |
| + 'base', |
| + 'base_static', |
| + ], |
| + 'sources': [ |
| + 'win/process_startup_helper.cc', |
| + 'win/process_startup_helper.h', |
| + ], |
| + }, |
| ], |
| }], |
| ['test_isolation_mode != "noop"', { |