| 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 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 176 'disk_cache/stats.cc', | 176 'disk_cache/stats.cc', |
| 177 'disk_cache/stats.h', | 177 'disk_cache/stats.h', |
| 178 'disk_cache/stats_histogram.cc', | 178 'disk_cache/stats_histogram.cc', |
| 179 'disk_cache/stats_histogram.h', | 179 'disk_cache/stats_histogram.h', |
| 180 'disk_cache/storage_block-inl.h', | 180 'disk_cache/storage_block-inl.h', |
| 181 'disk_cache/storage_block.h', | 181 'disk_cache/storage_block.h', |
| 182 'disk_cache/trace.cc', | 182 'disk_cache/trace.cc', |
| 183 'disk_cache/trace.h', | 183 'disk_cache/trace.h', |
| 184 'ftp/ftp_auth_cache.cc', | 184 'ftp/ftp_auth_cache.cc', |
| 185 'ftp/ftp_auth_cache.h', | 185 'ftp/ftp_auth_cache.h', |
| 186 'ftp/ftp_directory_parser.cc', |
| 187 'ftp/ftp_directory_parser.h', |
| 186 'ftp/ftp_network_layer.cc', | 188 'ftp/ftp_network_layer.cc', |
| 187 'ftp/ftp_network_layer.h', | 189 'ftp/ftp_network_layer.h', |
| 188 'ftp/ftp_network_session.h', | 190 'ftp/ftp_network_session.h', |
| 189 'ftp/ftp_network_transaction.cc', | 191 'ftp/ftp_network_transaction.cc', |
| 190 'ftp/ftp_network_transaction.h', | 192 'ftp/ftp_network_transaction.h', |
| 191 'ftp/ftp_request_info.h', | 193 'ftp/ftp_request_info.h', |
| 192 'ftp/ftp_response_info.h', | 194 'ftp/ftp_response_info.h', |
| 193 'ftp/ftp_transaction.h', | 195 'ftp/ftp_transaction.h', |
| 194 'ftp/ftp_transaction_factory.h', | 196 'ftp/ftp_transaction_factory.h', |
| 195 'http/des.cc', | 197 'http/des.cc', |
| (...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 576 'sources': [ | 578 'sources': [ |
| 577 'tools/dump_cache/dump_cache.cc', | 579 'tools/dump_cache/dump_cache.cc', |
| 578 'tools/dump_cache/dump_files.cc', | 580 'tools/dump_cache/dump_files.cc', |
| 579 'tools/dump_cache/upgrade.cc', | 581 'tools/dump_cache/upgrade.cc', |
| 580 ], | 582 ], |
| 581 }, | 583 }, |
| 582 ], | 584 ], |
| 583 }], | 585 }], |
| 584 ], | 586 ], |
| 585 } | 587 } |
| OLD | NEW |