| 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_tracing_cache_backend%': 0, | 10 'use_tracing_cache_backend%': 0, |
| (...skipping 1613 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1624 'http/http_pipelined_host_test_util.cc', | 1624 'http/http_pipelined_host_test_util.cc', |
| 1625 'http/http_pipelined_host_test_util.h', | 1625 'http/http_pipelined_host_test_util.h', |
| 1626 'http/http_pipelined_network_transaction_unittest.cc', | 1626 'http/http_pipelined_network_transaction_unittest.cc', |
| 1627 'http/http_proxy_client_socket_pool_unittest.cc', | 1627 'http/http_proxy_client_socket_pool_unittest.cc', |
| 1628 'http/http_request_headers_unittest.cc', | 1628 'http/http_request_headers_unittest.cc', |
| 1629 'http/http_response_body_drainer_unittest.cc', | 1629 'http/http_response_body_drainer_unittest.cc', |
| 1630 'http/http_response_headers_unittest.cc', | 1630 'http/http_response_headers_unittest.cc', |
| 1631 'http/http_security_headers_unittest.cc', | 1631 'http/http_security_headers_unittest.cc', |
| 1632 'http/http_server_properties_impl_unittest.cc', | 1632 'http/http_server_properties_impl_unittest.cc', |
| 1633 'http/http_status_code_unittest.cc', | 1633 'http/http_status_code_unittest.cc', |
| 1634 'http/http_stream_factory_impl_request_unittest.cc', |
| 1634 'http/http_stream_factory_impl_unittest.cc', | 1635 'http/http_stream_factory_impl_unittest.cc', |
| 1635 'http/http_stream_parser_unittest.cc', | 1636 'http/http_stream_parser_unittest.cc', |
| 1636 'http/http_transaction_unittest.cc', | 1637 'http/http_transaction_unittest.cc', |
| 1637 'http/http_transaction_unittest.h', | 1638 'http/http_transaction_unittest.h', |
| 1638 'http/http_util_unittest.cc', | 1639 'http/http_util_unittest.cc', |
| 1639 'http/http_vary_data_unittest.cc', | 1640 'http/http_vary_data_unittest.cc', |
| 1640 'http/mock_allow_url_security_manager.cc', | 1641 'http/mock_allow_url_security_manager.cc', |
| 1641 'http/mock_allow_url_security_manager.h', | 1642 'http/mock_allow_url_security_manager.h', |
| 1642 'http/mock_gssapi_library_posix.cc', | 1643 'http/mock_gssapi_library_posix.cc', |
| 1643 'http/mock_gssapi_library_posix.h', | 1644 'http/mock_gssapi_library_posix.h', |
| (...skipping 1273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2917 'net_unittests.isolate', | 2918 'net_unittests.isolate', |
| 2918 ], | 2919 ], |
| 2919 'sources': [ | 2920 'sources': [ |
| 2920 'net_unittests.isolate', | 2921 'net_unittests.isolate', |
| 2921 ], | 2922 ], |
| 2922 }, | 2923 }, |
| 2923 ], | 2924 ], |
| 2924 }], | 2925 }], |
| 2925 ], | 2926 ], |
| 2926 } | 2927 } |
| OLD | NEW |