| 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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 80 'base/gzip_header.h', | 80 'base/gzip_header.h', |
| 81 'base/host_cache.cc', | 81 'base/host_cache.cc', |
| 82 'base/host_cache.h', | 82 'base/host_cache.h', |
| 83 'base/host_resolver.cc', | 83 'base/host_resolver.cc', |
| 84 'base/host_resolver.h', | 84 'base/host_resolver.h', |
| 85 'base/io_buffer.cc', | 85 'base/io_buffer.cc', |
| 86 'base/io_buffer.h', | 86 'base/io_buffer.h', |
| 87 'base/listen_socket.cc', | 87 'base/listen_socket.cc', |
| 88 'base/listen_socket.h', | 88 'base/listen_socket.h', |
| 89 'base/load_flags.h', | 89 'base/load_flags.h', |
| 90 'base/load_states.h', |
| 90 'base/mime_sniffer.cc', | 91 'base/mime_sniffer.cc', |
| 91 'base/mime_sniffer.h', | 92 'base/mime_sniffer.h', |
| 92 'base/mime_util.cc', | 93 'base/mime_util.cc', |
| 93 'base/mime_util.h', | 94 'base/mime_util.h', |
| 94 'base/net_error_list.h', | 95 'base/net_error_list.h', |
| 95 'base/net_errors.cc', | 96 'base/net_errors.cc', |
| 96 'base/net_errors.h', | 97 'base/net_errors.h', |
| 97 'base/net_module.cc', | 98 'base/net_module.cc', |
| 98 'base/net_module.h', | 99 'base/net_module.h', |
| 99 'base/net_util.cc', | 100 'base/net_util.cc', |
| (...skipping 575 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 675 'sources': [ | 676 'sources': [ |
| 676 'tools/dump_cache/dump_cache.cc', | 677 'tools/dump_cache/dump_cache.cc', |
| 677 'tools/dump_cache/dump_files.cc', | 678 'tools/dump_cache/dump_files.cc', |
| 678 'tools/dump_cache/upgrade.cc', | 679 'tools/dump_cache/upgrade.cc', |
| 679 ], | 680 ], |
| 680 }, | 681 }, |
| 681 ], | 682 ], |
| 682 }], | 683 }], |
| 683 ], | 684 ], |
| 684 } | 685 } |
| OLD | NEW |