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_simple_cache_backend%': 0, | 10 'use_simple_cache_backend%': 0, |
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
296 'base/test_data_stream.h', | 296 'base/test_data_stream.h', |
297 'base/test_root_certs.cc', | 297 'base/test_root_certs.cc', |
298 'base/test_root_certs.h', | 298 'base/test_root_certs.h', |
299 'base/test_root_certs_mac.cc', | 299 'base/test_root_certs_mac.cc', |
300 'base/test_root_certs_nss.cc', | 300 'base/test_root_certs_nss.cc', |
301 'base/test_root_certs_openssl.cc', | 301 'base/test_root_certs_openssl.cc', |
302 'base/test_root_certs_android.cc', | 302 'base/test_root_certs_android.cc', |
303 'base/test_root_certs_win.cc', | 303 'base/test_root_certs_win.cc', |
304 'base/transport_security_state.cc', | 304 'base/transport_security_state.cc', |
305 'base/transport_security_state.h', | 305 'base/transport_security_state.h', |
| 306 'base/transport_security_state_preload.h', |
306 'base/transport_security_state_static.h', | 307 'base/transport_security_state_static.h', |
307 'base/unix_domain_socket_posix.cc', | 308 'base/unix_domain_socket_posix.cc', |
308 'base/unix_domain_socket_posix.h', | 309 'base/unix_domain_socket_posix.h', |
309 'base/upload_bytes_element_reader.cc', | 310 'base/upload_bytes_element_reader.cc', |
310 'base/upload_bytes_element_reader.h', | 311 'base/upload_bytes_element_reader.h', |
311 'base/upload_data.cc', | 312 'base/upload_data.cc', |
312 'base/upload_data.h', | 313 'base/upload_data.h', |
313 'base/upload_data_stream.cc', | 314 'base/upload_data_stream.cc', |
314 'base/upload_data_stream.h', | 315 'base/upload_data_stream.h', |
315 'base/upload_element.cc', | 316 'base/upload_element.cc', |
(...skipping 2254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2570 '--result', '<@(_outputs)', | 2571 '--result', '<@(_outputs)', |
2571 '--isolate', 'net_unittests.isolate', | 2572 '--isolate', 'net_unittests.isolate', |
2572 ], | 2573 ], |
2573 }, | 2574 }, |
2574 ], | 2575 ], |
2575 }, | 2576 }, |
2576 ], | 2577 ], |
2577 }], | 2578 }], |
2578 ], | 2579 ], |
2579 } | 2580 } |
OLD | NEW |