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

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. 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
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 572 matching lines...) Expand 10 before | Expand all | Expand 10 after
983 '<@(history_unittest_sources)', 986 '<@(history_unittest_sources)',
984 '<@(instance_id_unittest_sources)', 987 '<@(instance_id_unittest_sources)',
985 '<@(json_schema_unittest_sources)', 988 '<@(json_schema_unittest_sources)',
986 '<@(keyed_service_unittest_sources)', 989 '<@(keyed_service_unittest_sources)',
987 '<@(language_usage_metrics_unittest_sources)', 990 '<@(language_usage_metrics_unittest_sources)',
988 '<@(leveldb_proto_unittest_sources)', 991 '<@(leveldb_proto_unittest_sources)',
989 '<@(login_unittest_sources)', 992 '<@(login_unittest_sources)',
990 '<@(memory_pressure_unittest_sources)', 993 '<@(memory_pressure_unittest_sources)',
991 '<@(metrics_unittest_sources)', 994 '<@(metrics_unittest_sources)',
992 '<@(mime_util_unittest_sources)', 995 '<@(mime_util_unittest_sources)',
996 '<@(network_session_configurator_unittest_sources)',
993 '<@(network_time_unittest_sources)', 997 '<@(network_time_unittest_sources)',
994 '<@(ntp_snippets_unittest_sources)', 998 '<@(ntp_snippets_unittest_sources)',
995 '<@(offline_page_unittest_sources)', 999 '<@(offline_page_unittest_sources)',
996 '<@(omnibox_unittest_sources)', 1000 '<@(omnibox_unittest_sources)',
997 '<@(open_from_clipboard_unittest_sources)', 1001 '<@(open_from_clipboard_unittest_sources)',
998 '<@(os_crypt_unittest_sources)', 1002 '<@(os_crypt_unittest_sources)',
999 '<@(password_manager_unittest_sources)', 1003 '<@(password_manager_unittest_sources)',
1000 '<@(precache_unittest_sources)', 1004 '<@(precache_unittest_sources)',
1001 '<@(proxy_config_unittest_sources)', 1005 '<@(proxy_config_unittest_sources)',
1002 '<@(prefs_unittest_sources)', 1006 '<@(prefs_unittest_sources)',
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
1105 'components.gyp:leveldb_proto', 1109 'components.gyp:leveldb_proto',
1106 'components.gyp:leveldb_proto_test_support', 1110 'components.gyp:leveldb_proto_test_support',
1107 'components.gyp:login', 1111 'components.gyp:login',
1108 'components.gyp:memory_pressure', 1112 'components.gyp:memory_pressure',
1109 'components.gyp:metrics', 1113 'components.gyp:metrics',
1110 'components.gyp:metrics_net', 1114 'components.gyp:metrics_net',
1111 'components.gyp:metrics_profiler', 1115 'components.gyp:metrics_profiler',
1112 'components.gyp:metrics_test_support', 1116 'components.gyp:metrics_test_support',
1113 'components.gyp:metrics_ui', 1117 'components.gyp:metrics_ui',
1114 'components.gyp:net_log', 1118 'components.gyp:net_log',
1119 'components.gyp:network_session_configurator',
1115 'components.gyp:network_time', 1120 'components.gyp:network_time',
1116 'components.gyp:ntp_snippets', 1121 'components.gyp:ntp_snippets',
1117 'components.gyp:offline_pages', 1122 'components.gyp:offline_pages',
1118 'components.gyp:offline_pages_test_support', 1123 'components.gyp:offline_pages_test_support',
1119 'components.gyp:omnibox_browser', 1124 'components.gyp:omnibox_browser',
1120 'components.gyp:omnibox_test_support', 1125 'components.gyp:omnibox_test_support',
1121 'components.gyp:open_from_clipboard', 1126 'components.gyp:open_from_clipboard',
1122 'components.gyp:open_from_clipboard_test_support', 1127 'components.gyp:open_from_clipboard_test_support',
1123 'components.gyp:os_crypt', 1128 'components.gyp:os_crypt',
1124 'components.gyp:password_manager_core_browser', 1129 'components.gyp:password_manager_core_browser',
(...skipping 790 matching lines...) Expand 10 before | Expand all | Expand 10 after
1915 'dependencies': [ 1920 'dependencies': [
1916 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1921 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1917 ], 1922 ],
1918 }], 1923 }],
1919 ], 1924 ],
1920 }, 1925 },
1921 ], 1926 ],
1922 }], 1927 }],
1923 ], 1928 ],
1924 } 1929 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698