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

Unified Diff: content/content_shell.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
« no previous file with comments | « components/plugins/renderer/plugin_placeholder.cc ('k') | content/shell/BUILD.gn » ('j') | no next file with comments »
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 8e45fd767a77405aa4cd984365ca44f52d1410ff..a2bb518d64bdf2e558201b6889deebd865594932 100644
--- a/content/content_shell.gypi
+++ b/content/content_shell.gypi
@@ -50,6 +50,7 @@
'../components/components.gyp:devtools_discovery',
'../components/components.gyp:devtools_http_handler',
'../components/components.gyp:web_cache_renderer',
+ '../components/components.gyp:plugins_renderer',
'../device/bluetooth/bluetooth.gyp:device_bluetooth',
'../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
'../gin/gin.gyp:gin',
@@ -226,6 +227,8 @@
'shell/renderer/layout_test/leak_detector.h',
'shell/renderer/layout_test/test_media_stream_renderer_factory.cc',
'shell/renderer/layout_test/test_media_stream_renderer_factory.h',
+ 'shell/renderer/layout_test/test_plugin_placeholder.cc',
+ 'shell/renderer/layout_test/test_plugin_placeholder.h',
'shell/renderer/layout_test/test_video_frame_provider.cc',
'shell/renderer/layout_test/test_video_frame_provider.h',
'shell/renderer/shell_content_renderer_client.cc',
« no previous file with comments | « components/plugins/renderer/plugin_placeholder.cc ('k') | content/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698