summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/chrome_browser_ui.gypi1
-rw-r--r--components/dom_distiller.gypi3
2 files changed, 4 insertions, 0 deletions
diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi
index 5fc645e..a6bab427 100644
--- a/chrome/chrome_browser_ui.gypi
+++ b/chrome/chrome_browser_ui.gypi
@@ -62,6 +62,7 @@
'<(SHARED_INTERMEDIATE_DIR)',
],
'export_dependent_settings': [
+ '../components/components.gyp:dom_distiller_core',
'../sync/sync.gyp:sync',
],
'sources': [
diff --git a/components/dom_distiller.gypi b/components/dom_distiller.gypi
index 1b6e6b4..3966835 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',