summaryrefslogtreecommitdiffstats
path: root/cc/cc.gyp
diff options
context:
space:
mode:
authorernstm@chromium.org <ernstm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-31 22:17:19 +0000
committerernstm@chromium.org <ernstm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-31 22:17:19 +0000
commit35805ad1d6111f01fdecb2bfcb83a04b43f5df09 (patch)
treed68c3a3612634bb4221dd0e93d4f054f07d2d166 /cc/cc.gyp
parent8acc5f5944ebf4d238cb7abf9271711be905f508 (diff)
downloadchromium_src-35805ad1d6111f01fdecb2bfcb83a04b43f5df09.zip
chromium_src-35805ad1d6111f01fdecb2bfcb83a04b43f5df09.tar.gz
chromium_src-35805ad1d6111f01fdecb2bfcb83a04b43f5df09.tar.bz2
cc: Add invalidation micro benchmark.
This micro benchmark will used in a follow-up patch to generate various kinds of invalidations (viewport, random, full layer) from the telemetry repaint benchmark. R=vmpstr@chromium.org BUG=376379 Review URL: https://codereview.chromium.org/298723013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274065 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 ac29c42a..e385e08 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -102,6 +102,8 @@
'debug/frame_rate_counter.cc',
'debug/frame_rate_counter.h',
'debug/frame_viewer_instrumentation.h',
+ 'debug/invalidation_benchmark.cc',
+ 'debug/invalidation_benchmark.h',
'debug/lap_timer.cc',
'debug/lap_timer.h',
'debug/layer_tree_debug_state.cc',