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

Unified Diff: components/components_tests.gyp

Issue 320253004: Componentize URLFixerUpper. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Win64 fix Created 6 years, 6 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
« no previous file with comments | « components/components.gyp ('k') | components/policy/core/browser/url_blacklist_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index 23de5ed412c2ab07ac85e295a4de5c4a6722c38e..1aab4ebe053ac087a81800afb1e9d60cf7535c6c 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -182,6 +182,7 @@
'url_matcher/substring_set_matcher_unittest.cc',
'url_matcher/url_matcher_factory_unittest.cc',
'url_matcher/url_matcher_unittest.cc',
+ 'url_fixer/url_fixer_unittest.cc',
'variations/active_field_trials_unittest.cc',
'variations/caching_permuted_entropy_provider_unittest.cc',
'variations/entropy_provider_unittest.cc',
@@ -313,6 +314,10 @@
'components.gyp:translate_core_common',
'components.gyp:translate_core_language_detection',
+ # Dependencies of url_fixer
+ 'components.gyp:url_fixer',
+ '../url/url.gyp:url_lib',
+
# Dependencies of variations
'components.gyp:variations',
],
@@ -397,6 +402,7 @@
['include', '^signin/'],
['include', '^sync_driver/'],
['include', '^translate/'],
+ ['include', '^url_fixer/'],
['include', '^variations/'],
],
'dependencies': [
« no previous file with comments | « components/components.gyp ('k') | components/policy/core/browser/url_blacklist_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698