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

Side by Side Diff: cc/cc.gyp

Issue 13939005: cc: Add strict layer property change checking and handle bounds changes during paint. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: s/CHECK/DCHECK/ Created 7 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « cc/base/switches.cc ('k') | cc/layers/contents_scaling_layer.cc » ('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 'cc_source_files': [ 8 'cc_source_files': [
9 'animation/animation.cc', 9 'animation/animation.cc',
10 'animation/animation.h', 10 'animation/animation.h',
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 'layers/nine_patch_layer.h', 146 'layers/nine_patch_layer.h',
147 'layers/nine_patch_layer_impl.cc', 147 'layers/nine_patch_layer_impl.cc',
148 'layers/nine_patch_layer_impl.h', 148 'layers/nine_patch_layer_impl.h',
149 'trees/occlusion_tracker.cc', 149 'trees/occlusion_tracker.cc',
150 'trees/occlusion_tracker.h', 150 'trees/occlusion_tracker.h',
151 'output/output_surface.cc', 151 'output/output_surface.cc',
152 'output/output_surface.h', 152 'output/output_surface.h',
153 'output/output_surface_client.h', 153 'output/output_surface_client.h',
154 'debug/overdraw_metrics.cc', 154 'debug/overdraw_metrics.cc',
155 'debug/overdraw_metrics.h', 155 'debug/overdraw_metrics.h',
156 'layers/paint_properties.h',
156 'input/page_scale_animation.cc', 157 'input/page_scale_animation.cc',
157 'input/page_scale_animation.h', 158 'input/page_scale_animation.h',
158 'debug/paint_time_counter.cc', 159 'debug/paint_time_counter.cc',
159 'debug/paint_time_counter.h', 160 'debug/paint_time_counter.h',
160 'resources/picture.cc', 161 'resources/picture.cc',
161 'resources/picture.h', 162 'resources/picture.h',
162 'quads/picture_draw_quad.cc', 163 'quads/picture_draw_quad.cc',
163 'quads/picture_draw_quad.h', 164 'quads/picture_draw_quad.h',
164 'layers/picture_image_layer.cc', 165 'layers/picture_image_layer.cc',
165 'layers/picture_image_layer.h', 166 'layers/picture_image_layer.h',
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
380 'CC_IMPLEMENTATION=1', 381 'CC_IMPLEMENTATION=1',
381 ], 382 ],
382 'sources': [ 383 'sources': [
383 '<@(cc_source_files)', 384 '<@(cc_source_files)',
384 ], 385 ],
385 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 386 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
386 'msvs_disabled_warnings': [ 4267, ], 387 'msvs_disabled_warnings': [ 4267, ],
387 }, 388 },
388 ], 389 ],
389 } 390 }
OLDNEW
« no previous file with comments | « cc/base/switches.cc ('k') | cc/layers/contents_scaling_layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698