| 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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 74 }, | 74 }, |
| 75 ], | 75 ], |
| 76 'direct_dependent_settings': { | 76 'direct_dependent_settings': { |
| 77 'include_dirs': [ | 77 'include_dirs': [ |
| 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/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/proto/cached_network_parameters.proto', |
| 89 'quic/proto/source_address_token.proto', | 89 'quic/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/proto', |
| 94 'proto_out_dir': 'net/quic/proto', | 94 'proto_out_dir': 'net/quic/proto', |
| (...skipping 1534 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1629 '../build/isolate.gypi', | 1629 '../build/isolate.gypi', |
| 1630 ], | 1630 ], |
| 1631 'sources': [ | 1631 'sources': [ |
| 1632 'net_unittests.isolate', | 1632 'net_unittests.isolate', |
| 1633 ], | 1633 ], |
| 1634 }, | 1634 }, |
| 1635 ], | 1635 ], |
| 1636 }], | 1636 }], |
| 1637 ], | 1637 ], |
| 1638 } | 1638 } |
| OLD | NEW |