| 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 258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 269 'base/test_root_certs.h', | 269 'base/test_root_certs.h', |
| 270 'base/test_root_certs_mac.cc', | 270 'base/test_root_certs_mac.cc', |
| 271 'base/test_root_certs_nss.cc', | 271 'base/test_root_certs_nss.cc', |
| 272 'base/test_root_certs_openssl.cc', | 272 'base/test_root_certs_openssl.cc', |
| 273 'base/test_root_certs_win.cc', | 273 'base/test_root_certs_win.cc', |
| 274 'base/transport_security_state.cc', | 274 'base/transport_security_state.cc', |
| 275 'base/transport_security_state.h', | 275 'base/transport_security_state.h', |
| 276 'base/transport_security_state_static.h', | 276 'base/transport_security_state_static.h', |
| 277 'base/unix_domain_socket_posix.cc', | 277 'base/unix_domain_socket_posix.cc', |
| 278 'base/unix_domain_socket_posix.h', | 278 'base/unix_domain_socket_posix.h', |
| 279 'base/upload_bytes_element_reader.cc', |
| 280 'base/upload_bytes_element_reader.h', |
| 279 'base/upload_data.cc', | 281 'base/upload_data.cc', |
| 280 'base/upload_data.h', | 282 'base/upload_data.h', |
| 281 'base/upload_data_stream.cc', | 283 'base/upload_data_stream.cc', |
| 282 'base/upload_data_stream.h', | 284 'base/upload_data_stream.h', |
| 283 'base/upload_element.cc', | 285 'base/upload_element.cc', |
| 284 'base/upload_element.h', | 286 'base/upload_element.h', |
| 287 'base/upload_element_reader.cc', |
| 288 'base/upload_element_reader.h', |
| 289 'base/upload_file_element_reader.cc', |
| 290 'base/upload_file_element_reader.h', |
| 285 'base/upload_progress.h', | 291 'base/upload_progress.h', |
| 286 'base/winsock_init.cc', | 292 'base/winsock_init.cc', |
| 287 'base/winsock_init.h', | 293 'base/winsock_init.h', |
| 288 'base/winsock_util.cc', | 294 'base/winsock_util.cc', |
| 289 'base/winsock_util.h', | 295 'base/winsock_util.h', |
| 290 'base/x509_cert_types.cc', | 296 'base/x509_cert_types.cc', |
| 291 'base/x509_cert_types.h', | 297 'base/x509_cert_types.h', |
| 292 'base/x509_cert_types_mac.cc', | 298 'base/x509_cert_types_mac.cc', |
| 293 'base/x509_cert_types_win.cc', | 299 'base/x509_cert_types_win.cc', |
| 294 'base/x509_certificate.cc', | 300 'base/x509_certificate.cc', |
| (...skipping 930 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1225 'base/ssl_cipher_suite_names_unittest.cc', | 1231 'base/ssl_cipher_suite_names_unittest.cc', |
| 1226 'base/ssl_client_auth_cache_unittest.cc', | 1232 'base/ssl_client_auth_cache_unittest.cc', |
| 1227 'base/ssl_config_service_unittest.cc', | 1233 'base/ssl_config_service_unittest.cc', |
| 1228 'base/static_cookie_policy_unittest.cc', | 1234 'base/static_cookie_policy_unittest.cc', |
| 1229 'base/tcp_listen_socket_unittest.cc', | 1235 'base/tcp_listen_socket_unittest.cc', |
| 1230 'base/tcp_listen_socket_unittest.h', | 1236 'base/tcp_listen_socket_unittest.h', |
| 1231 'base/test_certificate_data.h', | 1237 'base/test_certificate_data.h', |
| 1232 'base/test_completion_callback_unittest.cc', | 1238 'base/test_completion_callback_unittest.cc', |
| 1233 'base/transport_security_state_unittest.cc', | 1239 'base/transport_security_state_unittest.cc', |
| 1234 'base/unix_domain_socket_posix_unittest.cc', | 1240 'base/unix_domain_socket_posix_unittest.cc', |
| 1241 'base/upload_bytes_element_reader_unittest.cc', |
| 1235 'base/upload_data_stream_unittest.cc', | 1242 'base/upload_data_stream_unittest.cc', |
| 1243 'base/upload_file_element_reader_unittest.cc', |
| 1236 'base/x509_certificate_unittest.cc', | 1244 'base/x509_certificate_unittest.cc', |
| 1237 'base/x509_cert_types_unittest.cc', | 1245 'base/x509_cert_types_unittest.cc', |
| 1238 'base/x509_util_nss_unittest.cc', | 1246 'base/x509_util_nss_unittest.cc', |
| 1239 'base/x509_util_openssl_unittest.cc', | 1247 'base/x509_util_openssl_unittest.cc', |
| 1240 'cookies/canonical_cookie_unittest.cc', | 1248 'cookies/canonical_cookie_unittest.cc', |
| 1241 'cookies/cookie_monster_unittest.cc', | 1249 'cookies/cookie_monster_unittest.cc', |
| 1242 'cookies/cookie_store_unittest.h', | 1250 'cookies/cookie_store_unittest.h', |
| 1243 'cookies/cookie_util_unittest.cc', | 1251 'cookies/cookie_util_unittest.cc', |
| 1244 'cookies/parsed_cookie_unittest.cc', | 1252 'cookies/parsed_cookie_unittest.cc', |
| 1245 'disk_cache/addr_unittest.cc', | 1253 'disk_cache/addr_unittest.cc', |
| (...skipping 968 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2214 '--result', '<@(_outputs)', | 2222 '--result', '<@(_outputs)', |
| 2215 '--isolate', 'net_unittests.isolate', | 2223 '--isolate', 'net_unittests.isolate', |
| 2216 ], | 2224 ], |
| 2217 }, | 2225 }, |
| 2218 ], | 2226 ], |
| 2219 }, | 2227 }, |
| 2220 ], | 2228 ], |
| 2221 }], | 2229 }], |
| 2222 ], | 2230 ], |
| 2223 } | 2231 } |
| OLD | NEW |