| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 'msvs_guid': '326E9795-E760-410A-B69A-3F79DB3F5243', | 24 'msvs_guid': '326E9795-E760-410A-B69A-3F79DB3F5243', |
| 25 'sources': [ | 25 'sources': [ |
| 26 'base/address_list.cc', | 26 'base/address_list.cc', |
| 27 'base/address_list.h', | 27 'base/address_list.h', |
| 28 'base/auth.h', | 28 'base/auth.h', |
| 29 'base/base64.cc', | 29 'base/base64.cc', |
| 30 'base/base64.h', | 30 'base/base64.h', |
| 31 'base/bzip2_filter.cc', | 31 'base/bzip2_filter.cc', |
| 32 'base/bzip2_filter.h', | 32 'base/bzip2_filter.h', |
| 33 'base/cache_type.h', | 33 'base/cache_type.h', |
| 34 'base/cert_database.h', |
| 35 'base/cert_database_mac.cc', |
| 36 'base/cert_database_nss.cc', |
| 37 'base/cert_database_win.cc', |
| 34 'base/cert_status_flags.cc', | 38 'base/cert_status_flags.cc', |
| 35 'base/cert_status_flags.h', | 39 'base/cert_status_flags.h', |
| 36 'base/cert_verifier.cc', | 40 'base/cert_verifier.cc', |
| 37 'base/cert_verifier.h', | 41 'base/cert_verifier.h', |
| 38 'base/cert_verify_result.h', | 42 'base/cert_verify_result.h', |
| 39 'base/completion_callback.h', | 43 'base/completion_callback.h', |
| 40 'base/connection_type_histograms.cc', | 44 'base/connection_type_histograms.cc', |
| 41 'base/connection_type_histograms.h', | 45 'base/connection_type_histograms.h', |
| 42 'base/cookie_monster.cc', | 46 'base/cookie_monster.cc', |
| 43 'base/cookie_monster.h', | 47 'base/cookie_monster.h', |
| (...skipping 25 matching lines...) Expand all Loading... |
| 69 'base/host_cache.cc', | 73 'base/host_cache.cc', |
| 70 'base/host_cache.h', | 74 'base/host_cache.h', |
| 71 'base/host_resolver.cc', | 75 'base/host_resolver.cc', |
| 72 'base/host_resolver.h', | 76 'base/host_resolver.h', |
| 73 'base/host_resolver_impl.cc', | 77 'base/host_resolver_impl.cc', |
| 74 'base/host_resolver_impl.h', | 78 'base/host_resolver_impl.h', |
| 75 'base/host_resolver_proc.cc', | 79 'base/host_resolver_proc.cc', |
| 76 'base/host_resolver_proc.h', | 80 'base/host_resolver_proc.h', |
| 77 'base/io_buffer.cc', | 81 'base/io_buffer.cc', |
| 78 'base/io_buffer.h', | 82 'base/io_buffer.h', |
| 83 'base/keygen_handler.h', |
| 84 'base/keygen_handler_mac.cc', |
| 85 'base/keygen_handler_nss.cc', |
| 86 'base/keygen_handler_win.cc', |
| 79 'base/listen_socket.cc', | 87 'base/listen_socket.cc', |
| 80 'base/listen_socket.h', | 88 'base/listen_socket.h', |
| 81 'base/load_flags.h', | 89 'base/load_flags.h', |
| 82 'base/load_log.h', | 90 'base/load_log.h', |
| 83 'base/load_log.cc', | 91 'base/load_log.cc', |
| 84 'base/load_log_event_type_list.h', | 92 'base/load_log_event_type_list.h', |
| 85 'base/load_log_util.cc', | 93 'base/load_log_util.cc', |
| 86 'base/load_log_util.h', | 94 'base/load_log_util.h', |
| 87 'base/load_states.h', | 95 'base/load_states.h', |
| 88 'base/mime_sniffer.cc', | 96 'base/mime_sniffer.cc', |
| (...skipping 672 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 761 ], | 769 ], |
| 762 }], | 770 }], |
| 763 ], | 771 ], |
| 764 } | 772 } |
| 765 | 773 |
| 766 # Local Variables: | 774 # Local Variables: |
| 767 # tab-width:2 | 775 # tab-width:2 |
| 768 # indent-tabs-mode:nil | 776 # indent-tabs-mode:nil |
| 769 # End: | 777 # End: |
| 770 # vim: set expandtab tabstop=2 shiftwidth=2: | 778 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |