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', |