summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-03 18:35:06 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-03 18:35:06 +0000
commit7d1ba939f09dbca3ac8a968dd0e695bb788c90d9 (patch)
tree73f6389f555e2d1bdfff583136626330f7c3ce30 /net
parentc5e1142167484f453d7b834d19eb5ff778bbb52d (diff)
downloadchromium_src-7d1ba939f09dbca3ac8a968dd0e695bb788c90d9.zip
chromium_src-7d1ba939f09dbca3ac8a968dd0e695bb788c90d9.tar.gz
chromium_src-7d1ba939f09dbca3ac8a968dd0e695bb788c90d9.tar.bz2
Move test_file_util out of libbase. Test code should not be mixed with production code.
Rename previous test_support_base to test_support_perf. I couldn't just add things to test_support_base because one file there defined main, and it would produce link conflict for new users of test_support_base. TEST=none http://crbug.com/18101 Review URL: http://codereview.chromium.org/159791 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22291 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net')
-rw-r--r--net/net.gyp5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/net.gyp b/net/net.gyp
index 651c232..ab5972c 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -562,6 +562,7 @@
'net_test_support',
'../base/base.gyp:base',
'../base/base.gyp:test_support_base',
+ '../base/base.gyp:test_support_perf',
'../testing/gtest.gyp:gtest',
],
'msvs_guid': 'AAC78796-B9A2-4CD9-BF89-09B03E92BF73',
@@ -676,7 +677,7 @@
'dependencies': [
'net',
'../base/base.gyp:base',
- '../base/base.gyp:test_support_base',
+ '../base/base.gyp:test_support_perf',
'../testing/gtest.gyp:gtest',
],
'msvs_guid': 'DABB8796-B9A2-4CD9-BF89-09B03E92B123',
@@ -690,7 +691,7 @@
'dependencies': [
'net',
'../base/base.gyp:base',
- '../base/base.gyp:test_support_base',
+ '../base/base.gyp:test_support_perf',
'../testing/gtest.gyp:gtest',
],
'msvs_guid': 'DABB8796-B9A2-4CD9-BF89-09B03E92B124',