| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 # This file is shared between the regular GYP build, the NaCl GYP build, and | 5 # This file is shared between the regular GYP build, the NaCl GYP build, and |
| 6 # the GN build. For GN support, it must have no conditionals or anything like | 6 # the GN build. For GN support, it must have no conditionals or anything like |
| 7 # that beyond the simple one-level-deep dictionary of values. | 7 # that beyond the simple one-level-deep dictionary of values. |
| 8 { | 8 { |
| 9 'variables': { | 9 'variables': { |
| 10 # Subset of net source files that are compiled for NaCl (net_nacl target). | 10 # Subset of net source files that are compiled for NaCl (net_nacl target). |
| (...skipping 589 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 600 'ftp/ftp_util.cc', | 600 'ftp/ftp_util.cc', |
| 601 'ftp/ftp_util.h', | 601 'ftp/ftp_util.h', |
| 602 'http/des.cc', | 602 'http/des.cc', |
| 603 'http/des.h', | 603 'http/des.h', |
| 604 'http/disk_based_cert_cache.cc', | 604 'http/disk_based_cert_cache.cc', |
| 605 'http/disk_based_cert_cache.h', | 605 'http/disk_based_cert_cache.h', |
| 606 'http/disk_cache_based_quic_server_info.cc', | 606 'http/disk_cache_based_quic_server_info.cc', |
| 607 'http/disk_cache_based_quic_server_info.h', | 607 'http/disk_cache_based_quic_server_info.h', |
| 608 'http/failing_http_transaction_factory.cc', | 608 'http/failing_http_transaction_factory.cc', |
| 609 'http/failing_http_transaction_factory.h', | 609 'http/failing_http_transaction_factory.h', |
| 610 'http/http_atom_list.h', | |
| 611 'http/http_auth.cc', | 610 'http/http_auth.cc', |
| 612 'http/http_auth.h', | 611 'http/http_auth.h', |
| 613 'http/http_auth_cache.cc', | 612 'http/http_auth_cache.cc', |
| 614 'http/http_auth_cache.h', | 613 'http/http_auth_cache.h', |
| 615 'http/http_auth_controller.cc', | 614 'http/http_auth_controller.cc', |
| 616 'http/http_auth_controller.h', | 615 'http/http_auth_controller.h', |
| 617 'http/http_auth_filter.cc', | 616 'http/http_auth_filter.cc', |
| 618 'http/http_auth_filter.h', | 617 'http/http_auth_filter.h', |
| 619 'http/http_auth_filter_win.h', | 618 'http/http_auth_filter_win.h', |
| 620 'http/http_auth_gssapi_posix.cc', | 619 'http/http_auth_gssapi_posix.cc', |
| (...skipping 1150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1771 ], | 1770 ], |
| 1772 'net_base_mac_ios_sources': [ | 1771 'net_base_mac_ios_sources': [ |
| 1773 'base/mac/url_conversions.h', | 1772 'base/mac/url_conversions.h', |
| 1774 'base/mac/url_conversions.mm', | 1773 'base/mac/url_conversions.mm', |
| 1775 ], | 1774 ], |
| 1776 'net_base_test_mac_ios_sources': [ | 1775 'net_base_test_mac_ios_sources': [ |
| 1777 'base/mac/url_conversions_unittest.mm', | 1776 'base/mac/url_conversions_unittest.mm', |
| 1778 ], | 1777 ], |
| 1779 } | 1778 } |
| 1780 } | 1779 } |
| OLD | NEW |