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

Unified Diff: cc/cc.gyp

Issue 67563002: cc: Plumbing for impl thread micro benchmarks (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: create benchmarkimpl only once 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.h » ('j') | cc/debug/micro_benchmark.cc » ('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 c89e9e3c8273fc46bfdb9a2fd77820b6027effcf..c4a5eed75ea9b5671f81e001516fe712dfd885dc 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -82,8 +82,12 @@
'debug/layer_tree_debug_state.h',
'debug/micro_benchmark.cc',
'debug/micro_benchmark.h',
+ 'debug/micro_benchmark_impl.cc',
+ 'debug/micro_benchmark_impl.h',
'debug/micro_benchmark_controller.cc',
'debug/micro_benchmark_controller.h',
+ 'debug/micro_benchmark_controller_impl.cc',
+ 'debug/micro_benchmark_controller_impl.h',
'debug/overdraw_metrics.cc',
'debug/overdraw_metrics.h',
'debug/paint_time_counter.cc',
« no previous file with comments | « no previous file | cc/debug/micro_benchmark.h » ('j') | cc/debug/micro_benchmark.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698