Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(415)

Unified Diff: trunk/src/ppapi/tests/extensions/extensions.gyp

Issue 118533004: Revert 242061 "Test Keeping NaCl plugins used in app background ..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « trunk/src/ppapi/tests/extensions/background_keepalive/manifest.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/ppapi/tests/extensions/extensions.gyp
===================================================================
--- trunk/src/ppapi/tests/extensions/extensions.gyp (revision 242118)
+++ trunk/src/ppapi/tests/extensions/extensions.gyp (working copy)
@@ -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',
- ],
- },
- },
],
}
« no previous file with comments | « trunk/src/ppapi/tests/extensions/background_keepalive/manifest.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698