diff options
author | tonyg@chromium.org <tonyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-04 02:16:16 +0000 |
---|---|---|
committer | tonyg@chromium.org <tonyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-04 02:16:16 +0000 |
commit | ab1555aafbd2a6a7a07fe262cdc0ac96f4688f13 (patch) | |
tree | 281c0422ddb8e1b5dc232a31bb76feb606b08d0f /cc/cc_tests.gyp | |
parent | 815d3e2f339169964a48e3b869bf76090a9a82dc (diff) | |
download | chromium_src-ab1555aafbd2a6a7a07fe262cdc0ac96f4688f13.zip chromium_src-ab1555aafbd2a6a7a07fe262cdc0ac96f4688f13.tar.gz chromium_src-ab1555aafbd2a6a7a07fe262cdc0ac96f4688f13.tar.bz2 |
[cc_perftests] Output results in a format the perf dashboard understands.
Previously, these were outputting:
*RESULT foo_bar: 123 ms
Now, they correctly output:
*RESULT foo: bar= 123 ms
BUG=
Review URL: https://chromiumcodereview.appspot.com/23707017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221115 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/cc_tests.gyp')
-rw-r--r-- | cc/cc_tests.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp index 114b4a9..784f45f 100644 --- a/cc/cc_tests.gyp +++ b/cc/cc_tests.gyp @@ -236,6 +236,7 @@ '../skia/skia.gyp:skia', '../testing/gmock.gyp:gmock', '../testing/gtest.gyp:gtest', + '../testing/perf/perf_test.gyp:*', '../ui/ui.gyp:ui', 'cc.gyp:cc', 'cc_test_support', |