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

Side by Side Diff: net/net.gypi

Issue 1898603002: Move Network Quality Estimator files to //net/nqe (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 # This file is shared between the regular GYP build, the NaCl GYP build, and 5 # This file is shared between the regular GYP build, the NaCl GYP build, and
6 # the GN build. For GN support, it must have no conditionals or anything like 6 # the GN build. For GN support, it must have no conditionals or anything like
7 # that beyond the simple one-level-deep dictionary of values. 7 # that beyond the simple one-level-deep dictionary of values.
8 { 8 {
9 'variables': { 9 'variables': {
10 # Subset of net source files that are compiled for NaCl (net_nacl target). 10 # Subset of net source files that are compiled for NaCl (net_nacl target).
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 'base/openssl_private_key_store_memory.cc', 55 'base/openssl_private_key_store_memory.cc',
56 'base/parse_number.cc', 56 'base/parse_number.cc',
57 'base/parse_number.h', 57 'base/parse_number.h',
58 'base/port_util.cc', 58 'base/port_util.cc',
59 'base/port_util.h', 59 'base/port_util.h',
60 'base/rand_callback.h', 60 'base/rand_callback.h',
61 'base/registry_controlled_domains/registry_controlled_domain.cc', 61 'base/registry_controlled_domains/registry_controlled_domain.cc',
62 'base/registry_controlled_domains/registry_controlled_domain.h', 62 'base/registry_controlled_domains/registry_controlled_domain.h',
63 'base/sockaddr_storage.cc', 63 'base/sockaddr_storage.cc',
64 'base/sockaddr_storage.h', 64 'base/sockaddr_storage.h',
65 'base/socket_performance_watcher.h',
66 'base/socket_performance_watcher_factory.h',
67 'base/sys_addrinfo.h', 65 'base/sys_addrinfo.h',
68 'base/url_util.cc', 66 'base/url_util.cc',
69 'base/url_util.h', 67 'base/url_util.h',
70 'base/zap.cc', 68 'base/zap.cc',
71 'base/zap.h', 69 'base/zap.h',
72 'cert/asn1_util.cc', 70 'cert/asn1_util.cc',
73 'cert/asn1_util.h', 71 'cert/asn1_util.h',
74 'cert/cert_database.cc', 72 'cert/cert_database.cc',
75 'cert/cert_database.h', 73 'cert/cert_database.h',
76 'cert/cert_database_openssl.cc', 74 'cert/cert_database_openssl.cc',
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 'log/net_log_capture_mode.cc', 172 'log/net_log_capture_mode.cc',
175 'log/net_log_capture_mode.h', 173 'log/net_log_capture_mode.h',
176 'log/net_log_event_type_list.h', 174 'log/net_log_event_type_list.h',
177 'log/net_log_source_type_list.h', 175 'log/net_log_source_type_list.h',
178 'socket/client_socket_handle.cc', 176 'socket/client_socket_handle.cc',
179 'socket/client_socket_handle.h', 177 'socket/client_socket_handle.h',
180 'socket/connection_attempts.h', 178 'socket/connection_attempts.h',
181 'socket/next_proto.cc', 179 'socket/next_proto.cc',
182 'socket/next_proto.h', 180 'socket/next_proto.h',
183 'socket/socket.h', 181 'socket/socket.h',
182 'socket/socket_performance_watcher.h',
183 'socket/socket_performance_watcher_factory.h',
184 'socket/ssl_client_socket.cc', 184 'socket/ssl_client_socket.cc',
185 'socket/ssl_client_socket.h', 185 'socket/ssl_client_socket.h',
186 'socket/ssl_client_socket_openssl.cc', 186 'socket/ssl_client_socket_openssl.cc',
187 'socket/ssl_client_socket_openssl.h', 187 'socket/ssl_client_socket_openssl.h',
188 'socket/ssl_socket.h', 188 'socket/ssl_socket.h',
189 'ssl/channel_id_service.cc', 189 'ssl/channel_id_service.cc',
190 'ssl/channel_id_service.h', 190 'ssl/channel_id_service.h',
191 'ssl/channel_id_store.cc', 191 'ssl/channel_id_store.cc',
192 'ssl/channel_id_store.h', 192 'ssl/channel_id_store.h',
193 'ssl/client_key_store.cc', 193 'ssl/client_key_store.cc',
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
450 'base/chunked_upload_data_stream.cc', 450 'base/chunked_upload_data_stream.cc',
451 'base/chunked_upload_data_stream.h', 451 'base/chunked_upload_data_stream.h',
452 'base/crypto_module.h', 452 'base/crypto_module.h',
453 'base/crypto_module_nss.cc', 453 'base/crypto_module_nss.cc',
454 'base/crypto_module_openssl.cc', 454 'base/crypto_module_openssl.cc',
455 'base/data_url.cc', 455 'base/data_url.cc',
456 'base/data_url.h', 456 'base/data_url.h',
457 'base/elements_upload_data_stream.cc', 457 'base/elements_upload_data_stream.cc',
458 'base/elements_upload_data_stream.h', 458 'base/elements_upload_data_stream.h',
459 'base/expiring_cache.h', 459 'base/expiring_cache.h',
460 'base/external_estimate_provider.h',
461 'base/file_stream.cc', 460 'base/file_stream.cc',
462 'base/file_stream.h', 461 'base/file_stream.h',
463 'base/file_stream_context.cc', 462 'base/file_stream_context.cc',
464 'base/file_stream_context.h', 463 'base/file_stream_context.h',
465 'base/file_stream_context_posix.cc', 464 'base/file_stream_context_posix.cc',
466 'base/file_stream_context_win.cc', 465 'base/file_stream_context_win.cc',
467 'base/filename_util.cc', 466 'base/filename_util.cc',
468 'base/filename_util.h', 467 'base/filename_util.h',
469 'base/filename_util_internal.cc', 468 'base/filename_util_internal.cc',
470 'base/filename_util_internal.h', 469 'base/filename_util_internal.h',
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
510 'base/network_change_notifier_win.h', 509 'base/network_change_notifier_win.h',
511 'base/network_config_watcher_mac.cc', 510 'base/network_config_watcher_mac.cc',
512 'base/network_config_watcher_mac.h', 511 'base/network_config_watcher_mac.h',
513 'base/network_delegate.cc', 512 'base/network_delegate.cc',
514 'base/network_delegate.h', 513 'base/network_delegate.h',
515 'base/network_delegate_impl.cc', 514 'base/network_delegate_impl.cc',
516 'base/network_delegate_impl.h', 515 'base/network_delegate_impl.h',
517 'base/network_interfaces_linux.cc', 516 'base/network_interfaces_linux.cc',
518 'base/network_interfaces_mac.cc', 517 'base/network_interfaces_mac.cc',
519 'base/network_interfaces_win.cc', 518 'base/network_interfaces_win.cc',
520 'base/network_quality_estimator.cc',
521 'base/network_quality_estimator.h',
522 'base/nss_memio.c', 519 'base/nss_memio.c',
523 'base/nss_memio.h', 520 'base/nss_memio.h',
524 'base/platform_mime_util.h', 521 'base/platform_mime_util.h',
525 'base/platform_mime_util_linux.cc', 522 'base/platform_mime_util_linux.cc',
526 'base/platform_mime_util_mac.mm', 523 'base/platform_mime_util_mac.mm',
527 'base/platform_mime_util_win.cc', 524 'base/platform_mime_util_win.cc',
528 'base/prioritized_dispatcher.cc', 525 'base/prioritized_dispatcher.cc',
529 'base/prioritized_dispatcher.h', 526 'base/prioritized_dispatcher.h',
530 'base/priority_queue.h', 527 'base/priority_queue.h',
531 'base/proxy_delegate.h', 528 'base/proxy_delegate.h',
(...skipping 401 matching lines...) Expand 10 before | Expand all | Expand 10 after
933 'http/proxy_client_socket.h', 930 'http/proxy_client_socket.h',
934 'http/proxy_connect_redirect_http_stream.cc', 931 'http/proxy_connect_redirect_http_stream.cc',
935 'http/proxy_connect_redirect_http_stream.h', 932 'http/proxy_connect_redirect_http_stream.h',
936 'http/transport_security_persister.cc', 933 'http/transport_security_persister.cc',
937 'http/transport_security_persister.h', 934 'http/transport_security_persister.h',
938 'http/transport_security_state_static.h', 935 'http/transport_security_state_static.h',
939 'http/url_security_manager.cc', 936 'http/url_security_manager.cc',
940 'http/url_security_manager.h', 937 'http/url_security_manager.h',
941 'http/url_security_manager_posix.cc', 938 'http/url_security_manager_posix.cc',
942 'http/url_security_manager_win.cc', 939 'http/url_security_manager_win.cc',
940 'nqe/external_estimate_provider.h',
941 'nqe/network_quality_estimator.cc',
942 'nqe/network_quality_estimator.h',
943 'proxy/dhcp_proxy_script_adapter_fetcher_win.cc', 943 'proxy/dhcp_proxy_script_adapter_fetcher_win.cc',
944 'proxy/dhcp_proxy_script_adapter_fetcher_win.h', 944 'proxy/dhcp_proxy_script_adapter_fetcher_win.h',
945 'proxy/dhcp_proxy_script_fetcher.cc', 945 'proxy/dhcp_proxy_script_fetcher.cc',
946 'proxy/dhcp_proxy_script_fetcher.h', 946 'proxy/dhcp_proxy_script_fetcher.h',
947 'proxy/dhcp_proxy_script_fetcher_factory.cc', 947 'proxy/dhcp_proxy_script_fetcher_factory.cc',
948 'proxy/dhcp_proxy_script_fetcher_factory.h', 948 'proxy/dhcp_proxy_script_fetcher_factory.h',
949 'proxy/dhcp_proxy_script_fetcher_win.cc', 949 'proxy/dhcp_proxy_script_fetcher_win.cc',
950 'proxy/dhcp_proxy_script_fetcher_win.h', 950 'proxy/dhcp_proxy_script_fetcher_win.h',
951 'proxy/dhcpcsvc_init_win.cc', 951 'proxy/dhcpcsvc_init_win.cc',
952 'proxy/dhcpcsvc_init_win.h', 952 'proxy/dhcpcsvc_init_win.h',
(...skipping 408 matching lines...) Expand 10 before | Expand all | Expand 10 after
1361 'base/ip_pattern_unittest.cc', 1361 'base/ip_pattern_unittest.cc',
1362 'base/keygen_handler_unittest.cc', 1362 'base/keygen_handler_unittest.cc',
1363 'base/layered_network_delegate_unittest.cc', 1363 'base/layered_network_delegate_unittest.cc',
1364 'base/lookup_string_in_fixed_set_unittest.cc', 1364 'base/lookup_string_in_fixed_set_unittest.cc',
1365 'base/mime_sniffer_unittest.cc', 1365 'base/mime_sniffer_unittest.cc',
1366 'base/mime_util_unittest.cc', 1366 'base/mime_util_unittest.cc',
1367 'base/network_activity_monitor_unittest.cc', 1367 'base/network_activity_monitor_unittest.cc',
1368 'base/network_change_notifier_unittest.cc', 1368 'base/network_change_notifier_unittest.cc',
1369 'base/network_change_notifier_win_unittest.cc', 1369 'base/network_change_notifier_win_unittest.cc',
1370 'base/network_interfaces_unittest.cc', 1370 'base/network_interfaces_unittest.cc',
1371 'base/network_quality_estimator_unittest.cc',
1372 'base/parse_number_unittest.cc', 1371 'base/parse_number_unittest.cc',
1373 'base/port_util_unittest.cc', 1372 'base/port_util_unittest.cc',
1374 'base/prioritized_dispatcher_unittest.cc', 1373 'base/prioritized_dispatcher_unittest.cc',
1375 'base/priority_queue_unittest.cc', 1374 'base/priority_queue_unittest.cc',
1376 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc', 1375 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc',
1377 'base/sdch_dictionary_unittest.cc', 1376 'base/sdch_dictionary_unittest.cc',
1378 'base/sdch_manager_unittest.cc', 1377 'base/sdch_manager_unittest.cc',
1379 'base/stale_while_revalidate_experiment_domains_unittest.cc', 1378 'base/stale_while_revalidate_experiment_domains_unittest.cc',
1380 'base/static_cookie_policy_unittest.cc', 1379 'base/static_cookie_policy_unittest.cc',
1381 'base/test_completion_callback_unittest.cc', 1380 'base/test_completion_callback_unittest.cc',
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
1538 'http/mock_sspi_library_win.cc', 1537 'http/mock_sspi_library_win.cc',
1539 'http/mock_sspi_library_win.h', 1538 'http/mock_sspi_library_win.h',
1540 'http/transport_security_persister_unittest.cc', 1539 'http/transport_security_persister_unittest.cc',
1541 'http/transport_security_state_unittest.cc', 1540 'http/transport_security_state_unittest.cc',
1542 'http/url_security_manager_unittest.cc', 1541 'http/url_security_manager_unittest.cc',
1543 'log/net_log_capture_mode_unittest.cc', 1542 'log/net_log_capture_mode_unittest.cc',
1544 'log/net_log_unittest.cc', 1543 'log/net_log_unittest.cc',
1545 'log/net_log_util_unittest.cc', 1544 'log/net_log_util_unittest.cc',
1546 'log/trace_net_log_observer_unittest.cc', 1545 'log/trace_net_log_observer_unittest.cc',
1547 'log/write_to_file_net_log_observer_unittest.cc', 1546 'log/write_to_file_net_log_observer_unittest.cc',
1547 'nqe/network_quality_estimator_unittest.cc',
1548 'proxy/dhcp_proxy_script_adapter_fetcher_win_unittest.cc', 1548 'proxy/dhcp_proxy_script_adapter_fetcher_win_unittest.cc',
1549 'proxy/dhcp_proxy_script_fetcher_factory_unittest.cc', 1549 'proxy/dhcp_proxy_script_fetcher_factory_unittest.cc',
1550 'proxy/dhcp_proxy_script_fetcher_win_unittest.cc', 1550 'proxy/dhcp_proxy_script_fetcher_win_unittest.cc',
1551 'proxy/mojo_proxy_resolver_factory_impl_unittest.cc', 1551 'proxy/mojo_proxy_resolver_factory_impl_unittest.cc',
1552 'proxy/mojo_proxy_resolver_impl_unittest.cc', 1552 'proxy/mojo_proxy_resolver_impl_unittest.cc',
1553 'proxy/mojo_proxy_resolver_v8_tracing_bindings_unittest.cc', 1553 'proxy/mojo_proxy_resolver_v8_tracing_bindings_unittest.cc',
1554 'proxy/multi_threaded_proxy_resolver_unittest.cc', 1554 'proxy/multi_threaded_proxy_resolver_unittest.cc',
1555 'proxy/network_delegate_error_observer_unittest.cc', 1555 'proxy/network_delegate_error_observer_unittest.cc',
1556 'proxy/proxy_bypass_rules_unittest.cc', 1556 'proxy/proxy_bypass_rules_unittest.cc',
1557 'proxy/proxy_config_service_android_unittest.cc', 1557 'proxy/proxy_config_service_android_unittest.cc',
(...skipping 444 matching lines...) Expand 10 before | Expand all | Expand 10 after
2002 "websockets/websocket_handshake_stream_create_helper.cc", 2002 "websockets/websocket_handshake_stream_create_helper.cc",
2003 "websockets/websocket_handshake_stream_create_helper.h", 2003 "websockets/websocket_handshake_stream_create_helper.h",
2004 "websockets/websocket_inflater.cc", 2004 "websockets/websocket_inflater.cc",
2005 "websockets/websocket_inflater.h", 2005 "websockets/websocket_inflater.h",
2006 "websockets/websocket_mux.h", 2006 "websockets/websocket_mux.h",
2007 "websockets/websocket_stream.cc", 2007 "websockets/websocket_stream.cc",
2008 "websockets/websocket_stream.h", 2008 "websockets/websocket_stream.h",
2009 ], 2009 ],
2010 } 2010 }
2011 } 2011 }
OLDNEW
« no previous file with comments | « net/dns/dns_session_unittest.cc ('k') | net/nqe/OWNERS » ('j') | net/socket/OWNERS » ('J')

Powered by Google App Engine
This is Rietveld 408576698