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

Unified Diff: content/content_shell.gypi

Issue 1480303002: Implement a basic PPAPI plugin for Blink layout tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Trim comment Created 5 years, 1 month 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 | « no previous file | content/public/test/ppapi_test_utils.h » ('j') | ppapi/tests/blink_test_plugin.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_shell.gypi
diff --git a/content/content_shell.gypi b/content/content_shell.gypi
index 20a33d9697c6786a05e22ce0ed48e0602472926c..a74cd65c4096fe92619c6dffa460d357600b94cf 100644
--- a/content/content_shell.gypi
+++ b/content/content_shell.gypi
@@ -62,6 +62,7 @@
'../media/media.gyp:media',
'../net/net.gyp:net',
'../net/net.gyp:net_resources',
+ '../ppapi/ppapi_internal.gyp:blink_test_plugin',
'../skia/skia.gyp:skia',
'../storage/storage_browser.gyp:storage',
'../third_party/WebKit/public/blink.gyp:blink',
@@ -735,6 +736,12 @@
],
'copies': [
{
+ 'destination': '<(PRODUCT_DIR)/$(CONTENTS_FOLDER_PATH)',
dcheng 2015/12/01 01:03:30 This is slightly horrible, but it seems to be the
+ 'files': [
+ '<(PRODUCT_DIR)/blink_test_plugin.plugin',
+ ],
+ },
+ {
'destination': '<(PRODUCT_DIR)/$(CONTENTS_FOLDER_PATH)/Resources',
'files': [
'<(PRODUCT_DIR)/crash_inspector',
« no previous file with comments | « no previous file | content/public/test/ppapi_test_utils.h » ('j') | ppapi/tests/blink_test_plugin.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698