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

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
Index: content/shell/BUILD.gn
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
index 5f00dde219fdd1bb1300f44f54a2d299286bd7c6..72ee47a2969df6279034e4a3e04379ca99b1c512 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -216,6 +216,8 @@ static_library("content_shell_lib") {
"renderer/test_runner/test_interfaces.h",
"renderer/test_runner/test_plugin.cc",
"renderer/test_runner/test_plugin.h",
+ "renderer/test_runner/test_plugin_placeholder.cc",
+ "renderer/test_runner/test_plugin_placeholder.h",
"renderer/test_runner/test_runner.cc",
"renderer/test_runner/test_runner.h",
"renderer/test_runner/text_input_controller.cc",

Powered by Google App Engine
This is Rietveld 408576698