| 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 643 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 654 'http/http_util_icu.cc', | 654 'http/http_util_icu.cc', |
| 655 'http/http_vary_data.cc', | 655 'http/http_vary_data.cc', |
| 656 'http/http_vary_data.h', | 656 'http/http_vary_data.h', |
| 657 'http/http_version.h', | 657 'http/http_version.h', |
| 658 'http/md4.cc', | 658 'http/md4.cc', |
| 659 'http/md4.h', | 659 'http/md4.h', |
| 660 'http/partial_data.cc', | 660 'http/partial_data.cc', |
| 661 'http/partial_data.h', | 661 'http/partial_data.h', |
| 662 'http/proxy_client_socket.h', | 662 'http/proxy_client_socket.h', |
| 663 'http/proxy_client_socket.cc', | 663 'http/proxy_client_socket.cc', |
| 664 'http/proxy_connect_redirect_http_stream.cc', |
| 664 'http/proxy_connect_redirect_http_stream.h', | 665 'http/proxy_connect_redirect_http_stream.h', |
| 665 'http/proxy_connect_redirect_http_stream.cc', | 666 » 'http/test_network_transaction.cc', |
| 667 » 'http/test_network_transaction.h', |
| 666 'http/transport_security_persister.cc', | 668 'http/transport_security_persister.cc', |
| 667 'http/transport_security_persister.h', | 669 'http/transport_security_persister.h', |
| 668 'http/transport_security_state.cc', | 670 'http/transport_security_state.cc', |
| 669 'http/transport_security_state.h', | 671 'http/transport_security_state.h', |
| 670 'http/transport_security_state_static.h', | 672 'http/transport_security_state_static.h', |
| 671 'http/url_security_manager.cc', | 673 'http/url_security_manager.cc', |
| 672 'http/url_security_manager.h', | 674 'http/url_security_manager.h', |
| 673 'http/url_security_manager_posix.cc', | 675 'http/url_security_manager_posix.cc', |
| 674 'http/url_security_manager_win.cc', | 676 'http/url_security_manager_win.cc', |
| 675 'ocsp/nss_ocsp.cc', | 677 'ocsp/nss_ocsp.cc', |
| (...skipping 2469 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3145 'net_unittests.isolate', | 3147 'net_unittests.isolate', |
| 3146 ], | 3148 ], |
| 3147 'sources': [ | 3149 'sources': [ |
| 3148 'net_unittests.isolate', | 3150 'net_unittests.isolate', |
| 3149 ], | 3151 ], |
| 3150 }, | 3152 }, |
| 3151 ], | 3153 ], |
| 3152 }], | 3154 }], |
| 3153 ], | 3155 ], |
| 3154 } | 3156 } |
| OLD | NEW |