| Index: ppapi/ppapi_tests.gypi
|
| diff --git a/ppapi/ppapi_tests.gypi b/ppapi/ppapi_tests.gypi
|
| index cf09030ba37dffce18ebee660802db279d9f71b7..b168b1140fe3396f5d05dbedfa2d844e549c2e91 100644
|
| --- a/ppapi/ppapi_tests.gypi
|
| +++ b/ppapi/ppapi_tests.gypi
|
| @@ -664,4 +664,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' ],
|
| + },
|
| + ],
|
| + }],
|
| + ],
|
| }
|
|
|