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

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

Issue 403323005: Observer Support for DistilledPagePrefs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Changed observerMap type from HashMap to Map Created 6 years, 5 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 da998ae28f706e3e813755c07765d8f93a21025f..b8ad2a2b69f9547f361438e391acf9ea4fc567d5 100644
--- a/components/dom_distiller/core/BUILD.gn
+++ b/components/dom_distiller/core/BUILD.gn
@@ -17,6 +17,10 @@ static_library("core") {
"distiller.h",
"distiller_page.cc",
"distiller_page.h",
+ "distilled_page_prefs.cc",
+ "distilled_page_prefs.h",
+ "distilled_page_prefs_android.cc",
+ "distilled_page_prefs_android.h",
"distiller_url_fetcher.cc",
"distiller_url_fetcher.h",
"dom_distiller_constants.cc",

Powered by Google App Engine
This is Rietveld 408576698