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

Unified Diff: components/components_tests.gyp

Issue 1892123003: Add components/network_session_configurator. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase on https://crrev.com/1945513002. Created 4 years, 7 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/network_session_configurator.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 57570a6a53b1d73be9c4b8a7380667eb1d23501c..750e20682ccbde82d75172aee099e53e7e571e2e 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -408,6 +408,9 @@
'network_hints/renderer/dns_prefetch_queue_unittest.cc',
'network_hints/renderer/renderer_dns_prefetch_unittest.cc',
],
+ 'network_session_configurator_unittest_sources': [
+ 'network_session_configurator/network_session_configurator_unittest.cc',
+ ],
'network_time_unittest_sources': [
'network_time/network_time_tracker_unittest.cc',
],
@@ -1009,6 +1012,7 @@
'<@(memory_pressure_unittest_sources)',
'<@(metrics_unittest_sources)',
'<@(mime_util_unittest_sources)',
+ '<@(network_session_configurator_unittest_sources)',
'<@(network_time_unittest_sources)',
'<@(ntp_snippets_unittest_sources)',
'<@(offline_pages_background_unittest_sources)',
@@ -1133,6 +1137,7 @@
'components.gyp:metrics_test_support',
'components.gyp:metrics_ui',
'components.gyp:net_log',
+ 'components.gyp:network_session_configurator',
'components.gyp:network_time',
'components.gyp:ntp_snippets',
'components.gyp:offline_pages',
« no previous file with comments | « components/components.gyp ('k') | components/network_session_configurator.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698