| Index: chrome/chrome_browser_extensions.gypi
|
| diff --git a/chrome/chrome_browser_extensions.gypi b/chrome/chrome_browser_extensions.gypi
|
| index 7fa79f3ea0bf561aa266e10d8bad8c88e6fc62c8..0c8547e2e19081c882febdf00190b8789af55757 100644
|
| --- a/chrome/chrome_browser_extensions.gypi
|
| +++ b/chrome/chrome_browser_extensions.gypi
|
| @@ -690,5 +690,30 @@
|
| ],
|
| },
|
| ],
|
| + 'conditions': [
|
| + ['OS=="win"', {
|
| + 'targets': [
|
| + {
|
| + 'target_name': 'app_host',
|
| + 'type': 'executable',
|
| + 'include_dirs': [
|
| + '..',
|
| + ],
|
| + 'direct_dependent_settings': {
|
| + 'include_dirs': [
|
| + '..',
|
| + ],
|
| + },
|
| + 'dependencies': [
|
| + '<(DEPTH)/base/base.gyp:base',
|
| + '<(DEPTH)/chrome/chrome.gyp:launcher_support',
|
| + ],
|
| + 'sources': [
|
| + 'browser/extensions/app_host_stub_main.cc',
|
| + ],
|
| + },
|
| + ],
|
| + }, ], # 'OS=="win"'
|
| + ], # 'conditions'
|
| }
|
|
|
|
|