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 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
249 'base/test_data_stream.cc', | 249 'base/test_data_stream.cc', |
250 'base/test_data_stream.h', | 250 'base/test_data_stream.h', |
251 'base/test_root_certs.cc', | 251 'base/test_root_certs.cc', |
252 'base/test_root_certs.h', | 252 'base/test_root_certs.h', |
253 'base/test_root_certs_mac.cc', | 253 'base/test_root_certs_mac.cc', |
254 'base/test_root_certs_nss.cc', | 254 'base/test_root_certs_nss.cc', |
255 'base/test_root_certs_openssl.cc', | 255 'base/test_root_certs_openssl.cc', |
256 'base/test_root_certs_win.cc', | 256 'base/test_root_certs_win.cc', |
257 'base/transport_security_state.cc', | 257 'base/transport_security_state.cc', |
258 'base/transport_security_state.h', | 258 'base/transport_security_state.h', |
| 259 'base/transport_security_state_static.h', |
259 'base/upload_data.cc', | 260 'base/upload_data.cc', |
260 'base/upload_data.h', | 261 'base/upload_data.h', |
261 'base/upload_data_stream.cc', | 262 'base/upload_data_stream.cc', |
262 'base/upload_data_stream.h', | 263 'base/upload_data_stream.h', |
263 'base/winsock_init.cc', | 264 'base/winsock_init.cc', |
264 'base/winsock_init.h', | 265 'base/winsock_init.h', |
265 'base/winsock_util.cc', | 266 'base/winsock_util.cc', |
266 'base/winsock_util.h', | 267 'base/winsock_util.h', |
267 'base/x509_cert_types.cc', | 268 'base/x509_cert_types.cc', |
268 'base/x509_cert_types.h', | 269 'base/x509_cert_types.h', |
(...skipping 1617 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1886 'tools/dump_cache/url_to_filename_encoder.cc', | 1887 'tools/dump_cache/url_to_filename_encoder.cc', |
1887 'tools/dump_cache/url_to_filename_encoder.h', | 1888 'tools/dump_cache/url_to_filename_encoder.h', |
1888 'tools/dump_cache/url_utilities.h', | 1889 'tools/dump_cache/url_utilities.h', |
1889 'tools/dump_cache/url_utilities.cc', | 1890 'tools/dump_cache/url_utilities.cc', |
1890 ], | 1891 ], |
1891 }, | 1892 }, |
1892 ], | 1893 ], |
1893 }], | 1894 }], |
1894 ], | 1895 ], |
1895 } | 1896 } |
OLD | NEW |