| Index: ppapi/ppapi_unittests.isolate
|
| diff --git a/tools/gn/gn_unittests.isolate b/ppapi/ppapi_unittests.isolate
|
| similarity index 66%
|
| copy from tools/gn/gn_unittests.isolate
|
| copy to ppapi/ppapi_unittests.isolate
|
| index 20946188a4fc1389452507b11ea455cefeaf843a..1e2e0736dd3fb3f3f1d3d8b03bd8cd954a103259 100644
|
| --- a/tools/gn/gn_unittests.isolate
|
| +++ b/ppapi/ppapi_unittests.isolate
|
| @@ -6,16 +6,15 @@
|
| ['OS=="linux" or OS=="mac" or OS=="win"', {
|
| 'variables': {
|
| 'command': [
|
| - '<(PRODUCT_DIR)/gn_unittests<(EXECUTABLE_SUFFIX)',
|
| + '<(PRODUCT_DIR)/ppapi_unittests<(EXECUTABLE_SUFFIX)',
|
| ],
|
| 'files': [
|
| - 'format_test_data/',
|
| - '<(PRODUCT_DIR)/gn_unittests<(EXECUTABLE_SUFFIX)',
|
| + '<(PRODUCT_DIR)/ppapi_unittests<(EXECUTABLE_SUFFIX)',
|
| ],
|
| },
|
| }],
|
| ],
|
| 'includes': [
|
| - '../../base/base.isolate',
|
| + '../base/base.isolate',
|
| ],
|
| }
|
|
|