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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « components/components.gyp ('k') | components/network_session_configurator.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 # This turns on e.g. the filename-based detection of which 7 # This turns on e.g. the filename-based detection of which
8 # platforms to include source files on (e.g. files ending in 8 # platforms to include source files on (e.g. files ending in
9 # _mac.h or _mac.cc are only compiled on MacOSX). 9 # _mac.h or _mac.cc are only compiled on MacOSX).
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 390 matching lines...) Expand 10 before | Expand all | Expand 10 after
401 'nacl/browser/test_nacl_browser_delegate.cc', 401 'nacl/browser/test_nacl_browser_delegate.cc',
402 'nacl/zygote/nacl_fork_delegate_linux_unittest.cc', 402 'nacl/zygote/nacl_fork_delegate_linux_unittest.cc',
403 ], 403 ],
404 'navigation_interception_unittest_sources': [ 404 'navigation_interception_unittest_sources': [
405 'navigation_interception/intercept_navigation_throttle_unittest.cc', 405 'navigation_interception/intercept_navigation_throttle_unittest.cc',
406 ], 406 ],
407 'network_hints_unittest_sources': [ 407 'network_hints_unittest_sources': [
408 'network_hints/renderer/dns_prefetch_queue_unittest.cc', 408 'network_hints/renderer/dns_prefetch_queue_unittest.cc',
409 'network_hints/renderer/renderer_dns_prefetch_unittest.cc', 409 'network_hints/renderer/renderer_dns_prefetch_unittest.cc',
410 ], 410 ],
411 'network_session_configurator_unittest_sources': [
412 'network_session_configurator/network_session_configurator_unittest.cc',
413 ],
411 'network_time_unittest_sources': [ 414 'network_time_unittest_sources': [
412 'network_time/network_time_tracker_unittest.cc', 415 'network_time/network_time_tracker_unittest.cc',
413 ], 416 ],
414 'ntp_snippets_unittest_sources': [ 417 'ntp_snippets_unittest_sources': [
415 'ntp_snippets/ntp_snippets_fetcher_unittest.cc', 418 'ntp_snippets/ntp_snippets_fetcher_unittest.cc',
416 'ntp_snippets/ntp_snippets_service_unittest.cc', 419 'ntp_snippets/ntp_snippets_service_unittest.cc',
417 ], 420 ],
418 'offline_pages_background_unittest_sources': [ 421 'offline_pages_background_unittest_sources': [
419 'offline_pages/background/request_coordinator_unittest.cc', 422 'offline_pages/background/request_coordinator_unittest.cc',
420 'offline_pages/background/request_queue_in_memory_store_unittest.cc', 423 'offline_pages/background/request_queue_in_memory_store_unittest.cc',
(...skipping 581 matching lines...) Expand 10 before | Expand all | Expand 10 after
1002 '<@(instance_id_unittest_sources)', 1005 '<@(instance_id_unittest_sources)',
1003 '<@(json_schema_unittest_sources)', 1006 '<@(json_schema_unittest_sources)',
1004 '<@(keyed_service_unittest_sources)', 1007 '<@(keyed_service_unittest_sources)',
1005 '<@(language_usage_metrics_unittest_sources)', 1008 '<@(language_usage_metrics_unittest_sources)',
1006 '<@(leveldb_proto_unittest_sources)', 1009 '<@(leveldb_proto_unittest_sources)',
1007 '<@(link_header_util_unittest_sources)', 1010 '<@(link_header_util_unittest_sources)',
1008 '<@(login_unittest_sources)', 1011 '<@(login_unittest_sources)',
1009 '<@(memory_pressure_unittest_sources)', 1012 '<@(memory_pressure_unittest_sources)',
1010 '<@(metrics_unittest_sources)', 1013 '<@(metrics_unittest_sources)',
1011 '<@(mime_util_unittest_sources)', 1014 '<@(mime_util_unittest_sources)',
1015 '<@(network_session_configurator_unittest_sources)',
1012 '<@(network_time_unittest_sources)', 1016 '<@(network_time_unittest_sources)',
1013 '<@(ntp_snippets_unittest_sources)', 1017 '<@(ntp_snippets_unittest_sources)',
1014 '<@(offline_pages_background_unittest_sources)', 1018 '<@(offline_pages_background_unittest_sources)',
1015 '<@(offline_pages_unittest_sources)', 1019 '<@(offline_pages_unittest_sources)',
1016 '<@(omnibox_unittest_sources)', 1020 '<@(omnibox_unittest_sources)',
1017 '<@(open_from_clipboard_unittest_sources)', 1021 '<@(open_from_clipboard_unittest_sources)',
1018 '<@(os_crypt_unittest_sources)', 1022 '<@(os_crypt_unittest_sources)',
1019 '<@(password_manager_unittest_sources)', 1023 '<@(password_manager_unittest_sources)',
1020 '<@(precache_unittest_sources)', 1024 '<@(precache_unittest_sources)',
1021 '<@(proxy_config_unittest_sources)', 1025 '<@(proxy_config_unittest_sources)',
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
1126 'components.gyp:leveldb_proto', 1130 'components.gyp:leveldb_proto',
1127 'components.gyp:leveldb_proto_test_support', 1131 'components.gyp:leveldb_proto_test_support',
1128 'components.gyp:login', 1132 'components.gyp:login',
1129 'components.gyp:memory_pressure', 1133 'components.gyp:memory_pressure',
1130 'components.gyp:metrics', 1134 'components.gyp:metrics',
1131 'components.gyp:metrics_net', 1135 'components.gyp:metrics_net',
1132 'components.gyp:metrics_profiler', 1136 'components.gyp:metrics_profiler',
1133 'components.gyp:metrics_test_support', 1137 'components.gyp:metrics_test_support',
1134 'components.gyp:metrics_ui', 1138 'components.gyp:metrics_ui',
1135 'components.gyp:net_log', 1139 'components.gyp:net_log',
1140 'components.gyp:network_session_configurator',
1136 'components.gyp:network_time', 1141 'components.gyp:network_time',
1137 'components.gyp:ntp_snippets', 1142 'components.gyp:ntp_snippets',
1138 'components.gyp:offline_pages', 1143 'components.gyp:offline_pages',
1139 'components.gyp:offline_pages_background_offliner', 1144 'components.gyp:offline_pages_background_offliner',
1140 'components.gyp:offline_pages_test_support', 1145 'components.gyp:offline_pages_test_support',
1141 'components.gyp:omnibox_browser', 1146 'components.gyp:omnibox_browser',
1142 'components.gyp:omnibox_test_support', 1147 'components.gyp:omnibox_test_support',
1143 'components.gyp:open_from_clipboard', 1148 'components.gyp:open_from_clipboard',
1144 'components.gyp:open_from_clipboard_test_support', 1149 'components.gyp:open_from_clipboard_test_support',
1145 'components.gyp:os_crypt', 1150 'components.gyp:os_crypt',
(...skipping 800 matching lines...) Expand 10 before | Expand all | Expand 10 after
1946 'dependencies': [ 1951 'dependencies': [
1947 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1952 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1948 ], 1953 ],
1949 }], 1954 }],
1950 ], 1955 ],
1951 }, 1956 },
1952 ], 1957 ],
1953 }], 1958 }],
1954 ], 1959 ],
1955 } 1960 }
OLDNEW
« 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