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

Unified Diff: components/dom_distiller/core/BUILD.gn

Issue 1101993003: Move common distiller code to superclass (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments Created 5 years, 8 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/dom_distiller/core/BUILD.gn
diff --git a/components/dom_distiller/core/BUILD.gn b/components/dom_distiller/core/BUILD.gn
index a9b1cda351b68049cd9348b36e578cc0c01afd48..565f1fe8ece39eb33cafc675caabbfb608de155c 100644
--- a/components/dom_distiller/core/BUILD.gn
+++ b/components/dom_distiller/core/BUILD.gn
@@ -32,6 +32,8 @@ source_set("core") {
"dom_distiller_model.cc",
"dom_distiller_model.h",
"dom_distiller_observer.h",
+ "dom_distiller_request_view_base.cc",
+ "dom_distiller_request_view_base.h",
"dom_distiller_service.cc",
"dom_distiller_service.h",
"dom_distiller_store.cc",

Powered by Google App Engine
This is Rietveld 408576698