| 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 450 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 461 'net', | 461 'net', |
| 462 'net_test_support', | 462 'net_test_support', |
| 463 '../base/base.gyp:base', | 463 '../base/base.gyp:base', |
| 464 '../testing/gtest.gyp:gtest', | 464 '../testing/gtest.gyp:gtest', |
| 465 ], | 465 ], |
| 466 'sources': [ | 466 'sources': [ |
| 467 '../base/perftimer.cc', | 467 '../base/perftimer.cc', |
| 468 '../base/run_all_perftests.cc', | 468 '../base/run_all_perftests.cc', |
| 469 'base/cookie_monster_perftest.cc', | 469 'base/cookie_monster_perftest.cc', |
| 470 'disk_cache/disk_cache_perftest.cc', | 470 'disk_cache/disk_cache_perftest.cc', |
| 471 'proxy/proxy_resolver_perftest.cc', |
| 471 ], | 472 ], |
| 472 'conditions': [ | 473 'conditions': [ |
| 473 # This is needed to trigger the dll copy step on windows. | 474 # This is needed to trigger the dll copy step on windows. |
| 474 # TODO(mark): Specifying this here shouldn't be necessary. | 475 # TODO(mark): Specifying this here shouldn't be necessary. |
| 475 [ 'OS == "win"', { | 476 [ 'OS == "win"', { |
| 476 'dependencies': [ | 477 'dependencies': [ |
| 477 '../third_party/icu38/icu38.gyp:icudata', | 478 '../third_party/icu38/icu38.gyp:icudata', |
| 478 ], | 479 ], |
| 479 }, | 480 }, |
| 480 ], | 481 ], |
| (...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 577 'sources': [ | 578 'sources': [ |
| 578 'tools/dump_cache/dump_cache.cc', | 579 'tools/dump_cache/dump_cache.cc', |
| 579 'tools/dump_cache/dump_files.cc', | 580 'tools/dump_cache/dump_files.cc', |
| 580 'tools/dump_cache/upgrade.cc', | 581 'tools/dump_cache/upgrade.cc', |
| 581 ], | 582 ], |
| 582 }, | 583 }, |
| 583 ], | 584 ], |
| 584 }], | 585 }], |
| 585 ], | 586 ], |
| 586 } | 587 } |
| OLD | NEW |