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

Unified Diff: components/dom_distiller.gypi

Issue 111503003: dom_distiller_core exports dependent settings of distilled_page_proto (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years 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 | « chrome/chrome_browser_ui.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/dom_distiller.gypi
diff --git a/components/dom_distiller.gypi b/components/dom_distiller.gypi
index 1b6e6b4d4d3fb3a6a4e1d0e8fb9cb4af738ec524..39668351d676b7f413e04d33e63140dd26cb6bcc 100644
--- a/components/dom_distiller.gypi
+++ b/components/dom_distiller.gypi
@@ -61,6 +61,9 @@
'include_dirs': [
'..',
],
+ 'export_dependent_settings': [
+ 'distilled_page_proto',
+ ],
'sources': [
'dom_distiller/core/article_entry.cc',
'dom_distiller/core/article_entry.h',
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698