| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'conditions': [ | 10 'conditions': [ |
| (...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 264 'base/transport_security_state.h', | 264 'base/transport_security_state.h', |
| 265 'base/transport_security_state_static.h', | 265 'base/transport_security_state_static.h', |
| 266 'base/unix_domain_socket_posix.cc', | 266 'base/unix_domain_socket_posix.cc', |
| 267 'base/unix_domain_socket_posix.h', | 267 'base/unix_domain_socket_posix.h', |
| 268 'base/upload_data.cc', | 268 'base/upload_data.cc', |
| 269 'base/upload_data.h', | 269 'base/upload_data.h', |
| 270 'base/upload_data_stream.cc', | 270 'base/upload_data_stream.cc', |
| 271 'base/upload_data_stream.h', | 271 'base/upload_data_stream.h', |
| 272 'base/upload_element.cc', | 272 'base/upload_element.cc', |
| 273 'base/upload_element.h', | 273 'base/upload_element.h', |
| 274 'base/upload_progress.h', |
| 274 'base/winsock_init.cc', | 275 'base/winsock_init.cc', |
| 275 'base/winsock_init.h', | 276 'base/winsock_init.h', |
| 276 'base/winsock_util.cc', | 277 'base/winsock_util.cc', |
| 277 'base/winsock_util.h', | 278 'base/winsock_util.h', |
| 278 'base/x509_cert_types.cc', | 279 'base/x509_cert_types.cc', |
| 279 'base/x509_cert_types.h', | 280 'base/x509_cert_types.h', |
| 280 'base/x509_cert_types_mac.cc', | 281 'base/x509_cert_types_mac.cc', |
| 281 'base/x509_cert_types_win.cc', | 282 'base/x509_cert_types_win.cc', |
| 282 'base/x509_certificate.cc', | 283 'base/x509_certificate.cc', |
| 283 'base/x509_certificate.h', | 284 'base/x509_certificate.h', |
| (...skipping 1814 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2098 '--result', '<@(_outputs)', | 2099 '--result', '<@(_outputs)', |
| 2099 '--isolate', 'net_unittests.isolate', | 2100 '--isolate', 'net_unittests.isolate', |
| 2100 ], | 2101 ], |
| 2101 }, | 2102 }, |
| 2102 ], | 2103 ], |
| 2103 }, | 2104 }, |
| 2104 ], | 2105 ], |
| 2105 }], | 2106 }], |
| 2106 ], | 2107 ], |
| 2107 } | 2108 } |
| OLD | NEW |