| Index: remoting/remoting_test.gypi
|
| diff --git a/remoting/remoting_test.gypi b/remoting/remoting_test.gypi
|
| index 4f8fefc42df4a44f2ed71bd5b21111923592f11a..cc856205d9e9e65ee18452a427111d005f6a665f 100644
|
| --- a/remoting/remoting_test.gypi
|
| +++ b/remoting/remoting_test.gypi
|
| @@ -612,6 +612,23 @@
|
| 'includes': [ 'remoting_webapp.gypi', ],
|
| }, # end of target 'remoting_webapp_browser_test'
|
| ]
|
| - }]
|
| + }],
|
| + ['test_isolation_mode != "noop"', {
|
| + 'targets': [
|
| + {
|
| + 'target_name': 'remoting_unittests_run',
|
| + 'type': 'none',
|
| + 'dependencies': [
|
| + 'remoting_unittests',
|
| + ],
|
| + 'includes': [
|
| + '../build/isolate.gypi',
|
| + ],
|
| + 'sources': [
|
| + 'remoting_unittests.isolate',
|
| + ],
|
| + },
|
| + ],
|
| + }],
|
| ] # end of 'conditions'
|
| }
|
|
|