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 1286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1297 'net_interfaces', | 1297 'net_interfaces', |
1298 '../mojo/mojo_base.gyp:mojo_common_lib', | 1298 '../mojo/mojo_base.gyp:mojo_common_lib', |
1299 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', | 1299 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', |
1300 ], | 1300 ], |
1301 }, | 1301 }, |
1302 { | 1302 { |
1303 # GN version: //net:mojo_type_converters | 1303 # GN version: //net:mojo_type_converters |
1304 'target_name': 'mojo_type_converters', | 1304 'target_name': 'mojo_type_converters', |
1305 'type': 'static_library', | 1305 'type': 'static_library', |
1306 'sources': [ | 1306 'sources': [ |
1307 'dns/mojo_type_converters.cc', | 1307 'dns/mojo_host_type_converters.cc', |
1308 'dns/mojo_type_converters.h', | 1308 'dns/mojo_host_type_converters.h', |
1309 'proxy/mojo_type_converters.cc', | 1309 'proxy/mojo_proxy_type_converters.cc', |
1310 'proxy/mojo_type_converters.h', | 1310 'proxy/mojo_proxy_type_converters.h', |
1311 ], | 1311 ], |
1312 'dependencies': [ | 1312 'dependencies': [ |
1313 'net', | 1313 'net', |
1314 'net_interfaces', | 1314 'net_interfaces', |
1315 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', | 1315 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', |
1316 ], | 1316 ], |
1317 }, | 1317 }, |
1318 ], | 1318 ], |
1319 }], | 1319 }], |
1320 ['OS != "ios" and OS != "android"', { | 1320 ['OS != "ios" and OS != "android"', { |
(...skipping 542 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1863 '../build/isolate.gypi', | 1863 '../build/isolate.gypi', |
1864 ], | 1864 ], |
1865 'sources': [ | 1865 'sources': [ |
1866 'net_unittests.isolate', | 1866 'net_unittests.isolate', |
1867 ], | 1867 ], |
1868 }, | 1868 }, |
1869 ], | 1869 ], |
1870 }], | 1870 }], |
1871 ], | 1871 ], |
1872 } | 1872 } |
OLD | NEW |