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 531 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
542 'ftp/ftp_server_type_histograms.cc', | 542 'ftp/ftp_server_type_histograms.cc', |
543 'ftp/ftp_server_type_histograms.h', | 543 'ftp/ftp_server_type_histograms.h', |
544 'ftp/ftp_transaction.h', | 544 'ftp/ftp_transaction.h', |
545 'ftp/ftp_transaction_factory.h', | 545 'ftp/ftp_transaction_factory.h', |
546 'ftp/ftp_util.cc', | 546 'ftp/ftp_util.cc', |
547 'ftp/ftp_util.h', | 547 'ftp/ftp_util.h', |
548 'http/des.cc', | 548 'http/des.cc', |
549 'http/des.h', | 549 'http/des.h', |
550 'http/disk_cache_based_ssl_host_info.cc', | 550 'http/disk_cache_based_ssl_host_info.cc', |
551 'http/disk_cache_based_ssl_host_info.h', | 551 'http/disk_cache_based_ssl_host_info.h', |
| 552 'http/failing_http_transaction_factory.cc', |
| 553 'http/failing_http_transaction_factory.h', |
552 'http/http_atom_list.h', | 554 'http/http_atom_list.h', |
553 'http/http_auth.cc', | 555 'http/http_auth.cc', |
554 'http/http_auth.h', | 556 'http/http_auth.h', |
555 'http/http_auth_cache.cc', | 557 'http/http_auth_cache.cc', |
556 'http/http_auth_cache.h', | 558 'http/http_auth_cache.h', |
557 'http/http_auth_controller.cc', | 559 'http/http_auth_controller.cc', |
558 'http/http_auth_controller.h', | 560 'http/http_auth_controller.h', |
559 'http/http_auth_filter.cc', | 561 'http/http_auth_filter.cc', |
560 'http/http_auth_filter.h', | 562 'http/http_auth_filter.h', |
561 'http/http_auth_filter_win.h', | 563 'http/http_auth_filter_win.h', |
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
654 'http/http_util_icu.cc', | 656 'http/http_util_icu.cc', |
655 'http/http_vary_data.cc', | 657 'http/http_vary_data.cc', |
656 'http/http_vary_data.h', | 658 'http/http_vary_data.h', |
657 'http/http_version.h', | 659 'http/http_version.h', |
658 'http/md4.cc', | 660 'http/md4.cc', |
659 'http/md4.h', | 661 'http/md4.h', |
660 'http/partial_data.cc', | 662 'http/partial_data.cc', |
661 'http/partial_data.h', | 663 'http/partial_data.h', |
662 'http/proxy_client_socket.h', | 664 'http/proxy_client_socket.h', |
663 'http/proxy_client_socket.cc', | 665 'http/proxy_client_socket.cc', |
| 666 'http/proxy_connect_redirect_http_stream.cc', |
664 'http/proxy_connect_redirect_http_stream.h', | 667 'http/proxy_connect_redirect_http_stream.h', |
665 'http/proxy_connect_redirect_http_stream.cc', | |
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 |