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

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

Issue 1117023002: Keep event page alive when there's some Pepper plugin on it. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove DCHECK. Created 5 years, 7 months 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
Index: ppapi/tests/extensions/extensions.gyp
diff --git a/ppapi/tests/extensions/extensions.gyp b/ppapi/tests/extensions/extensions.gyp
index 6d85a94db63ed0b268bd8a2597daa708c3305b10..37b2316e47e0e4c1b2814e7dec163174f8beadba 100644
--- a/ppapi/tests/extensions/extensions.gyp
+++ b/ppapi/tests/extensions/extensions.gyp
@@ -27,6 +27,26 @@
},
},
{
+ 'target_name': 'ppapi_tests_extensions_load_unload',
+ 'type': 'none',
+ 'variables': {
+ 'nexe_target': 'ppapi_tests_extensions_load_unload',
+ # 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/load_unload',
+ 'sources': [
+ 'load_unload/load_unload.cc',
+ ],
+ 'test_files': [
+ 'load_unload/background.js',
+ 'load_unload/ext_icon.png',
+ 'load_unload/manifest.json',
+ ],
+ },
+ },
+ {
'target_name': 'ppapi_tests_extensions_media_galleries',
'type': 'none',
'variables': {
« no previous file with comments | « extensions/browser/extension_web_contents_observer.cc ('k') | ppapi/tests/extensions/load_unload/background.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698