| 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 'linux_link_kerberos%': 0, | 8 'linux_link_kerberos%': 0, |
| 9 'conditions': [ | 9 'conditions': [ |
| 10 ['chromeos==1 or embedded==1 or OS=="ios"', { | 10 ['chromeos==1 or embedded==1 or OS=="ios"', { |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 73 }, | 73 }, |
| 74 ], | 74 ], |
| 75 'direct_dependent_settings': { | 75 'direct_dependent_settings': { |
| 76 'include_dirs': [ | 76 'include_dirs': [ |
| 77 '<(SHARED_INTERMEDIATE_DIR)' | 77 '<(SHARED_INTERMEDIATE_DIR)' |
| 78 ], | 78 ], |
| 79 }, | 79 }, |
| 80 }, | 80 }, |
| 81 { | 81 { |
| 82 # Protobuf compiler / generator for QUIC crypto protocol buffer. | 82 # Protobuf compiler / generator for QUIC crypto protocol buffer. |
| 83 # GN version: //net/quic/proto | 83 # GN version: //net:net_quic_proto |
| 84 'target_name': 'net_quic_proto', | 84 'target_name': 'net_quic_proto', |
| 85 'type': 'static_library', | 85 'type': 'static_library', |
| 86 'sources': [ | 86 'sources': [ |
| 87 'quic/proto/cached_network_parameters.proto', | 87 'quic/proto/cached_network_parameters.proto', |
| 88 'quic/proto/source_address_token.proto', | 88 'quic/proto/source_address_token.proto', |
| 89 ], | 89 ], |
| 90 'variables': { | 90 'variables': { |
| 91 'enable_wexit_time_destructors': 1, | 91 'enable_wexit_time_destructors': 1, |
| 92 'proto_in_dir': 'quic/proto', | 92 'proto_in_dir': 'quic/proto', |
| 93 'proto_out_dir': 'net/quic/proto', | 93 'proto_out_dir': 'net/quic/proto', |
| (...skipping 1537 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1631 '../build/isolate.gypi', | 1631 '../build/isolate.gypi', |
| 1632 ], | 1632 ], |
| 1633 'sources': [ | 1633 'sources': [ |
| 1634 'net_unittests.isolate', | 1634 'net_unittests.isolate', |
| 1635 ], | 1635 ], |
| 1636 }, | 1636 }, |
| 1637 ], | 1637 ], |
| 1638 }], | 1638 }], |
| 1639 ], | 1639 ], |
| 1640 } | 1640 } |
| OLD | NEW |