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

Side by Side Diff: cc/cc.gyp

Issue 1717283003: tracing: Make ConvertableToTraceFormat move-only scoped_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Petrcermak + oysteine review + LayerDebugInfo refptr wrapper Created 4 years, 9 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
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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 'debug/frame_timing_request.cc', 116 'debug/frame_timing_request.cc',
117 'debug/frame_timing_request.h', 117 'debug/frame_timing_request.h',
118 'debug/frame_timing_tracker.cc', 118 'debug/frame_timing_tracker.cc',
119 'debug/frame_timing_tracker.h', 119 'debug/frame_timing_tracker.h',
120 'debug/frame_viewer_instrumentation.cc', 120 'debug/frame_viewer_instrumentation.cc',
121 'debug/frame_viewer_instrumentation.h', 121 'debug/frame_viewer_instrumentation.h',
122 'debug/invalidation_benchmark.cc', 122 'debug/invalidation_benchmark.cc',
123 'debug/invalidation_benchmark.h', 123 'debug/invalidation_benchmark.h',
124 'debug/lap_timer.cc', 124 'debug/lap_timer.cc',
125 'debug/lap_timer.h', 125 'debug/lap_timer.h',
126 'debug/layer_debug_info.cc',
127 'debug/layer_debug_info.h',
126 'debug/layer_tree_debug_state.cc', 128 'debug/layer_tree_debug_state.cc',
127 'debug/layer_tree_debug_state.h', 129 'debug/layer_tree_debug_state.h',
128 'debug/micro_benchmark.cc', 130 'debug/micro_benchmark.cc',
129 'debug/micro_benchmark.h', 131 'debug/micro_benchmark.h',
130 'debug/micro_benchmark_controller.cc', 132 'debug/micro_benchmark_controller.cc',
131 'debug/micro_benchmark_controller.h', 133 'debug/micro_benchmark_controller.h',
132 'debug/micro_benchmark_controller_impl.cc', 134 'debug/micro_benchmark_controller_impl.cc',
133 'debug/micro_benchmark_controller_impl.h', 135 'debug/micro_benchmark_controller_impl.h',
134 'debug/micro_benchmark_impl.cc', 136 'debug/micro_benchmark_impl.cc',
135 'debug/micro_benchmark_impl.h', 137 'debug/micro_benchmark_impl.h',
(...skipping 560 matching lines...) Expand 10 before | Expand all | Expand 10 after
696 'surfaces/surface_resource_holder.cc', 698 'surfaces/surface_resource_holder.cc',
697 'surfaces/surface_resource_holder.h', 699 'surfaces/surface_resource_holder.h',
698 'surfaces/surfaces_export.h', 700 'surfaces/surfaces_export.h',
699 ], 701 ],
700 'includes': [ 702 'includes': [
701 '../build/android/increase_size_for_speed.gypi', 703 '../build/android/increase_size_for_speed.gypi',
702 ], 704 ],
703 }, 705 },
704 ], 706 ],
705 } 707 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/debug/benchmark_instrumentation.cc » ('j') | cc/layers/layer_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698