Chromium Code Reviews| Index: cc/cc_tests.gyp |
| diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp |
| index 74cb1bfd76ccc4617e00c86145b093e58cb3b035..49337bc3efc0ff28418106371efae66aae3b29f5 100644 |
| --- a/cc/cc_tests.gyp |
| +++ b/cc/cc_tests.gyp |
| @@ -444,6 +444,23 @@ |
| }, |
| ], |
| } |
| - ] |
| + ], |
| + ['test_isolation_mode != "noop"', { |
| + 'targets': [ |
| + { |
| + 'target_name': 'cc_unittests_run', |
| + 'type': 'none', |
| + 'dependencies': [ |
| + 'cc_unittests', |
| + ], |
| + 'includes': [ |
| + '../build/isolate.gypi', |
| + ], |
| + 'sources': [ |
| + 'cc_unittests.isolate', |
| + ], |
| + }, |
| + ], |
| + }], |
| ], |
| } |