| OLD | NEW |
| 1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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 # This target is included by 'net' target. | 6 # This target is included by 'net' target. |
| 7 'type': '<(component)', | 7 'type': '<(component)', |
| 8 'variables': { 'enable_wexit_time_destructors': 1, }, | 8 'variables': { 'enable_wexit_time_destructors': 1, }, |
| 9 'dependencies': [ | 9 'dependencies': [ |
| 10 '../base/base.gyp:base', | 10 '../base/base.gyp:base', |
| 11 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann
otations', | 11 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann
otations', |
| 12 '../crypto/crypto.gyp:crypto', | 12 '../crypto/crypto.gyp:crypto', |
| 13 '../sdch/sdch.gyp:sdch', | 13 '../sdch/sdch.gyp:sdch', |
| 14 '../third_party/boringssl/boringssl.gyp:boringssl', | 14 '../third_party/boringssl/boringssl.gyp:boringssl', |
| 15 '../third_party/protobuf/protobuf.gyp:protobuf_lite', | 15 '../third_party/protobuf/protobuf.gyp:protobuf_lite', |
| 16 '../third_party/zlib/zlib.gyp:zlib', | 16 '../third_party/zlib/zlib.gyp:zlib', |
| 17 '../url/url.gyp:url_url_features', | 17 '../url/url.gyp:url_url_features', |
| 18 'net_extras_cert_proto', |
| 18 'net_derived_sources', | 19 'net_derived_sources', |
| 19 'net_quic_proto', | 20 'net_quic_proto', |
| 20 'net_resources', | 21 'net_resources', |
| 21 ], | 22 ], |
| 22 'sources': [ | 23 'sources': [ |
| 23 '<@(net_nacl_common_sources)', | 24 '<@(net_nacl_common_sources)', |
| 24 '<@(net_non_nacl_sources)', | 25 '<@(net_non_nacl_sources)', |
| 25 ], | 26 ], |
| 26 'defines': [ | 27 'defines': [ |
| 27 'NET_IMPLEMENTATION', | 28 'NET_IMPLEMENTATION', |
| (...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 355 ['include', '^proxy/proxy_server_mac\\.cc$'], | 356 ['include', '^proxy/proxy_server_mac\\.cc$'], |
| 356 ], | 357 ], |
| 357 }], | 358 }], |
| 358 ['OS == "ios"', { | 359 ['OS == "ios"', { |
| 359 'sources/': [ | 360 'sources/': [ |
| 360 ['include', '^cert/test_root_certs_mac\\.cc$'], | 361 ['include', '^cert/test_root_certs_mac\\.cc$'], |
| 361 ], | 362 ], |
| 362 }], | 363 }], |
| 363 ], | 364 ], |
| 364 } | 365 } |
| OLD | NEW |