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

Side by Side Diff: net/net.gypi

Issue 918933002: Implement utility-side proxy resolver factory Mojo service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@host-resolver-mojo
Patch Set: Created 5 years, 10 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 1421 matching lines...) Expand 10 before | Expand all | Expand 10 after
1432 'http/mock_http_cache.h', 1432 'http/mock_http_cache.h',
1433 'http/mock_sspi_library_win.cc', 1433 'http/mock_sspi_library_win.cc',
1434 'http/mock_sspi_library_win.h', 1434 'http/mock_sspi_library_win.h',
1435 'http/transport_security_persister_unittest.cc', 1435 'http/transport_security_persister_unittest.cc',
1436 'http/transport_security_state_unittest.cc', 1436 'http/transport_security_state_unittest.cc',
1437 'http/url_security_manager_unittest.cc', 1437 'http/url_security_manager_unittest.cc',
1438 'ocsp/nss_ocsp_unittest.cc', 1438 'ocsp/nss_ocsp_unittest.cc',
1439 'proxy/dhcp_proxy_script_adapter_fetcher_win_unittest.cc', 1439 'proxy/dhcp_proxy_script_adapter_fetcher_win_unittest.cc',
1440 'proxy/dhcp_proxy_script_fetcher_factory_unittest.cc', 1440 'proxy/dhcp_proxy_script_fetcher_factory_unittest.cc',
1441 'proxy/dhcp_proxy_script_fetcher_win_unittest.cc', 1441 'proxy/dhcp_proxy_script_fetcher_win_unittest.cc',
1442 'proxy/mojo_proxy_resolver_factory_impl_unittest.cc',
1442 'proxy/mojo_proxy_resolver_impl_unittest.cc', 1443 'proxy/mojo_proxy_resolver_impl_unittest.cc',
1443 'proxy/multi_threaded_proxy_resolver_unittest.cc', 1444 'proxy/multi_threaded_proxy_resolver_unittest.cc',
1444 'proxy/network_delegate_error_observer_unittest.cc', 1445 'proxy/network_delegate_error_observer_unittest.cc',
1445 'proxy/proxy_bypass_rules_unittest.cc', 1446 'proxy/proxy_bypass_rules_unittest.cc',
1446 'proxy/proxy_config_service_android_unittest.cc', 1447 'proxy/proxy_config_service_android_unittest.cc',
1447 'proxy/proxy_config_service_linux_unittest.cc', 1448 'proxy/proxy_config_service_linux_unittest.cc',
1448 'proxy/proxy_config_service_win_unittest.cc', 1449 'proxy/proxy_config_service_win_unittest.cc',
1449 'proxy/proxy_config_unittest.cc', 1450 'proxy/proxy_config_unittest.cc',
1450 'proxy/proxy_info_unittest.cc', 1451 'proxy/proxy_info_unittest.cc',
1451 'proxy/proxy_list_unittest.cc', 1452 'proxy/proxy_list_unittest.cc',
(...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
1771 ], 1772 ],
1772 'net_base_mac_ios_sources': [ 1773 'net_base_mac_ios_sources': [
1773 'base/mac/url_conversions.h', 1774 'base/mac/url_conversions.h',
1774 'base/mac/url_conversions.mm', 1775 'base/mac/url_conversions.mm',
1775 ], 1776 ],
1776 'net_base_test_mac_ios_sources': [ 1777 'net_base_test_mac_ios_sources': [
1777 'base/mac/url_conversions_unittest.mm', 1778 'base/mac/url_conversions_unittest.mm',
1778 ], 1779 ],
1779 } 1780 }
1780 } 1781 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698