summaryrefslogtreecommitdiffstats
path: root/cc/cc.gyp
diff options
context:
space:
mode:
authorvmpstr@chromium.org <vmpstr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-12 01:30:29 +0000
committervmpstr@chromium.org <vmpstr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-12 01:30:29 +0000
commit666d7cffc8025696c6743889fcd4c9bb2980ba70 (patch)
tree3372cd68db769e6ec1649998d17ff697feadb577 /cc/cc.gyp
parentd31c53449787ba09aaea6251d9ac878669218817 (diff)
downloadchromium_src-666d7cffc8025696c6743889fcd4c9bb2980ba70.zip
chromium_src-666d7cffc8025696c6743889fcd4c9bb2980ba70.tar.gz
chromium_src-666d7cffc8025696c6743889fcd4c9bb2980ba70.tar.bz2
cc: Add MicroBenchmarkController plumbing.
This patch adds the necessary plumbing for micro benchmark controller. The plan is as follows: - MicroBenchmarkController will live on LayerTreeHost - The schedule functionality will be exposed to gpu benchmarking extension - Javascript bindings will allow external code to schedule certain benchmarks (specified by name) to be run right after Layer::Update. R=enne@chromium.org,nduca@chromium.org Review URL: https://codereview.chromium.org/26593002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@228299 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/cc.gyp')
-rw-r--r--cc/cc.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/cc/cc.gyp b/cc/cc.gyp
index aafaf74..f3a5cf9 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -107,6 +107,8 @@
'debug/traced_picture.h',
'debug/traced_value.cc',
'debug/traced_value.h',
+ 'debug/unittest_only_benchmark.cc',
+ 'debug/unittest_only_benchmark.h',
'input/input_handler.h',
'input/page_scale_animation.cc',
'input/page_scale_animation.h',