| 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 483 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 494 'disk_cache/stress_cache.cc', | 494 'disk_cache/stress_cache.cc', |
| 495 ], | 495 ], |
| 496 }, | 496 }, |
| 497 { | 497 { |
| 498 'target_name': 'tld_cleanup', | 498 'target_name': 'tld_cleanup', |
| 499 'type': 'executable', | 499 'type': 'executable', |
| 500 'dependencies': [ | 500 'dependencies': [ |
| 501 '../base/base.gyp:base', | 501 '../base/base.gyp:base', |
| 502 '../build/temp_gyp/googleurl.gyp:googleurl', | 502 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 503 ], | 503 ], |
| 504 'msvs_guid': '{E13045CD-7E1F-4A41-9B18-8D288B2E7B41}', | 504 'msvs_guid': 'E13045CD-7E1F-4A41-9B18-8D288B2E7B41', |
| 505 'sources': [ | 505 'sources': [ |
| 506 'tools/tld_cleanup/tld_cleanup.cc', | 506 'tools/tld_cleanup/tld_cleanup.cc', |
| 507 ], | 507 ], |
| 508 }, | 508 }, |
| 509 { | 509 { |
| 510 'target_name': 'crash_cache', | 510 'target_name': 'crash_cache', |
| 511 'type': 'executable', | 511 'type': 'executable', |
| 512 'dependencies': [ | 512 'dependencies': [ |
| 513 'net', | 513 'net', |
| 514 'net_test_support', | 514 'net_test_support', |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 576 'sources': [ | 576 'sources': [ |
| 577 'tools/dump_cache/dump_cache.cc', | 577 'tools/dump_cache/dump_cache.cc', |
| 578 'tools/dump_cache/dump_files.cc', | 578 'tools/dump_cache/dump_files.cc', |
| 579 'tools/dump_cache/upgrade.cc', | 579 'tools/dump_cache/upgrade.cc', |
| 580 ], | 580 ], |
| 581 }, | 581 }, |
| 582 ], | 582 ], |
| 583 }], | 583 }], |
| 584 ], | 584 ], |
| 585 } | 585 } |
| OLD | NEW |