diff options
Diffstat (limited to 'ppapi/tests/extensions/extensions.gyp')
-rw-r--r-- | ppapi/tests/extensions/extensions.gyp | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/ppapi/tests/extensions/extensions.gyp b/ppapi/tests/extensions/extensions.gyp index 70af268..d063b83f4 100644 --- a/ppapi/tests/extensions/extensions.gyp +++ b/ppapi/tests/extensions/extensions.gyp @@ -29,24 +29,5 @@ ], }, }, - { - 'target_name': 'ppapi_tests_extensions_background_keepalive', - 'type': 'none', - 'variables': { - 'nexe_target': 'ppapi_tests_extensions_background_keepalive', - # Only newlib build is used in tests, no need to build others. - 'build_newlib': 1, - 'build_glibc': 0, - 'build_pnacl_newlib': 0, - 'nexe_destination_dir': 'test_data/ppapi/tests/extensions/background_keepalive', - 'sources': [ - 'background_keepalive/background.cc', - ], - 'test_files': [ - 'background_keepalive/background.js', - 'background_keepalive/manifest.json', - ], - }, - }, ], } |