summaryrefslogtreecommitdiffstats
path: root/net/net.gyp
diff options
context:
space:
mode:
authorsgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-16 23:46:45 +0000
committersgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-16 23:46:45 +0000
commite8ef09a6c4c3ee5282162eb64cfa05206fbf9513 (patch)
tree9f42dc13381cf2d8c62ecc18172b4f22b33d3e7a /net/net.gyp
parent1631786f88bf717d59da40603fdb882191beae8b (diff)
downloadchromium_src-e8ef09a6c4c3ee5282162eb64cfa05206fbf9513.zip
chromium_src-e8ef09a6c4c3ee5282162eb64cfa05206fbf9513.tar.gz
chromium_src-e8ef09a6c4c3ee5282162eb64cfa05206fbf9513.tar.bz2
Add targets for page_cycler_tests, perf_tests and startup_tests. Listed
minimal dependencies to build on Linux, Windows will need more. Make a 'test_support_base' library containing the .cc files used in common by perf tests in both net and chrome. Review URL: http://codereview.chromium.org/48021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11803 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net.gyp')
-rw-r--r--net/net.gyp3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/net.gyp b/net/net.gyp
index 1d4123a..5d1049c 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -462,12 +462,11 @@
'net',
'net_test_support',
'../base/base.gyp:base',
+ '../base/base.gyp:test_support_base',
'../testing/gtest.gyp:gtest',
],
'msvs_guid': 'AAC78796-B9A2-4CD9-BF89-09B03E92BF73',
'sources': [
- '../base/perftimer.cc',
- '../base/run_all_perftests.cc',
'base/cookie_monster_perftest.cc',
'disk_cache/disk_cache_perftest.cc',
'proxy/proxy_resolver_perftest.cc',