| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 | 8 |
| 9 'linux_link_kerberos%': 0, | 9 'linux_link_kerberos%': 0, |
| 10 'conditions': [ | 10 'conditions': [ |
| (...skipping 698 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 709 | 709 |
| 710 [ 'use_v8_in_net==1 and OS != "android"', { | 710 [ 'use_v8_in_net==1 and OS != "android"', { |
| 711 'dependencies': [ | 711 'dependencies': [ |
| 712 'net_with_v8', | 712 'net_with_v8', |
| 713 'net_browser_services', | 713 'net_browser_services', |
| 714 'net_utility_services', | 714 'net_utility_services', |
| 715 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl', | 715 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl', |
| 716 ], | 716 ], |
| 717 }, { # else | 717 }, { # else |
| 718 'sources!': [ | 718 'sources!': [ |
| 719 'dns/host_resolver_mojo_unittest.cc', |
| 719 'dns/mojo_host_resolver_impl_unittest.cc', | 720 'dns/mojo_host_resolver_impl_unittest.cc', |
| 720 'proxy/mojo_proxy_resolver_impl_unittest.cc', | 721 'proxy/mojo_proxy_resolver_impl_unittest.cc', |
| 721 ], | 722 ], |
| 722 }, | 723 }, |
| 723 ], | 724 ], |
| 724 | 725 |
| 725 [ 'enable_mdns != 1', { | 726 [ 'enable_mdns != 1', { |
| 726 'sources!' : [ | 727 'sources!' : [ |
| 727 'dns/mdns_cache_unittest.cc', | 728 'dns/mdns_cache_unittest.cc', |
| 728 'dns/mdns_client_unittest.cc', | 729 'dns/mdns_client_unittest.cc', |
| (...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 955 'test/ct_test_util.cc', | 956 'test/ct_test_util.cc', |
| 956 'test/ct_test_util.h', | 957 'test/ct_test_util.h', |
| 957 'test/embedded_test_server/embedded_test_server.cc', | 958 'test/embedded_test_server/embedded_test_server.cc', |
| 958 'test/embedded_test_server/embedded_test_server.h', | 959 'test/embedded_test_server/embedded_test_server.h', |
| 959 'test/embedded_test_server/http_connection.cc', | 960 'test/embedded_test_server/http_connection.cc', |
| 960 'test/embedded_test_server/http_connection.h', | 961 'test/embedded_test_server/http_connection.h', |
| 961 'test/embedded_test_server/http_request.cc', | 962 'test/embedded_test_server/http_request.cc', |
| 962 'test/embedded_test_server/http_request.h', | 963 'test/embedded_test_server/http_request.h', |
| 963 'test/embedded_test_server/http_response.cc', | 964 'test/embedded_test_server/http_response.cc', |
| 964 'test/embedded_test_server/http_response.h', | 965 'test/embedded_test_server/http_response.h', |
| 966 'test/event_waiter.h', |
| 965 'test/net_test_suite.cc', | 967 'test/net_test_suite.cc', |
| 966 'test/net_test_suite.h', | 968 'test/net_test_suite.h', |
| 967 'test/python_utils.cc', | 969 'test/python_utils.cc', |
| 968 'test/python_utils.h', | 970 'test/python_utils.h', |
| 969 'test/spawned_test_server/base_test_server.cc', | 971 'test/spawned_test_server/base_test_server.cc', |
| 970 'test/spawned_test_server/base_test_server.h', | 972 'test/spawned_test_server/base_test_server.h', |
| 971 'test/spawned_test_server/local_test_server.cc', | 973 'test/spawned_test_server/local_test_server.cc', |
| 972 'test/spawned_test_server/local_test_server.h', | 974 'test/spawned_test_server/local_test_server.h', |
| 973 'test/spawned_test_server/local_test_server_posix.cc', | 975 'test/spawned_test_server/local_test_server_posix.cc', |
| 974 'test/spawned_test_server/local_test_server_win.cc', | 976 'test/spawned_test_server/local_test_server_win.cc', |
| (...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1274 'net_interfaces', | 1276 'net_interfaces', |
| 1275 '../mojo/mojo_base.gyp:mojo_environment_chromium', | 1277 '../mojo/mojo_base.gyp:mojo_environment_chromium', |
| 1276 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', | 1278 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', |
| 1277 ], | 1279 ], |
| 1278 }, | 1280 }, |
| 1279 { | 1281 { |
| 1280 # GN version: //net:net_utility_services | 1282 # GN version: //net:net_utility_services |
| 1281 'target_name': 'net_utility_services', | 1283 'target_name': 'net_utility_services', |
| 1282 'type': 'static_library', | 1284 'type': 'static_library', |
| 1283 'sources': [ | 1285 'sources': [ |
| 1286 'dns/host_resolver_mojo.cc', |
| 1287 'dns/host_resolver_mojo.h', |
| 1284 'proxy/mojo_proxy_resolver_impl.cc', | 1288 'proxy/mojo_proxy_resolver_impl.cc', |
| 1285 'proxy/mojo_proxy_resolver_impl.h', | 1289 'proxy/mojo_proxy_resolver_impl.h', |
| 1286 ], | 1290 ], |
| 1287 'dependencies': [ | 1291 'dependencies': [ |
| 1288 'mojo_type_converters', | 1292 'mojo_type_converters', |
| 1289 'net', | 1293 'net', |
| 1290 'net_interfaces', | 1294 'net_interfaces', |
| 1291 '../mojo/mojo_base.gyp:mojo_common_lib', | 1295 '../mojo/mojo_base.gyp:mojo_common_lib', |
| 1292 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', | 1296 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', |
| 1293 ], | 1297 ], |
| (...skipping 562 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1856 '../build/isolate.gypi', | 1860 '../build/isolate.gypi', |
| 1857 ], | 1861 ], |
| 1858 'sources': [ | 1862 'sources': [ |
| 1859 'net_unittests.isolate', | 1863 'net_unittests.isolate', |
| 1860 ], | 1864 ], |
| 1861 }, | 1865 }, |
| 1862 ], | 1866 ], |
| 1863 }], | 1867 }], |
| 1864 ], | 1868 ], |
| 1865 } | 1869 } |
| OLD | NEW |