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

Unified Diff: components/components_tests.gyp

Issue 1171333003: Move net::FormatUrl and friends outside of //net and into //components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Compile fixes following rebase Created 5 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
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index 303f10d54284ead6db11fb4768f2aa702d60ff4b..f262b03319cbad0311679cf06a0e011c25395b42 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -576,6 +576,9 @@
'url_fixer_unittest_sources': [
'url_fixer/url_fixer_unittest.cc',
],
+ 'url_formatter_unittest_sources': [
+ 'url_formatter/url_formatter.cc',
+ ],
'url_matcher_unittest_sources': [
'url_matcher/regex_set_matcher_unittest.cc',
'url_matcher/string_pattern_unittest.cc',
@@ -711,6 +714,7 @@
'<@(undo_unittest_sources)',
'<@(update_client_unittest_sources)',
'<@(url_fixer_unittest_sources)',
+ '<@(url_formatter_unittest_sources)',
'<@(url_matcher_unittest_sources)',
'<@(variations_unittest_sources)',
'<@(wallpaper_unittest_sources)',
@@ -825,6 +829,7 @@
'components.gyp:update_client',
'components.gyp:update_client_test_support',
'components.gyp:url_fixer',
+ 'components.gyp:url_formatter',
'components.gyp:variations',
'components.gyp:variations_http_provider',
'components.gyp:wallpaper',

Powered by Google App Engine
This is Rietveld 408576698