Chromium Code Reviews| Index: chrome/chrome_installer.gypi |
| diff --git a/chrome/chrome_installer.gypi b/chrome/chrome_installer.gypi |
| index 1b8cdc929f6b6726e039bf24ef62f8806e971a5c..87b745dcfe532f11bc6ccaf11279139deb423136 100644 |
| --- a/chrome/chrome_installer.gypi |
| +++ b/chrome/chrome_installer.gypi |
| @@ -30,6 +30,7 @@ |
| 'dependencies': [ |
| 'installer_util', |
| '../base/base.gyp:base', |
| + '../chrome/chrome.gyp:launcher_support', |
| '../google_update/google_update.gyp:google_update', |
| ], |
| 'include_dirs': [ |
| @@ -171,6 +172,25 @@ |
| }, |
| }, |
| { |
| + 'target_name': 'launcher_support', |
| + 'type': 'static_library', |
| + 'include_dirs': [ |
| + '..', |
|
grt (UTC plus 2)
2012/06/13 21:15:51
nit: de-indent two spaces here and the line below
Vitaly Buka (NO REVIEWS)
2012/06/13 21:19:10
line 178 too?
|
| + ], |
| + 'direct_dependent_settings': { |
| + 'include_dirs': [ |
| + '..', |
| + ], |
| + }, |
| + 'dependencies': [ |
| + '<(DEPTH)/base/base.gyp:base', |
| + ], |
| + 'sources': [ |
| + 'installer/launcher_support/chrome_launcher_support.cc', |
| + 'installer/launcher_support/chrome_launcher_support.h', |
| + ], |
| + }, |
| + { |
| 'target_name': 'mini_installer_test', |
| 'type': 'executable', |
| 'dependencies': [ |