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

Unified Diff: content/shell/BUILD.gn

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 | « content/content_shell.gypi ('k') | content/shell/renderer/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/BUILD.gn
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
index 5f00dde219fdd1bb1300f44f54a2d299286bd7c6..12d7264f12de276b0cf2d32f14812ff6ec45dfc5 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -164,6 +164,8 @@ static_library("content_shell_lib") {
"renderer/layout_test/leak_detector.h",
"renderer/layout_test/test_media_stream_renderer_factory.cc",
"renderer/layout_test/test_media_stream_renderer_factory.h",
+ "renderer/layout_test/test_plugin_placeholder.cc",
+ "renderer/layout_test/test_plugin_placeholder.h",
"renderer/layout_test/test_video_frame_provider.cc",
"renderer/layout_test/test_video_frame_provider.h",
"renderer/shell_content_renderer_client.cc",
@@ -259,6 +261,7 @@ static_library("content_shell_lib") {
"//components/crash/app",
"//components/devtools_discovery",
"//components/devtools_http_handler",
+ "//components/plugins/renderer",
"//components/web_cache/renderer",
"//content:resources",
"//content/app/resources",
« no previous file with comments | « content/content_shell.gypi ('k') | content/shell/renderer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698