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 'includes': [ | 9 'includes': [ |
10 '../build/common.gypi', | 10 '../build/common.gypi', |
(...skipping 16 matching lines...) Expand all Loading... |
27 ], | 27 ], |
28 'msvs_guid': '326E9795-E760-410A-B69A-3F79DB3F5243', | 28 'msvs_guid': '326E9795-E760-410A-B69A-3F79DB3F5243', |
29 'sources': [ | 29 'sources': [ |
30 'base/address_list.cc', | 30 'base/address_list.cc', |
31 'base/address_list.h', | 31 'base/address_list.h', |
32 'base/auth.h', | 32 'base/auth.h', |
33 'base/base64.cc', | 33 'base/base64.cc', |
34 'base/base64.h', | 34 'base/base64.h', |
35 'base/bzip2_filter.cc', | 35 'base/bzip2_filter.cc', |
36 'base/bzip2_filter.h', | 36 'base/bzip2_filter.h', |
| 37 'base/cache_type.h', |
37 'base/cert_status_flags.cc', | 38 'base/cert_status_flags.cc', |
38 'base/cert_status_flags.h', | 39 'base/cert_status_flags.h', |
39 'base/cert_verifier.cc', | 40 'base/cert_verifier.cc', |
40 'base/cert_verifier.h', | 41 'base/cert_verifier.h', |
41 'base/cert_verify_result.h', | 42 'base/cert_verify_result.h', |
42 'base/client_socket.cc', | 43 'base/client_socket.cc', |
43 'base/client_socket.h', | 44 'base/client_socket.h', |
44 'base/client_socket_factory.cc', | 45 'base/client_socket_factory.cc', |
45 'base/client_socket_factory.h', | 46 'base/client_socket_factory.h', |
46 'base/client_socket_handle.cc', | 47 'base/client_socket_handle.cc', |
(...skipping 539 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
586 'sources': [ | 587 'sources': [ |
587 'tools/dump_cache/dump_cache.cc', | 588 'tools/dump_cache/dump_cache.cc', |
588 'tools/dump_cache/dump_files.cc', | 589 'tools/dump_cache/dump_files.cc', |
589 'tools/dump_cache/upgrade.cc', | 590 'tools/dump_cache/upgrade.cc', |
590 ], | 591 ], |
591 }, | 592 }, |
592 ], | 593 ], |
593 }], | 594 }], |
594 ], | 595 ], |
595 } | 596 } |
OLD | NEW |