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

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
« no previous file with comments | « cc/BUILD.gn ('k') | cc/debug/layer_tree_debug_state.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 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 'debug/layer_tree_debug_state.cc', 124 'debug/layer_tree_debug_state.cc',
125 'debug/layer_tree_debug_state.h', 125 'debug/layer_tree_debug_state.h',
126 'debug/micro_benchmark.cc', 126 'debug/micro_benchmark.cc',
127 'debug/micro_benchmark.h', 127 'debug/micro_benchmark.h',
128 'debug/micro_benchmark_controller.cc', 128 'debug/micro_benchmark_controller.cc',
129 'debug/micro_benchmark_controller.h', 129 'debug/micro_benchmark_controller.h',
130 'debug/micro_benchmark_controller_impl.cc', 130 'debug/micro_benchmark_controller_impl.cc',
131 'debug/micro_benchmark_controller_impl.h', 131 'debug/micro_benchmark_controller_impl.h',
132 'debug/micro_benchmark_impl.cc', 132 'debug/micro_benchmark_impl.cc',
133 'debug/micro_benchmark_impl.h', 133 'debug/micro_benchmark_impl.h',
134 'debug/paint_time_counter.cc',
135 'debug/paint_time_counter.h',
136 'debug/picture_debug_util.cc', 134 'debug/picture_debug_util.cc',
137 'debug/picture_debug_util.h', 135 'debug/picture_debug_util.h',
138 'debug/picture_record_benchmark.cc', 136 'debug/picture_record_benchmark.cc',
139 'debug/picture_record_benchmark.h', 137 'debug/picture_record_benchmark.h',
140 'debug/rasterize_and_record_benchmark.cc', 138 'debug/rasterize_and_record_benchmark.cc',
141 'debug/rasterize_and_record_benchmark.h', 139 'debug/rasterize_and_record_benchmark.h',
142 'debug/rasterize_and_record_benchmark_impl.cc', 140 'debug/rasterize_and_record_benchmark_impl.cc',
143 'debug/rasterize_and_record_benchmark_impl.h', 141 'debug/rasterize_and_record_benchmark_impl.h',
144 'debug/rendering_stats.cc', 142 'debug/rendering_stats.cc',
145 'debug/rendering_stats.h', 143 'debug/rendering_stats.h',
(...skipping 470 matching lines...) Expand 10 before | Expand all | Expand 10 after
616 'surfaces/surface_resource_holder.cc', 614 'surfaces/surface_resource_holder.cc',
617 'surfaces/surface_resource_holder.h', 615 'surfaces/surface_resource_holder.h',
618 'surfaces/surfaces_export.h', 616 'surfaces/surfaces_export.h',
619 ], 617 ],
620 'includes': [ 618 'includes': [
621 '../build/android/increase_size_for_speed.gypi', 619 '../build/android/increase_size_for_speed.gypi',
622 ], 620 ],
623 }, 621 },
624 ], 622 ],
625 } 623 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/debug/layer_tree_debug_state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698