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

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: Add dependencies for iOS. Created 4 years, 8 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
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 380 matching lines...) Expand 10 before | Expand all | Expand 10 after
391 'nacl/browser/test_nacl_browser_delegate.cc', 391 'nacl/browser/test_nacl_browser_delegate.cc',
392 'nacl/zygote/nacl_fork_delegate_linux_unittest.cc', 392 'nacl/zygote/nacl_fork_delegate_linux_unittest.cc',
393 ], 393 ],
394 'navigation_interception_unittest_sources': [ 394 'navigation_interception_unittest_sources': [
395 'navigation_interception/intercept_navigation_throttle_unittest.cc', 395 'navigation_interception/intercept_navigation_throttle_unittest.cc',
396 ], 396 ],
397 'network_hints_unittest_sources': [ 397 'network_hints_unittest_sources': [
398 'network_hints/renderer/dns_prefetch_queue_unittest.cc', 398 'network_hints/renderer/dns_prefetch_queue_unittest.cc',
399 'network_hints/renderer/renderer_dns_prefetch_unittest.cc', 399 'network_hints/renderer/renderer_dns_prefetch_unittest.cc',
400 ], 400 ],
401 'network_session_configurator_unittest_sources': [
402 'network_session_configurator/network_session_configurator_unittest.cc',
403 ],
401 'network_time_unittest_sources': [ 404 'network_time_unittest_sources': [
402 'network_time/network_time_tracker_unittest.cc', 405 'network_time/network_time_tracker_unittest.cc',
403 ], 406 ],
404 'ntp_snippets_unittest_sources': [ 407 'ntp_snippets_unittest_sources': [
405 'ntp_snippets/inner_iterator_unittest.cc', 408 'ntp_snippets/inner_iterator_unittest.cc',
406 'ntp_snippets/ntp_snippets_service_unittest.cc', 409 'ntp_snippets/ntp_snippets_service_unittest.cc',
407 ], 410 ],
408 'offline_page_unittest_sources': [ 411 'offline_page_unittest_sources': [
409 'offline_pages/offline_page_metadata_store_impl_unittest.cc', 412 'offline_pages/offline_page_metadata_store_impl_unittest.cc',
410 'offline_pages/offline_page_model_unittest.cc', 413 'offline_pages/offline_page_model_unittest.cc',
(...skipping 567 matching lines...) Expand 10 before | Expand all | Expand 10 after
978 '<@(history_unittest_sources)', 981 '<@(history_unittest_sources)',
979 '<@(instance_id_unittest_sources)', 982 '<@(instance_id_unittest_sources)',
980 '<@(json_schema_unittest_sources)', 983 '<@(json_schema_unittest_sources)',
981 '<@(keyed_service_unittest_sources)', 984 '<@(keyed_service_unittest_sources)',
982 '<@(language_usage_metrics_unittest_sources)', 985 '<@(language_usage_metrics_unittest_sources)',
983 '<@(leveldb_proto_unittest_sources)', 986 '<@(leveldb_proto_unittest_sources)',
984 '<@(login_unittest_sources)', 987 '<@(login_unittest_sources)',
985 '<@(memory_pressure_unittest_sources)', 988 '<@(memory_pressure_unittest_sources)',
986 '<@(metrics_unittest_sources)', 989 '<@(metrics_unittest_sources)',
987 '<@(mime_util_unittest_sources)', 990 '<@(mime_util_unittest_sources)',
991 '<@(network_session_configurator_unittest_sources)',
988 '<@(network_time_unittest_sources)', 992 '<@(network_time_unittest_sources)',
989 '<@(ntp_snippets_unittest_sources)', 993 '<@(ntp_snippets_unittest_sources)',
990 '<@(offline_page_unittest_sources)', 994 '<@(offline_page_unittest_sources)',
991 '<@(omnibox_unittest_sources)', 995 '<@(omnibox_unittest_sources)',
992 '<@(open_from_clipboard_unittest_sources)', 996 '<@(open_from_clipboard_unittest_sources)',
993 '<@(os_crypt_unittest_sources)', 997 '<@(os_crypt_unittest_sources)',
994 '<@(password_manager_unittest_sources)', 998 '<@(password_manager_unittest_sources)',
995 '<@(precache_unittest_sources)', 999 '<@(precache_unittest_sources)',
996 '<@(proxy_config_unittest_sources)', 1000 '<@(proxy_config_unittest_sources)',
997 '<@(prefs_unittest_sources)', 1001 '<@(prefs_unittest_sources)',
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
1098 'components.gyp:leveldb_proto', 1102 'components.gyp:leveldb_proto',
1099 'components.gyp:leveldb_proto_test_support', 1103 'components.gyp:leveldb_proto_test_support',
1100 'components.gyp:login', 1104 'components.gyp:login',
1101 'components.gyp:memory_pressure', 1105 'components.gyp:memory_pressure',
1102 'components.gyp:metrics', 1106 'components.gyp:metrics',
1103 'components.gyp:metrics_net', 1107 'components.gyp:metrics_net',
1104 'components.gyp:metrics_profiler', 1108 'components.gyp:metrics_profiler',
1105 'components.gyp:metrics_test_support', 1109 'components.gyp:metrics_test_support',
1106 'components.gyp:metrics_ui', 1110 'components.gyp:metrics_ui',
1107 'components.gyp:net_log', 1111 'components.gyp:net_log',
1112 'components.gyp:network_session_configurator',
1108 'components.gyp:network_time', 1113 'components.gyp:network_time',
1109 'components.gyp:ntp_snippets', 1114 'components.gyp:ntp_snippets',
1110 'components.gyp:offline_pages', 1115 'components.gyp:offline_pages',
1111 'components.gyp:offline_pages_test_support', 1116 'components.gyp:offline_pages_test_support',
1112 'components.gyp:omnibox_browser', 1117 'components.gyp:omnibox_browser',
1113 'components.gyp:omnibox_test_support', 1118 'components.gyp:omnibox_test_support',
1114 'components.gyp:open_from_clipboard', 1119 'components.gyp:open_from_clipboard',
1115 'components.gyp:open_from_clipboard_test_support', 1120 'components.gyp:open_from_clipboard_test_support',
1116 'components.gyp:os_crypt', 1121 'components.gyp:os_crypt',
1117 'components.gyp:password_manager_core_browser', 1122 'components.gyp:password_manager_core_browser',
(...skipping 811 matching lines...) Expand 10 before | Expand all | Expand 10 after
1929 'dependencies': [ 1934 'dependencies': [
1930 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1935 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1931 ], 1936 ],
1932 }], 1937 }],
1933 ], 1938 ],
1934 }, 1939 },
1935 ], 1940 ],
1936 }], 1941 }],
1937 ], 1942 ],
1938 } 1943 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698