| Index: ppapi/ppapi_tests.gypi
|
| diff --git a/ppapi/ppapi_tests.gypi b/ppapi/ppapi_tests.gypi
|
| index 830933ef834fcab5165c0b06a013de7c869a6510..8da5da7162aba857177bf6f0d96cf7f306038923 100644
|
| --- a/ppapi/ppapi_tests.gypi
|
| +++ b/ppapi/ppapi_tests.gypi
|
| @@ -653,4 +653,19 @@
|
| # Adding a new PPAPI example? Don't forget to update the GN build.
|
| # See //ppapi/examples/BUILD.gn
|
| ],
|
| + 'conditions': [
|
| + ['test_isolation_mode != "noop"', {
|
| + 'targets': [
|
| + {
|
| + 'target_name': 'ppapi_unittests_run',
|
| + 'type': 'none',
|
| + 'dependencies': [
|
| + 'ppapi_unittests',
|
| + ],
|
| + 'includes': [ '../build/isolate.gypi' ],
|
| + 'sources': [ 'ppapi_unittests.isolate' ],
|
| + },
|
| + ],
|
| + }],
|
| + ],
|
| }
|
|
|