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

Side by Side Diff: cc/cc.gyp

Issue 298723013: cc: Add invalidation micro benchmark. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge LOG(ERROR) into CHECK. Created 6 years, 7 months 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 unified diff | Download patch
« no previous file with comments | « no previous file | cc/debug/invalidation_benchmark.h » ('j') | cc/debug/invalidation_benchmark.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 'debug/benchmark_instrumentation.cc', 91 'debug/benchmark_instrumentation.cc',
92 'debug/benchmark_instrumentation.h', 92 'debug/benchmark_instrumentation.h',
93 'debug/debug_colors.cc', 93 'debug/debug_colors.cc',
94 'debug/debug_colors.h', 94 'debug/debug_colors.h',
95 'debug/debug_rect_history.cc', 95 'debug/debug_rect_history.cc',
96 'debug/debug_rect_history.h', 96 'debug/debug_rect_history.h',
97 'debug/devtools_instrumentation.h', 97 'debug/devtools_instrumentation.h',
98 'debug/frame_rate_counter.cc', 98 'debug/frame_rate_counter.cc',
99 'debug/frame_rate_counter.h', 99 'debug/frame_rate_counter.h',
100 'debug/frame_viewer_instrumentation.h', 100 'debug/frame_viewer_instrumentation.h',
101 'debug/invalidation_benchmark.cc',
102 'debug/invalidation_benchmark.h',
101 'debug/lap_timer.cc', 103 'debug/lap_timer.cc',
102 'debug/lap_timer.h', 104 'debug/lap_timer.h',
103 'debug/layer_tree_debug_state.cc', 105 'debug/layer_tree_debug_state.cc',
104 'debug/layer_tree_debug_state.h', 106 'debug/layer_tree_debug_state.h',
105 'debug/micro_benchmark.cc', 107 'debug/micro_benchmark.cc',
106 'debug/micro_benchmark.h', 108 'debug/micro_benchmark.h',
107 'debug/micro_benchmark_impl.cc', 109 'debug/micro_benchmark_impl.cc',
108 'debug/micro_benchmark_impl.h', 110 'debug/micro_benchmark_impl.h',
109 'debug/micro_benchmark_controller.cc', 111 'debug/micro_benchmark_controller.cc',
110 'debug/micro_benchmark_controller.h', 112 'debug/micro_benchmark_controller.h',
(...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after
488 'surfaces/surface.h', 490 'surfaces/surface.h',
489 'surfaces/surface_aggregator.cc', 491 'surfaces/surface_aggregator.cc',
490 'surfaces/surface_aggregator.h', 492 'surfaces/surface_aggregator.h',
491 'surfaces/surface_manager.cc', 493 'surfaces/surface_manager.cc',
492 'surfaces/surface_manager.h', 494 'surfaces/surface_manager.h',
493 'surfaces/surfaces_export.h', 495 'surfaces/surfaces_export.h',
494 ], 496 ],
495 }, 497 },
496 ], 498 ],
497 } 499 }
OLDNEW
« no previous file with comments | « no previous file | cc/debug/invalidation_benchmark.h » ('j') | cc/debug/invalidation_benchmark.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698