summaryrefslogtreecommitdiffstats
path: root/content/content_shell.gypi
diff options
context:
space:
mode:
authordcheng <dcheng@chromium.org>2016-03-01 18:36:10 -0800
committerCommit bot <commit-bot@chromium.org>2016-03-02 02:37:35 +0000
commitc70b36ecb934e3b23769028495c4c13c9aa5e550 (patch)
tree301bf5c3fd2f91e2a2673209e00a3fd2e0b1d1ce /content/content_shell.gypi
parenta5e91c5d8f91db97acfe02fafbede56eaff3dbf2 (diff)
downloadchromium_src-c70b36ecb934e3b23769028495c4c13c9aa5e550.zip
chromium_src-c70b36ecb934e3b23769028495c4c13c9aa5e550.tar.gz
chromium_src-c70b36ecb934e3b23769028495c4c13c9aa5e550.tar.bz2
Implement a test plugin for testing deprecated/private PPAPI interfaces.
Unfortunately, there's still a few legacy consumers of these APIs. It's important to continue testing these to make sure there are no security or stability regressions. For now, only http/tests/plugins/cross-frame-object-access.html has been ported over to use the new plugin. BUG=474535 Review URL: https://codereview.chromium.org/1750783002 Cr-Commit-Position: refs/heads/master@{#378664}
Diffstat (limited to 'content/content_shell.gypi')
-rw-r--r--content/content_shell.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/content/content_shell.gypi b/content/content_shell.gypi
index bed32f0..ee17cb3 100644
--- a/content/content_shell.gypi
+++ b/content/content_shell.gypi
@@ -55,6 +55,7 @@
'../media/media.gyp:media',
'../net/net.gyp:net',
'../net/net.gyp:net_resources',
+ '../ppapi/ppapi_internal.gyp:blink_deprecated_test_plugin',
'../ppapi/ppapi_internal.gyp:blink_test_plugin',
'../skia/skia.gyp:skia',
'../storage/storage_browser.gyp:storage',
@@ -704,6 +705,7 @@
# that corresponds to Content Shell Framework.framework.
'destination': '<(PRODUCT_DIR)/$(CONTENTS_FOLDER_PATH)',
'files': [
+ '<(PRODUCT_DIR)/blink_deprecated_test_plugin.plugin',
'<(PRODUCT_DIR)/blink_test_plugin.plugin',
],
},