Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(60)

Side by Side Diff: net/net.gyp

Issue 39239: Add the proxy resolver perftest to GYP. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | net/proxy/proxy_resolver_perftest.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | net/proxy/proxy_resolver_perftest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698