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

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

Issue 1414783002: Don't keep the lazy background page alive after a view with a Pepper plugin is closed (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
« no previous file with comments | « extensions/browser/extension_web_contents_observer.cc ('k') | ppapi/tests/extensions/popup/background.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/tests/extensions/extensions.gyp
diff --git a/ppapi/tests/extensions/extensions.gyp b/ppapi/tests/extensions/extensions.gyp
index d30f8abcfde12d1945742170068586dc7c971616..aff088781fc1814d67c069022f17bd211be314e6 100644
--- a/ppapi/tests/extensions/extensions.gyp
+++ b/ppapi/tests/extensions/extensions.gyp
@@ -282,6 +282,27 @@
],
},
{
+ 'target_name': 'ppapi_tests_extensions_popup',
+ 'type': 'none',
+ 'variables': {
+ 'nexe_target': 'ppapi_tests_extensions_popup',
+ # 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/popup',
+ 'sources': [
+ 'popup/module.cc',
+ ],
+ 'test_files': [
+ 'popup/background.js',
+ 'popup/popup.html',
+ 'popup/popup.js',
+ 'popup/manifest.json',
+ ],
+ },
+ },
+ {
'target_name': 'ppapi_tests_extensions_socket_permissions',
'type': 'none',
'variables': {
« no previous file with comments | « extensions/browser/extension_web_contents_observer.cc ('k') | ppapi/tests/extensions/popup/background.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698