summaryrefslogtreecommitdiffstats
path: root/tools/gn
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-24 15:09:45 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-24 15:09:45 +0000
commitbb5c95c9bff8920f56d1737b27e2eb1ae99c54ad (patch)
tree08bf4704252fdfc8fcb286a208c691d7d3045c33 /tools/gn
parentab612c5e4139b7ab5be53f063efc1739bc452137 (diff)
downloadchromium_src-bb5c95c9bff8920f56d1737b27e2eb1ae99c54ad.zip
chromium_src-bb5c95c9bff8920f56d1737b27e2eb1ae99c54ad.tar.gz
chromium_src-bb5c95c9bff8920f56d1737b27e2eb1ae99c54ad.tar.bz2
Move perftimer.* into base/test/ directory.
This should address the TODO from tools/gn/secondary/base/BUILD.gn BUG=None TEST=test_support_perf R=brettw@chromium.org TBR=cpu, dalecurtis, akalin, thestig Review URL: https://chromiumcodereview.appspot.com/22887041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@219448 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/gn')
-rw-r--r--tools/gn/secondary/base/test/BUILD.gn6
1 files changed, 2 insertions, 4 deletions
diff --git a/tools/gn/secondary/base/test/BUILD.gn b/tools/gn/secondary/base/test/BUILD.gn
index 0e097ed..aacb9e1 100644
--- a/tools/gn/secondary/base/test/BUILD.gn
+++ b/tools/gn/secondary/base/test/BUILD.gn
@@ -4,8 +4,6 @@
static_library("test_support_base") {
sources = [
- # TODO(brettw) move this file to this directory.
- "../perftimer.cc",
"expectations/expectation.cc",
"expectations/expectation.h",
"expectations/parser.cc",
@@ -23,6 +21,7 @@ static_library("test_support_base") {
"null_task_runner.h",
"perf_test_suite.cc",
"perf_test_suite.h",
+ "perftimer.cc",
"scoped_locale.cc",
"scoped_locale.h",
"scoped_path_override.cc",
@@ -108,8 +107,7 @@ config("perf_test_config") {
static_library("test_support_perf") {
sources = [
- # TODO(brettw) move this file to this directory.
- "../perftimer.cc",
+ "perftimer.cc",
"run_all_perftests.cc",
]
deps = [