| 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 235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 246 'base/test_data_stream.cc', | 246 'base/test_data_stream.cc', |
| 247 'base/test_data_stream.h', | 247 'base/test_data_stream.h', |
| 248 'base/test_root_certs.cc', | 248 'base/test_root_certs.cc', |
| 249 'base/test_root_certs.h', | 249 'base/test_root_certs.h', |
| 250 'base/test_root_certs_mac.cc', | 250 'base/test_root_certs_mac.cc', |
| 251 'base/test_root_certs_nss.cc', | 251 'base/test_root_certs_nss.cc', |
| 252 'base/test_root_certs_openssl.cc', | 252 'base/test_root_certs_openssl.cc', |
| 253 'base/test_root_certs_win.cc', | 253 'base/test_root_certs_win.cc', |
| 254 'base/transport_security_state.cc', | 254 'base/transport_security_state.cc', |
| 255 'base/transport_security_state.h', | 255 'base/transport_security_state.h', |
| 256 'base/transport_security_state_static.h', | |
| 257 'base/upload_data.cc', | 256 'base/upload_data.cc', |
| 258 'base/upload_data.h', | 257 'base/upload_data.h', |
| 259 'base/upload_data_stream.cc', | 258 'base/upload_data_stream.cc', |
| 260 'base/upload_data_stream.h', | 259 'base/upload_data_stream.h', |
| 261 'base/winsock_init.cc', | 260 'base/winsock_init.cc', |
| 262 'base/winsock_init.h', | 261 'base/winsock_init.h', |
| 263 'base/winsock_util.cc', | 262 'base/winsock_util.cc', |
| 264 'base/winsock_util.h', | 263 'base/winsock_util.h', |
| 265 'base/x509_cert_types.cc', | 264 'base/x509_cert_types.cc', |
| 266 'base/x509_cert_types.h', | 265 'base/x509_cert_types.h', |
| (...skipping 1539 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1806 'tools/dump_cache/url_to_filename_encoder.cc', | 1805 'tools/dump_cache/url_to_filename_encoder.cc', |
| 1807 'tools/dump_cache/url_to_filename_encoder.h', | 1806 'tools/dump_cache/url_to_filename_encoder.h', |
| 1808 'tools/dump_cache/url_utilities.h', | 1807 'tools/dump_cache/url_utilities.h', |
| 1809 'tools/dump_cache/url_utilities.cc', | 1808 'tools/dump_cache/url_utilities.cc', |
| 1810 ], | 1809 ], |
| 1811 }, | 1810 }, |
| 1812 ], | 1811 ], |
| 1813 }], | 1812 }], |
| 1814 ], | 1813 ], |
| 1815 } | 1814 } |
| OLD | NEW |