diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-30 00:21:26 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-30 00:21:26 +0000 |
commit | 368e58e6b72a049dd8a3cb2732ed80a5ec0ffec1 (patch) | |
tree | c23ccd4628ab33477dc348e2de7e8c212ca9e001 /cc/cc_tests.gyp | |
parent | da96efc3dd788c27a4f626214861b600aec80870 (diff) | |
download | chromium_src-368e58e6b72a049dd8a3cb2732ed80a5ec0ffec1.zip chromium_src-368e58e6b72a049dd8a3cb2732ed80a5ec0ffec1.tar.gz chromium_src-368e58e6b72a049dd8a3cb2732ed80a5ec0ffec1.tar.bz2 |
GTTF: always run perf tests serially
BUG=236893
R=hubbe@chromium.org, jamesr@chromium.org
Review URL: https://codereview.chromium.org/47023009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@231680 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/cc_tests.gyp')
-rw-r--r-- | cc/cc_tests.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp index 54fd81c..6d8ffc92 100644 --- a/cc/cc_tests.gyp +++ b/cc/cc_tests.gyp @@ -261,7 +261,7 @@ 'resources/worker_pool_perftest.cc', 'test/cc_test_suite.cc', 'test/lap_timer.cc', - 'test/run_all_unittests.cc', + 'test/run_all_perftests.cc', 'trees/layer_tree_host_common_perftest.cc', 'trees/layer_tree_host_perftest.cc', ], |