diff options
author | clholgat@chromium.org <clholgat@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-18 03:37:52 +0000 |
---|---|---|
committer | clholgat@chromium.org <clholgat@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-18 03:37:52 +0000 |
commit | 3393fa960d7d56822e708283f5d95c26a98ad6c9 (patch) | |
tree | 6c3691434345e9626dd25ef832bfed3ba6ee839b /cc/cc_tests.gyp | |
parent | 07dc129b87aadd0b92b7cdf9555d4df4f2b172f1 (diff) | |
download | chromium_src-3393fa960d7d56822e708283f5d95c26a98ad6c9.zip chromium_src-3393fa960d7d56822e708283f5d95c26a98ad6c9.tar.gz chromium_src-3393fa960d7d56822e708283f5d95c26a98ad6c9.tar.bz2 |
Add a dense impl painted layer tree perf test.
Layer tree was taken from a tablet with ~15 tabs. And is
meant to simulate a browser compositor with an updating
tab contents.
Review URL: https://codereview.chromium.org/26694004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@229299 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 8763184..d48a4ae 100644 --- a/cc/cc_tests.gyp +++ b/cc/cc_tests.gyp @@ -242,6 +242,7 @@ 'type': '<(gtest_target_type)', 'dependencies': [ '../base/base.gyp:test_support_base', + '../gpu/gpu.gyp:gpu', '../media/media.gyp:media', '../skia/skia.gyp:skia', '../testing/gmock.gyp:gmock', |