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

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: Added new strings to iOS whitelist 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 c47e05e29ce869353611a0e8ea0a93e2b8099d27..0803a34e2221ddc664239fd4af61c981ce567b24 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -33,6 +33,7 @@
'dom_distiller/core/dom_distiller_service_unittest.cc',
'dom_distiller/core/dom_distiller_store_unittest.cc',
'dom_distiller/core/task_tracker_unittest.cc',
+ 'dom_distiller/core/url_utils_unittest.cc',
'json_schema/json_schema_validator_unittest.cc',
'json_schema/json_schema_validator_unittest_base.cc',
'json_schema/json_schema_validator_unittest_base.h',
@@ -158,10 +159,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',
« no previous file with comments | « chrome/browser/dom_distiller/dom_distiller_viewer_source_browsertest.cc ('k') | components/dom_distiller.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698