| 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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 75 'base/host_resolver.h', | 75 'base/host_resolver.h', |
| 76 'base/host_resolver_impl.cc', | 76 'base/host_resolver_impl.cc', |
| 77 'base/host_resolver_impl.h', | 77 'base/host_resolver_impl.h', |
| 78 'base/host_resolver_proc.cc', | 78 'base/host_resolver_proc.cc', |
| 79 'base/host_resolver_proc.h', | 79 'base/host_resolver_proc.h', |
| 80 'base/io_buffer.cc', | 80 'base/io_buffer.cc', |
| 81 'base/io_buffer.h', | 81 'base/io_buffer.h', |
| 82 'base/listen_socket.cc', | 82 'base/listen_socket.cc', |
| 83 'base/listen_socket.h', | 83 'base/listen_socket.h', |
| 84 'base/load_flags.h', | 84 'base/load_flags.h', |
| 85 'base/load_log.h', |
| 85 'base/load_states.h', | 86 'base/load_states.h', |
| 86 'base/mime_sniffer.cc', | 87 'base/mime_sniffer.cc', |
| 87 'base/mime_sniffer.h', | 88 'base/mime_sniffer.h', |
| 88 'base/mime_util.cc', | 89 'base/mime_util.cc', |
| 89 'base/mime_util.h', | 90 'base/mime_util.h', |
| 90 # TODO(eroman): move this into its own test-support target. | 91 # TODO(eroman): move this into its own test-support target. |
| 91 'base/mock_host_resolver.cc', | 92 'base/mock_host_resolver.cc', |
| 92 'base/mock_host_resolver.h', | 93 'base/mock_host_resolver.h', |
| 93 'base/net_error_list.h', | 94 'base/net_error_list.h', |
| 94 'base/net_errors.cc', | 95 'base/net_errors.cc', |
| (...skipping 627 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 722 'sources': [ | 723 'sources': [ |
| 723 'tools/dump_cache/dump_cache.cc', | 724 'tools/dump_cache/dump_cache.cc', |
| 724 'tools/dump_cache/dump_files.cc', | 725 'tools/dump_cache/dump_files.cc', |
| 725 'tools/dump_cache/upgrade.cc', | 726 'tools/dump_cache/upgrade.cc', |
| 726 ], | 727 ], |
| 727 }, | 728 }, |
| 728 ], | 729 ], |
| 729 }], | 730 }], |
| 730 ], | 731 ], |
| 731 } | 732 } |
| OLD | NEW |