summaryrefslogtreecommitdiffstats
path: root/cc/cc.gyp
diff options
context:
space:
mode:
authorenne@chromium.org <enne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-15 01:11:48 +0000
committerenne@chromium.org <enne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-15 01:11:48 +0000
commite5267e9de1eeec5e5e78ea8df03c53e3e86cfcff (patch)
tree9dd3ae2d4a308c121e8cfc33b655a9a95733d0c9 /cc/cc.gyp
parent166a728487b286572c0acdb0812ad884e32b79c3 (diff)
downloadchromium_src-e5267e9de1eeec5e5e78ea8df03c53e3e86cfcff.zip
chromium_src-e5267e9de1eeec5e5e78ea8df03c53e3e86cfcff.tar.gz
chromium_src-e5267e9de1eeec5e5e78ea8df03c53e3e86cfcff.tar.bz2
cc: Abstract out proxy timing history
Pulling this out into a separate class lets it be reused by SingleThreadProxy. BUG=329552 Review URL: https://codereview.chromium.org/154163005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251471 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 684e6a5..f7632ce 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -439,6 +439,8 @@
'trees/occlusion_tracker.h',
'trees/proxy.cc',
'trees/proxy.h',
+ 'trees/proxy_timing_history.cc',
+ 'trees/proxy_timing_history.h',
'trees/quad_culler.cc',
'trees/quad_culler.h',
'trees/single_thread_proxy.cc',