Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(896)

Unified Diff: cc/cc.gyp

Issue 66213007: cc: Add rasterize and record micro benchmark. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: added weak ptrs Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | cc/debug/micro_benchmark_controller.cc » ('j') | cc/debug/rasterize_and_record_benchmark.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/cc.gyp
diff --git a/cc/cc.gyp b/cc/cc.gyp
index c4a5eed75ea9b5671f81e001516fe712dfd885dc..590e2eee40df3573fdbbc82bb031728d0b728881 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -94,6 +94,10 @@
'debug/paint_time_counter.h',
'debug/picture_record_benchmark.cc',
'debug/picture_record_benchmark.h',
+ 'debug/rasterize_and_record_benchmark.cc',
+ 'debug/rasterize_and_record_benchmark.h',
+ 'debug/rasterize_and_record_benchmark_impl.cc',
+ 'debug/rasterize_and_record_benchmark_impl.h',
'debug/rendering_stats.cc',
'debug/rendering_stats.h',
'debug/rendering_stats_instrumentation.cc',
« no previous file with comments | « no previous file | cc/debug/micro_benchmark_controller.cc » ('j') | cc/debug/rasterize_and_record_benchmark.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698