| 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 537 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 548 'ftp/ftp_server_type_histograms.cc', | 548 'ftp/ftp_server_type_histograms.cc', |
| 549 'ftp/ftp_server_type_histograms.h', | 549 'ftp/ftp_server_type_histograms.h', |
| 550 'ftp/ftp_transaction.h', | 550 'ftp/ftp_transaction.h', |
| 551 'ftp/ftp_transaction_factory.h', | 551 'ftp/ftp_transaction_factory.h', |
| 552 'ftp/ftp_util.cc', | 552 'ftp/ftp_util.cc', |
| 553 'ftp/ftp_util.h', | 553 'ftp/ftp_util.h', |
| 554 'http/des.cc', | 554 'http/des.cc', |
| 555 'http/des.h', | 555 'http/des.h', |
| 556 'http/disk_cache_based_quic_server_info.cc', | 556 'http/disk_cache_based_quic_server_info.cc', |
| 557 'http/disk_cache_based_quic_server_info.h', | 557 'http/disk_cache_based_quic_server_info.h', |
| 558 'http/failing_http_transaction_factory.cc', |
| 559 'http/failing_http_transaction_factory.h', |
| 558 'http/http_atom_list.h', | 560 'http/http_atom_list.h', |
| 559 'http/http_auth.cc', | 561 'http/http_auth.cc', |
| 560 'http/http_auth.h', | 562 'http/http_auth.h', |
| 561 'http/http_auth_cache.cc', | 563 'http/http_auth_cache.cc', |
| 562 'http/http_auth_cache.h', | 564 'http/http_auth_cache.h', |
| 563 'http/http_auth_controller.cc', | 565 'http/http_auth_controller.cc', |
| 564 'http/http_auth_controller.h', | 566 'http/http_auth_controller.h', |
| 565 'http/http_auth_filter.cc', | 567 'http/http_auth_filter.cc', |
| 566 'http/http_auth_filter.h', | 568 'http/http_auth_filter.h', |
| 567 'http/http_auth_filter_win.h', | 569 'http/http_auth_filter_win.h', |
| (...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 660 'http/http_util_icu.cc', | 662 'http/http_util_icu.cc', |
| 661 'http/http_vary_data.cc', | 663 'http/http_vary_data.cc', |
| 662 'http/http_vary_data.h', | 664 'http/http_vary_data.h', |
| 663 'http/http_version.h', | 665 'http/http_version.h', |
| 664 'http/md4.cc', | 666 'http/md4.cc', |
| 665 'http/md4.h', | 667 'http/md4.h', |
| 666 'http/partial_data.cc', | 668 'http/partial_data.cc', |
| 667 'http/partial_data.h', | 669 'http/partial_data.h', |
| 668 'http/proxy_client_socket.h', | 670 'http/proxy_client_socket.h', |
| 669 'http/proxy_client_socket.cc', | 671 'http/proxy_client_socket.cc', |
| 672 'http/proxy_connect_redirect_http_stream.cc', |
| 670 'http/proxy_connect_redirect_http_stream.h', | 673 'http/proxy_connect_redirect_http_stream.h', |
| 671 'http/proxy_connect_redirect_http_stream.cc', | |
| 672 'http/transport_security_persister.cc', | 674 'http/transport_security_persister.cc', |
| 673 'http/transport_security_persister.h', | 675 'http/transport_security_persister.h', |
| 674 'http/transport_security_state.cc', | 676 'http/transport_security_state.cc', |
| 675 'http/transport_security_state.h', | 677 'http/transport_security_state.h', |
| 676 'http/transport_security_state_static.h', | 678 'http/transport_security_state_static.h', |
| 677 'http/url_security_manager.cc', | 679 'http/url_security_manager.cc', |
| 678 'http/url_security_manager.h', | 680 'http/url_security_manager.h', |
| 679 'http/url_security_manager_posix.cc', | 681 'http/url_security_manager_posix.cc', |
| 680 'http/url_security_manager_win.cc', | 682 'http/url_security_manager_win.cc', |
| 681 'ocsp/nss_ocsp.cc', | 683 'ocsp/nss_ocsp.cc', |
| (...skipping 2493 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3175 'net_unittests.isolate', | 3177 'net_unittests.isolate', |
| 3176 ], | 3178 ], |
| 3177 'sources': [ | 3179 'sources': [ |
| 3178 'net_unittests.isolate', | 3180 'net_unittests.isolate', |
| 3179 ], | 3181 ], |
| 3180 }, | 3182 }, |
| 3181 ], | 3183 ], |
| 3182 }], | 3184 }], |
| 3183 ], | 3185 ], |
| 3184 } | 3186 } |
| OLD | NEW |