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

Unified Diff: components/dom_distiller.gypi

Issue 254483003: Start requiring DistillerPage for calls to DomDistillerService. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Indent fixes (full git cl format) Created 6 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.gypi
diff --git a/components/dom_distiller.gypi b/components/dom_distiller.gypi
index fb59ef0923743e826277934c78ef31bd5c635434..8c03c324f7ebb933cff2210d3d645527595c72ad 100644
--- a/components/dom_distiller.gypi
+++ b/components/dom_distiller.gypi
@@ -113,6 +113,8 @@
'dom_distiller/core/fake_db.h',
'dom_distiller/core/fake_distiller.cc',
'dom_distiller/core/fake_distiller.h',
+ 'dom_distiller/core/fake_distiller_page.cc',
+ 'dom_distiller/core/fake_distiller_page.h',
],
},
{

Powered by Google App Engine
This is Rietveld 408576698