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

Unified Diff: components/test_runner/BUILD.gn

Issue 2022783002: Skeleton of the Safe Browsing Subresource Filter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Implement RenderFrameObserver::OnDestruct introduced by rebase. Created 4 years, 6 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/test_runner/BUILD.gn
diff --git a/components/test_runner/BUILD.gn b/components/test_runner/BUILD.gn
index 42ce4a7fd13d6024a869352442725b9304ef5648..033b857ea2d1ce24b7c543903989b65b4e37f209 100644
--- a/components/test_runner/BUILD.gn
+++ b/components/test_runner/BUILD.gn
@@ -44,6 +44,8 @@ component("test_runner") {
"mock_spell_check.h",
"mock_web_audio_device.cc",
"mock_web_audio_device.h",
+ "mock_web_document_subresource_filter.cc",
+ "mock_web_document_subresource_filter.h",
"mock_web_media_stream_center.cc",
"mock_web_media_stream_center.h",
"mock_web_midi_accessor.cc",

Powered by Google App Engine
This is Rietveld 408576698