Chromium Code Reviews| Index: ash/ash.gyp |
| diff --git a/ash/ash.gyp b/ash/ash.gyp |
| index 0592abd165c25a58a637d4af5de3e39b88c98fb9..3ca981a481cc0944a1b56a3a581b1ea72e522e78 100644 |
| --- a/ash/ash.gyp |
| +++ b/ash/ash.gyp |
| @@ -1274,4 +1274,24 @@ |
| ], |
| }, |
| ], |
| + 'conditions': [ |
| + ['test_isolation_mode != "noop"', { |
| + 'targets': [ |
| + { |
| + 'target_name': 'ash_unittests_run', |
| + 'type': 'none', |
| + 'dependencies': [ |
| + 'ash_unittests', |
| + ], |
| + 'includes': [ |
| + '../build/isolate.gypi', |
| + 'ash_unittests.isolate', |
| + ], |
| + 'sources': [ |
| + 'ash_unittests.isolate', |
| + ], |
| + }, |
| + ], |
| + }], |
| + ], |
| } |