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

Side by Side Diff: cc/cc.gyp

Issue 834343004: cc: Add frame timing request plumbing through the layers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 | « cc/BUILD.gn ('k') | cc/debug/frame_timing_request.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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 'base/util.h', 99 'base/util.h',
100 'debug/benchmark_instrumentation.cc', 100 'debug/benchmark_instrumentation.cc',
101 'debug/benchmark_instrumentation.h', 101 'debug/benchmark_instrumentation.h',
102 'debug/debug_colors.cc', 102 'debug/debug_colors.cc',
103 'debug/debug_colors.h', 103 'debug/debug_colors.h',
104 'debug/debug_rect_history.cc', 104 'debug/debug_rect_history.cc',
105 'debug/debug_rect_history.h', 105 'debug/debug_rect_history.h',
106 'debug/devtools_instrumentation.h', 106 'debug/devtools_instrumentation.h',
107 'debug/frame_rate_counter.cc', 107 'debug/frame_rate_counter.cc',
108 'debug/frame_rate_counter.h', 108 'debug/frame_rate_counter.h',
109 'debug/frame_timing_request.cc',
110 'debug/frame_timing_request.h',
109 'debug/frame_timing_tracker.cc', 111 'debug/frame_timing_tracker.cc',
110 'debug/frame_timing_tracker.h', 112 'debug/frame_timing_tracker.h',
111 'debug/frame_viewer_instrumentation.cc', 113 'debug/frame_viewer_instrumentation.cc',
112 'debug/frame_viewer_instrumentation.h', 114 'debug/frame_viewer_instrumentation.h',
113 'debug/invalidation_benchmark.cc', 115 'debug/invalidation_benchmark.cc',
114 'debug/invalidation_benchmark.h', 116 'debug/invalidation_benchmark.h',
115 'debug/lap_timer.cc', 117 'debug/lap_timer.cc',
116 'debug/lap_timer.h', 118 'debug/lap_timer.h',
117 'debug/layer_tree_debug_state.cc', 119 'debug/layer_tree_debug_state.cc',
118 'debug/layer_tree_debug_state.h', 120 'debug/layer_tree_debug_state.h',
(...skipping 484 matching lines...) Expand 10 before | Expand all | Expand 10 after
603 'surfaces/surface_resource_holder.cc', 605 'surfaces/surface_resource_holder.cc',
604 'surfaces/surface_resource_holder.h', 606 'surfaces/surface_resource_holder.h',
605 'surfaces/surfaces_export.h', 607 'surfaces/surfaces_export.h',
606 ], 608 ],
607 'includes': [ 609 'includes': [
608 '../build/android/increase_size_for_speed.gypi', 610 '../build/android/increase_size_for_speed.gypi',
609 ], 611 ],
610 }, 612 },
611 ], 613 ],
612 } 614 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/debug/frame_timing_request.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698