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

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

Issue 717793007: Add attachments support to DomDistillerStore (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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
« no previous file with comments | « components/dom_distiller.gypi ('k') | components/dom_distiller/core/article_attachments_data.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/dom_distiller/core/BUILD.gn
diff --git a/components/dom_distiller/core/BUILD.gn b/components/dom_distiller/core/BUILD.gn
index be5816e4c6970f7d0efa3a3b8b8c36fe90e3803c..e4db8adac4679938597726fe6a5404f7b1554c6e 100644
--- a/components/dom_distiller/core/BUILD.gn
+++ b/components/dom_distiller/core/BUILD.gn
@@ -7,6 +7,8 @@ source_set("core") {
sources = [
"../android/component_jni_registrar.cc",
"../android/component_jni_registrar.h",
+ "article_attachments_data.cc",
+ "article_attachments_data.h",
"article_distillation_update.cc",
"article_distillation_update.h",
"article_entry.cc",
« no previous file with comments | « components/dom_distiller.gypi ('k') | components/dom_distiller/core/article_attachments_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698