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

Side by Side Diff: cc/cc.gyp

Issue 1296673004: Devtools/CC: Remove continuous repainting feature (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 'debug/layer_tree_debug_state.cc', 125 'debug/layer_tree_debug_state.cc',
126 'debug/layer_tree_debug_state.h', 126 'debug/layer_tree_debug_state.h',
127 'debug/micro_benchmark.cc', 127 'debug/micro_benchmark.cc',
128 'debug/micro_benchmark.h', 128 'debug/micro_benchmark.h',
129 'debug/micro_benchmark_controller.cc', 129 'debug/micro_benchmark_controller.cc',
130 'debug/micro_benchmark_controller.h', 130 'debug/micro_benchmark_controller.h',
131 'debug/micro_benchmark_controller_impl.cc', 131 'debug/micro_benchmark_controller_impl.cc',
132 'debug/micro_benchmark_controller_impl.h', 132 'debug/micro_benchmark_controller_impl.h',
133 'debug/micro_benchmark_impl.cc', 133 'debug/micro_benchmark_impl.cc',
134 'debug/micro_benchmark_impl.h', 134 'debug/micro_benchmark_impl.h',
135 'debug/paint_time_counter.cc',
136 'debug/paint_time_counter.h',
137 'debug/picture_debug_util.cc', 135 'debug/picture_debug_util.cc',
138 'debug/picture_debug_util.h', 136 'debug/picture_debug_util.h',
139 'debug/picture_record_benchmark.cc', 137 'debug/picture_record_benchmark.cc',
140 'debug/picture_record_benchmark.h', 138 'debug/picture_record_benchmark.h',
141 'debug/rasterize_and_record_benchmark.cc', 139 'debug/rasterize_and_record_benchmark.cc',
142 'debug/rasterize_and_record_benchmark.h', 140 'debug/rasterize_and_record_benchmark.h',
143 'debug/rasterize_and_record_benchmark_impl.cc', 141 'debug/rasterize_and_record_benchmark_impl.cc',
144 'debug/rasterize_and_record_benchmark_impl.h', 142 'debug/rasterize_and_record_benchmark_impl.h',
145 'debug/rendering_stats.cc', 143 'debug/rendering_stats.cc',
146 'debug/rendering_stats.h', 144 'debug/rendering_stats.h',
(...skipping 468 matching lines...) Expand 10 before | Expand all | Expand 10 after
615 'surfaces/surface_resource_holder.cc', 613 'surfaces/surface_resource_holder.cc',
616 'surfaces/surface_resource_holder.h', 614 'surfaces/surface_resource_holder.h',
617 'surfaces/surfaces_export.h', 615 'surfaces/surfaces_export.h',
618 ], 616 ],
619 'includes': [ 617 'includes': [
620 '../build/android/increase_size_for_speed.gypi', 618 '../build/android/increase_size_for_speed.gypi',
621 ], 619 ],
622 }, 620 },
623 ], 621 ],
624 } 622 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/debug/layer_tree_debug_state.h » ('j') | cc/trees/thread_proxy.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698