summaryrefslogtreecommitdiffstats
path: root/base/base.gyp
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-10 00:21:35 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-10 00:21:35 +0000
commit99cc51e28aa075dec3a999a406db7d062666321a (patch)
tree33b6032fb47232d1f7aa28ddf03c808085e34e10 /base/base.gyp
parentd41af62c7ed4221f5dfe65e017f5d408493d5001 (diff)
downloadchromium_src-99cc51e28aa075dec3a999a406db7d062666321a.zip
chromium_src-99cc51e28aa075dec3a999a406db7d062666321a.tar.gz
chromium_src-99cc51e28aa075dec3a999a406db7d062666321a.tar.bz2
Move PerfTestSuite implementation into a .cc file and add it to the base
namespace. TEST=it compiles BUG=none Review URL: http://codereview.chromium.org/3695001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62095 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/base.gyp')
-rw-r--r--base/base.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/base/base.gyp b/base/base.gyp
index f24279a..1c76ee1 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -253,6 +253,7 @@
'sources': [
'test/multiprocess_test.cc',
'test/multiprocess_test.h',
+ 'test/perf_test_suite.cc',
'test/perf_test_suite.h',
'test/test_file_util.h',
'test/test_file_util_linux.cc',