| Index: chromeos/chromeos.gyp
|
| diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp
|
| index 9a4ad3c42da7d069fafed23518313ffb68b2c05f..f5b3db082841723ca5bb404e9bae45acb9136f3e 100644
|
| --- a/chromeos/chromeos.gyp
|
| +++ b/chromeos/chromeos.gyp
|
| @@ -742,4 +742,23 @@
|
| 'includes': ['../build/protoc.gypi'],
|
| },
|
| ],
|
| + 'conditions': [
|
| + ['test_isolation_mode != "noop"', {
|
| + 'targets': [
|
| + {
|
| + 'target_name': 'chromeos_unittests_run',
|
| + 'type': 'none',
|
| + 'dependencies': [
|
| + 'chromeos_unittests',
|
| + ],
|
| + 'includes': [
|
| + '../build/isolate.gypi',
|
| + ],
|
| + 'sources': [
|
| + 'chromeos_unittests.isolate',
|
| + ],
|
| + },
|
| + ],
|
| + }],
|
| + ],
|
| }
|
|
|