| 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 'conditions': [ | 10 'conditions': [ |
| (...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 299 'base/upload_data.h', | 299 'base/upload_data.h', |
| 300 'base/upload_data_stream.cc', | 300 'base/upload_data_stream.cc', |
| 301 'base/upload_data_stream.h', | 301 'base/upload_data_stream.h', |
| 302 'base/upload_element.cc', | 302 'base/upload_element.cc', |
| 303 'base/upload_element.h', | 303 'base/upload_element.h', |
| 304 'base/upload_element_reader.cc', | 304 'base/upload_element_reader.cc', |
| 305 'base/upload_element_reader.h', | 305 'base/upload_element_reader.h', |
| 306 'base/upload_file_element_reader.cc', | 306 'base/upload_file_element_reader.cc', |
| 307 'base/upload_file_element_reader.h', | 307 'base/upload_file_element_reader.h', |
| 308 'base/upload_progress.h', | 308 'base/upload_progress.h', |
| 309 'base/url_util.cc', |
| 310 'base/url_util.h', |
| 309 'base/winsock_init.cc', | 311 'base/winsock_init.cc', |
| 310 'base/winsock_init.h', | 312 'base/winsock_init.h', |
| 311 'base/winsock_util.cc', | 313 'base/winsock_util.cc', |
| 312 'base/winsock_util.h', | 314 'base/winsock_util.h', |
| 313 'base/x509_cert_types.cc', | 315 'base/x509_cert_types.cc', |
| 314 'base/x509_cert_types.h', | 316 'base/x509_cert_types.h', |
| 315 'base/x509_cert_types_mac.cc', | 317 'base/x509_cert_types_mac.cc', |
| 316 'base/x509_cert_types_win.cc', | 318 'base/x509_cert_types_win.cc', |
| 317 'base/x509_certificate.cc', | 319 'base/x509_certificate.cc', |
| 318 'base/x509_certificate.h', | 320 'base/x509_certificate.h', |
| (...skipping 1041 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1360 'base/static_cookie_policy_unittest.cc', | 1362 'base/static_cookie_policy_unittest.cc', |
| 1361 'base/tcp_listen_socket_unittest.cc', | 1363 'base/tcp_listen_socket_unittest.cc', |
| 1362 'base/tcp_listen_socket_unittest.h', | 1364 'base/tcp_listen_socket_unittest.h', |
| 1363 'base/test_certificate_data.h', | 1365 'base/test_certificate_data.h', |
| 1364 'base/test_completion_callback_unittest.cc', | 1366 'base/test_completion_callback_unittest.cc', |
| 1365 'base/transport_security_state_unittest.cc', | 1367 'base/transport_security_state_unittest.cc', |
| 1366 'base/unix_domain_socket_posix_unittest.cc', | 1368 'base/unix_domain_socket_posix_unittest.cc', |
| 1367 'base/upload_bytes_element_reader_unittest.cc', | 1369 'base/upload_bytes_element_reader_unittest.cc', |
| 1368 'base/upload_data_stream_unittest.cc', | 1370 'base/upload_data_stream_unittest.cc', |
| 1369 'base/upload_file_element_reader_unittest.cc', | 1371 'base/upload_file_element_reader_unittest.cc', |
| 1372 'base/url_util_unittest.cc', |
| 1370 'base/x509_certificate_unittest.cc', | 1373 'base/x509_certificate_unittest.cc', |
| 1371 'base/x509_cert_types_unittest.cc', | 1374 'base/x509_cert_types_unittest.cc', |
| 1372 'base/x509_util_unittest.cc', | 1375 'base/x509_util_unittest.cc', |
| 1373 'base/x509_util_nss_unittest.cc', | 1376 'base/x509_util_nss_unittest.cc', |
| 1374 'base/x509_util_openssl_unittest.cc', | 1377 'base/x509_util_openssl_unittest.cc', |
| 1375 'cookies/canonical_cookie_unittest.cc', | 1378 'cookies/canonical_cookie_unittest.cc', |
| 1376 'cookies/cookie_monster_unittest.cc', | 1379 'cookies/cookie_monster_unittest.cc', |
| 1377 'cookies/cookie_store_unittest.h', | 1380 'cookies/cookie_store_unittest.h', |
| 1378 'cookies/cookie_util_unittest.cc', | 1381 'cookies/cookie_util_unittest.cc', |
| 1379 'cookies/parsed_cookie_unittest.cc', | 1382 'cookies/parsed_cookie_unittest.cc', |
| (...skipping 1073 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2453 '--result', '<@(_outputs)', | 2456 '--result', '<@(_outputs)', |
| 2454 '--isolate', 'net_unittests.isolate', | 2457 '--isolate', 'net_unittests.isolate', |
| 2455 ], | 2458 ], |
| 2456 }, | 2459 }, |
| 2457 ], | 2460 ], |
| 2458 }, | 2461 }, |
| 2459 ], | 2462 ], |
| 2460 }], | 2463 }], |
| 2461 ], | 2464 ], |
| 2462 } | 2465 } |
| OLD | NEW |