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

Unified Diff: components/components_tests.gyp

Issue 1221033002: Add proxy_config component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update copyrights 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
« no previous file with comments | « components/components.gyp ('k') | components/proxy_config.gypi » ('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 e46bb187246659ef93d37d2ba23464f5685b3bb4..95fa30662d9360f427c6eb261f57478866bfd85e 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -464,6 +464,10 @@
'proximity_auth/throttled_bluetooth_connection_finder_unittest.cc',
'proximity_auth/wire_message_unittest.cc',
],
+ 'proxy_config_unittest_sources': [
+ 'proxy_config/proxy_config_dictionary_unittest.cc',
+ 'proxy_config/proxy_prefs_unittest.cc',
+ ],
'query_parser_unittest_sources': [
'query_parser/query_parser_unittest.cc',
'query_parser/snippet_unittest.cc',
@@ -711,6 +715,7 @@
'<@(packed_ct_ev_whitelist_unittest_sources)',
'<@(password_manager_unittest_sources)',
'<@(precache_unittest_sources)',
+ '<@(proxy_config_unittest_sources)',
'<@(query_parser_unittest_sources)',
'<@(rappor_unittest_sources)',
'<@(search_unittest_sources)',
@@ -818,6 +823,7 @@
'components.gyp:password_manager_core_browser_test_support',
'components.gyp:precache_core',
'components.gyp:pref_registry_test_support',
+ 'components.gyp:proxy_config',
'components.gyp:query_parser',
'components.gyp:rappor',
'components.gyp:rappor_test_support',
« no previous file with comments | « components/components.gyp ('k') | components/proxy_config.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698