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 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: Fold in secure_display to url_formatter Created 5 years, 5 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 4b4b2dd633632a840d85a1190abb77d68346adcf..c6b7f281ce6b1f783cba9e5833942216bad26015 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -463,7 +463,6 @@
'proximity_auth/bluetooth_throttler_impl_unittest.cc',
'proximity_auth/client_impl_unittest.cc',
'proximity_auth/connection_unittest.cc',
- 'proximity_auth/device_to_device_operations_unittest.cc',
'proximity_auth/cryptauth/base64url_unittest.cc',
'proximity_auth/cryptauth/cryptauth_access_token_fetcher_impl_unittest.cc',
'proximity_auth/cryptauth/cryptauth_api_call_flow_unittest.cc',
@@ -475,6 +474,7 @@
'proximity_auth/cryptauth/fake_secure_message_delegate_unittest.cc',
'proximity_auth/cryptauth/sync_scheduler_impl_unittest.cc',
'proximity_auth/device_to_device_operations_unittest.cc',
+ 'proximity_auth/device_to_device_operations_unittest.cc',
'proximity_auth/device_to_device_secure_context_unittest.cc',
'proximity_auth/logging/logging_unittest.cc',
'proximity_auth/proximity_auth_system_unittest.cc',
@@ -546,9 +546,6 @@
'search_provider_logos/logo_cache_unittest.cc',
'search_provider_logos/logo_tracker_unittest.cc',
],
- 'secure_display_unittest_sources': [
- 'secure_display/elide_url_unittest.cc',
- ],
'sessions_unittest_sources': [
'sessions/content/content_serialized_navigation_builder_unittest.cc',
'sessions/content/content_serialized_navigation_driver_unittest.cc',
@@ -622,8 +619,10 @@
'update_client/update_query_params_unittest.cc',
'update_client/update_response_unittest.cc',
],
- 'url_fixer_unittest_sources': [
- 'url_fixer/url_fixer_unittest.cc',
+ 'url_formatter_unittest_sources': [
+ 'url_formatter/elide_url_unittest.cc',
+ 'url_formatter/url_fixer.cc',
+ 'url_formatter/url_formatter.cc',
],
'url_matcher_unittest_sources': [
'url_matcher/regex_set_matcher_unittest.cc',
@@ -756,7 +755,6 @@
'<@(search_unittest_sources)',
'<@(search_engines_unittest_sources)',
'<@(search_provider_logos_unittest_sources)',
- '<@(secure_display_unittest_sources)',
'<@(sessions_unittest_sources)',
'<@(signin_unittest_sources)',
'<@(suggestions_unittest_sources)',
@@ -764,7 +762,7 @@
'<@(translate_unittest_sources)',
'<@(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)',
@@ -867,7 +865,6 @@
'components.gyp:search_engines',
'components.gyp:search_engines_test_support',
'components.gyp:search_provider_logos',
- 'components.gyp:secure_display',
'components.gyp:sessions_test_support',
'components.gyp:signin_core_browser',
'components.gyp:signin_core_browser_test_support',
@@ -880,7 +877,7 @@
'components.gyp:undo_component',
'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