| Index: chrome_elf/chrome_elf.gyp
|
| diff --git a/chrome_elf/chrome_elf.gyp b/chrome_elf/chrome_elf.gyp
|
| index 26fc27ca4a788311f62f149e0e964bf086023581..5e6ecfce1d3a364064fcf90cd90da7ec514b726a 100644
|
| --- a/chrome_elf/chrome_elf.gyp
|
| +++ b/chrome_elf/chrome_elf.gyp
|
| @@ -146,4 +146,19 @@
|
| ],
|
| },
|
| ], # targets
|
| + 'conditions': [
|
| + ['test_isolation_mode != "noop"', {
|
| + 'targets': [
|
| + {
|
| + 'target_name': 'chrome_elf_unittests_run',
|
| + 'type': 'none',
|
| + 'dependencies': [
|
| + 'chrome_elf_unittests',
|
| + ],
|
| + 'includes': [ '../build/isolate.gypi' ],
|
| + 'sources': [ 'chrome_elf_unittests.isolate' ],
|
| + },
|
| + ],
|
| + }],
|
| + ],
|
| }
|
|
|