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

Unified Diff: content/shell/BUILD.gn

Issue 907893002: Retry to add MockPresentationClient to use in layout tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Split Presentation API mock into per-frame and per-view objects Created 5 years, 10 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 bfd8a85b7cdca39871a4c4d26d4de46c13135a65..0500e956c249dcf06419ac9c1bf08d440bc81d35 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -172,6 +172,10 @@ static_library("content_shell_lib") {
"renderer/test_runner/mock_credential_manager_client.h",
"renderer/test_runner/mock_grammar_check.cc",
"renderer/test_runner/mock_grammar_check.h",
+ "renderer/test_runner/mock_presentation_client.cc",
+ "renderer/test_runner/mock_presentation_client.h",
+ "renderer/test_runner/mock_presentation_service.cc",
+ "renderer/test_runner/mock_presentation_service.h",
"renderer/test_runner/mock_screen_orientation_client.cc",
"renderer/test_runner/mock_screen_orientation_client.h",
"renderer/test_runner/mock_spell_check.cc",

Powered by Google App Engine
This is Rietveld 408576698