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

Unified Diff: components/dom_distiller.gypi

Issue 134873008: Add support for displaying distilled articles. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reverting change to scoped_ptr Created 6 years, 11 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 bec15b7a51dcc9dd8a695e8339258f8845e5ff57..8cb8901025785d43fa6d933d9333de290f8784d5 100644
--- a/components/dom_distiller.gypi
+++ b/components/dom_distiller.gypi
@@ -128,7 +128,10 @@
'target_name': 'dom_distiller_content',
'type': 'static_library',
'dependencies': [
+ 'component_strings.gyp:component_strings',
'dom_distiller_core',
+ 'dom_distiller_resources',
+ '../net/net.gyp:net',
'../skia/skia.gyp:skia',
'../sync/sync.gyp:sync',
],
« no previous file with comments | « chrome/browser/dom_distiller/dom_distiller_viewer_source_browsertest.cc ('k') | components/dom_distiller/content/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698