| Index: chrome/chrome_installer.gypi
|
| diff --git a/chrome/chrome_installer.gypi b/chrome/chrome_installer.gypi
|
| index e1b76f11df2ccaed6eb14c6af41dd69c96d99af4..7f6c7703fd0f5641bf17ef83b23fc4f58cb0d6cb 100644
|
| --- a/chrome/chrome_installer.gypi
|
| +++ b/chrome/chrome_installer.gypi
|
| @@ -1068,5 +1068,22 @@
|
| },
|
| ], # targets
|
| }], # OS=="mac"
|
| + ['OS=="win" and test_isolation_mode != "noop"', {
|
| + 'targets': [
|
| + {
|
| + 'target_name': 'installer_util_unittests_run',
|
| + 'type': 'none',
|
| + 'dependencies': [
|
| + 'installer_util_unittests',
|
| + ],
|
| + 'includes': [
|
| + '../build/isolate.gypi',
|
| + ],
|
| + 'sources': [
|
| + 'installer_util_unittests.isolate',
|
| + ],
|
| + },
|
| + ],
|
| + }],
|
| ],
|
| }
|
|
|