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

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: Remove redundant clipping. Created 6 years, 6 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') | no next file with comments »
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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 'debug/benchmark_instrumentation.cc', 95 'debug/benchmark_instrumentation.cc',
96 'debug/benchmark_instrumentation.h', 96 'debug/benchmark_instrumentation.h',
97 'debug/debug_colors.cc', 97 'debug/debug_colors.cc',
98 'debug/debug_colors.h', 98 'debug/debug_colors.h',
99 'debug/debug_rect_history.cc', 99 'debug/debug_rect_history.cc',
100 'debug/debug_rect_history.h', 100 'debug/debug_rect_history.h',
101 'debug/devtools_instrumentation.h', 101 'debug/devtools_instrumentation.h',
102 'debug/frame_rate_counter.cc', 102 'debug/frame_rate_counter.cc',
103 'debug/frame_rate_counter.h', 103 'debug/frame_rate_counter.h',
104 'debug/frame_viewer_instrumentation.h', 104 'debug/frame_viewer_instrumentation.h',
105 'debug/invalidation_benchmark.cc',
106 'debug/invalidation_benchmark.h',
105 'debug/lap_timer.cc', 107 'debug/lap_timer.cc',
106 'debug/lap_timer.h', 108 'debug/lap_timer.h',
107 'debug/layer_tree_debug_state.cc', 109 'debug/layer_tree_debug_state.cc',
108 'debug/layer_tree_debug_state.h', 110 'debug/layer_tree_debug_state.h',
109 'debug/micro_benchmark.cc', 111 'debug/micro_benchmark.cc',
110 'debug/micro_benchmark.h', 112 'debug/micro_benchmark.h',
111 'debug/micro_benchmark_impl.cc', 113 'debug/micro_benchmark_impl.cc',
112 'debug/micro_benchmark_impl.h', 114 'debug/micro_benchmark_impl.h',
113 'debug/micro_benchmark_controller.cc', 115 'debug/micro_benchmark_controller.cc',
114 'debug/micro_benchmark_controller.h', 116 'debug/micro_benchmark_controller.h',
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after
496 'surfaces/surface_aggregator.cc', 498 'surfaces/surface_aggregator.cc',
497 'surfaces/surface_aggregator.h', 499 'surfaces/surface_aggregator.h',
498 'surfaces/surface_client.h', 500 'surfaces/surface_client.h',
499 'surfaces/surface_manager.cc', 501 'surfaces/surface_manager.cc',
500 'surfaces/surface_manager.h', 502 'surfaces/surface_manager.h',
501 'surfaces/surfaces_export.h', 503 'surfaces/surfaces_export.h',
502 ], 504 ],
503 }, 505 },
504 ], 506 ],
505 } 507 }
OLDNEW
« no previous file with comments | « no previous file | cc/debug/invalidation_benchmark.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698