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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
78 '<(SHARED_INTERMEDIATE_DIR)' | 78 '<(SHARED_INTERMEDIATE_DIR)' |
79 ], | 79 ], |
80 }, | 80 }, |
81 }, | 81 }, |
82 { | 82 { |
83 # Protobuf compiler / generator for QUIC crypto protocol buffer. | 83 # Protobuf compiler / generator for QUIC crypto protocol buffer. |
84 # GN version: //net:net_quic_proto | 84 # GN version: //net:net_quic_proto |
85 'target_name': 'net_quic_proto', | 85 'target_name': 'net_quic_proto', |
86 'type': 'static_library', | 86 'type': 'static_library', |
87 'sources': [ | 87 'sources': [ |
88 'quic/proto/cached_network_parameters.proto', | 88 'quic/core/proto/cached_network_parameters.proto', |
89 'quic/proto/source_address_token.proto', | 89 'quic/core/proto/source_address_token.proto', |
90 ], | 90 ], |
91 'variables': { | 91 'variables': { |
92 'enable_wexit_time_destructors': 1, | 92 'enable_wexit_time_destructors': 1, |
93 'proto_in_dir': 'quic/proto', | 93 'proto_in_dir': 'quic/core/proto', |
94 'proto_out_dir': 'net/quic/proto', | 94 'proto_out_dir': 'net/quic/core/proto', |
95 'cc_generator_options': 'dllexport_decl=NET_EXPORT_PRIVATE:', | 95 'cc_generator_options': 'dllexport_decl=NET_EXPORT_PRIVATE:', |
96 'cc_include': 'net/base/net_export.h', | 96 'cc_include': 'net/base/net_export.h', |
97 }, | 97 }, |
98 'includes': [ | 98 'includes': [ |
99 '../build/protoc.gypi', | 99 '../build/protoc.gypi', |
100 ], | 100 ], |
101 'defines': [ | 101 'defines': [ |
102 'NET_IMPLEMENTATION', | 102 'NET_IMPLEMENTATION', |
103 ], | 103 ], |
104 }, | 104 }, |
(...skipping 1599 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1704 '../build/isolate.gypi', | 1704 '../build/isolate.gypi', |
1705 ], | 1705 ], |
1706 'sources': [ | 1706 'sources': [ |
1707 'net_unittests.isolate', | 1707 'net_unittests.isolate', |
1708 ], | 1708 ], |
1709 }, | 1709 }, |
1710 ], | 1710 ], |
1711 }], | 1711 }], |
1712 ], | 1712 ], |
1713 } | 1713 } |
OLD | NEW |