From e8ef09a6c4c3ee5282162eb64cfa05206fbf9513 Mon Sep 17 00:00:00 2001 From: "sgk@google.com" Date: Mon, 16 Mar 2009 23:46:45 +0000 Subject: 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 --- base/base.gyp | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'base') diff --git a/base/base.gyp b/base/base.gyp index 7808dcf..4017756 100644 --- a/base/base.gyp +++ b/base/base.gyp @@ -557,6 +557,23 @@ }], ], }, + { + 'target_name': 'test_support_base', + 'type': 'static_library', + 'dependencies': [ + 'base', + '../testing/gtest.gyp:gtest', + ], + 'sources': [ + 'perftimer.cc', + 'run_all_perftests.cc', + ], + 'direct_dependent_settings': { + 'defines': [ + 'PERF_TEST', + ], + }, + }, ], 'conditions': [ [ 'OS == "win"', { -- cgit v1.1