| 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 'use_tracing_cache_backend%': 0, | 10 'use_tracing_cache_backend%': 0, |
| (...skipping 780 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 791 'quic/crypto/channel_id.cc', | 791 'quic/crypto/channel_id.cc', |
| 792 'quic/crypto/channel_id.h', | 792 'quic/crypto/channel_id.h', |
| 793 'quic/crypto/channel_id_nss.cc', | 793 'quic/crypto/channel_id_nss.cc', |
| 794 'quic/crypto/channel_id_openssl.cc', | 794 'quic/crypto/channel_id_openssl.cc', |
| 795 'quic/crypto/common_cert_set.cc', | 795 'quic/crypto/common_cert_set.cc', |
| 796 'quic/crypto/common_cert_set.h', | 796 'quic/crypto/common_cert_set.h', |
| 797 'quic/crypto/crypto_framer.cc', | 797 'quic/crypto/crypto_framer.cc', |
| 798 'quic/crypto/crypto_framer.h', | 798 'quic/crypto/crypto_framer.h', |
| 799 'quic/crypto/crypto_handshake.cc', | 799 'quic/crypto/crypto_handshake.cc', |
| 800 'quic/crypto/crypto_handshake.h', | 800 'quic/crypto/crypto_handshake.h', |
| 801 'quic/crypto/crypto_handshake_message.cc', |
| 802 'quic/crypto/crypto_handshake_message.h', |
| 801 'quic/crypto/crypto_protocol.h', | 803 'quic/crypto/crypto_protocol.h', |
| 802 'quic/crypto/crypto_secret_boxer.cc', | 804 'quic/crypto/crypto_secret_boxer.cc', |
| 803 'quic/crypto/crypto_secret_boxer.h', | 805 'quic/crypto/crypto_secret_boxer.h', |
| 804 'quic/crypto/crypto_server_config_protobuf.cc', | 806 'quic/crypto/crypto_server_config_protobuf.cc', |
| 805 'quic/crypto/crypto_server_config_protobuf.h', | 807 'quic/crypto/crypto_server_config_protobuf.h', |
| 806 'quic/crypto/crypto_utils.cc', | 808 'quic/crypto/crypto_utils.cc', |
| 807 'quic/crypto/crypto_utils.h', | 809 'quic/crypto/crypto_utils.h', |
| 808 'quic/crypto/curve25519_key_exchange.cc', | 810 'quic/crypto/curve25519_key_exchange.cc', |
| 809 'quic/crypto/curve25519_key_exchange.h', | 811 'quic/crypto/curve25519_key_exchange.h', |
| 810 'quic/crypto/ephemeral_key_source.h', | 812 'quic/crypto/ephemeral_key_source.h', |
| (...skipping 2364 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3175 'net_unittests.isolate', | 3177 'net_unittests.isolate', |
| 3176 ], | 3178 ], |
| 3177 'sources': [ | 3179 'sources': [ |
| 3178 'net_unittests.isolate', | 3180 'net_unittests.isolate', |
| 3179 ], | 3181 ], |
| 3180 }, | 3182 }, |
| 3181 ], | 3183 ], |
| 3182 }], | 3184 }], |
| 3183 ], | 3185 ], |
| 3184 } | 3186 } |
| OLD | NEW |