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

Unified Diff: components/plugins.gypi

Issue 1158063002: Add plugins::TestPluginPlaceholder class and allow its use in Blink layout tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pluginfix
Patch Set: 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: components/plugins.gypi
diff --git a/components/plugins.gypi b/components/plugins.gypi
index 9061833474fd15b24438afb3c445ddbda286cedd..6700b62e40243b51fa92bf44254b9e31a8a19de8 100644
--- a/components/plugins.gypi
+++ b/components/plugins.gypi
@@ -58,6 +58,24 @@
}],
],
},
+ {
+ # GN version: //components/plugins/renderer
tommycli 2015/05/26 20:08:18 This isn't in the GN file.
+ 'target_name': 'test_plugins_renderer',
+ 'type': 'static_library',
+ 'dependencies': [
+ 'plugins_renderer',
+ '../third_party/WebKit/public/blink.gyp:blink',
+
+ ],
+ 'include_dirs': [
+ '..',
+ ],
+ 'sources': [
+ # Note: sources list duplicated in GN build.
+ 'plugins/renderer/test_plugin_placeholder.cc',
+ 'plugins/renderer/test_plugin_placeholder.h',
+ ],
+ }
],
}],
],

Powered by Google App Engine
This is Rietveld 408576698