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

Unified Diff: components/components_tests.gyp

Issue 151003006: Add support for distilling arbitrary URLs in DOM Distiller Viewer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments. added unit tests Created 6 years, 10 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/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index ea83ae60c7c76ba79010459987ca55be26b5be5c..4e1dc4350d76488af51ee5a4aa96516ed7d85d66 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -158,10 +158,16 @@
],
'conditions': [
['OS != "ios"', {
+ 'sources': [
+ 'dom_distiller/content/dom_distiller_viewer_source_unittest.cc',
+ ],
'dependencies': [
# Dependencies of browser_context_keyed_service
'components.gyp:browser_context_keyed_service',
+ # Dependencies of dom_distiller
+ 'components.gyp:dom_distiller_content',
+
# Dependencies of
# intercept_navigation_resource_throttle_unittest.cc
'../skia/skia.gyp:skia',

Powered by Google App Engine
This is Rietveld 408576698