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

Side by Side Diff: cc/cc.gyp

Issue 12642010: Implement on demand quad rasterization for PicturePiles. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: build fix. Created 7 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | cc/cc_tests.gyp » ('j') | cc/layers/picture_layer_impl.cc » ('J')
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 'cc_source_files': [ 7 'cc_source_files': [
8 'animation/animation.cc', 8 'animation/animation.cc',
9 'animation/animation.h', 9 'animation/animation.h',
10 'animation/animation_curve.cc', 10 'animation/animation_curve.cc',
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 'output/output_surface.h', 145 'output/output_surface.h',
146 'output/output_surface_client.h', 146 'output/output_surface_client.h',
147 'debug/overdraw_metrics.cc', 147 'debug/overdraw_metrics.cc',
148 'debug/overdraw_metrics.h', 148 'debug/overdraw_metrics.h',
149 'input/page_scale_animation.cc', 149 'input/page_scale_animation.cc',
150 'input/page_scale_animation.h', 150 'input/page_scale_animation.h',
151 'debug/paint_time_counter.cc', 151 'debug/paint_time_counter.cc',
152 'debug/paint_time_counter.h', 152 'debug/paint_time_counter.h',
153 'resources/picture.cc', 153 'resources/picture.cc',
154 'resources/picture.h', 154 'resources/picture.h',
155 'quads/picture_draw_quad.cc',
156 'quads/picture_draw_quad.h',
155 'layers/picture_image_layer.cc', 157 'layers/picture_image_layer.cc',
156 'layers/picture_image_layer.h', 158 'layers/picture_image_layer.h',
157 'layers/picture_image_layer_impl.cc', 159 'layers/picture_image_layer_impl.cc',
158 'layers/picture_image_layer_impl.h', 160 'layers/picture_image_layer_impl.h',
159 'layers/picture_layer.cc', 161 'layers/picture_layer.cc',
160 'layers/picture_layer.h', 162 'layers/picture_layer.h',
161 'layers/picture_layer_impl.cc', 163 'layers/picture_layer_impl.cc',
162 'layers/picture_layer_impl.h', 164 'layers/picture_layer_impl.h',
163 'resources/picture_layer_tiling.cc', 165 'resources/picture_layer_tiling.cc',
164 'resources/picture_layer_tiling.h', 166 'resources/picture_layer_tiling.h',
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 'scheduler/texture_uploader.h', 289 'scheduler/texture_uploader.h',
288 'base/thread.h', 290 'base/thread.h',
289 'base/thread_impl.cc', 291 'base/thread_impl.cc',
290 'base/thread_impl.h', 292 'base/thread_impl.h',
291 'trees/thread_proxy.cc', 293 'trees/thread_proxy.cc',
292 'trees/thread_proxy.h', 294 'trees/thread_proxy.h',
293 'resources/tile.cc', 295 'resources/tile.cc',
294 'resources/tile.h', 296 'resources/tile.h',
295 'quads/tile_draw_quad.cc', 297 'quads/tile_draw_quad.cc',
296 'quads/tile_draw_quad.h', 298 'quads/tile_draw_quad.h',
299 'quads/tile_draw_quad_base.cc',
300 'quads/tile_draw_quad_base.h',
297 'resources/tile_manager.cc', 301 'resources/tile_manager.cc',
298 'resources/tile_manager.h', 302 'resources/tile_manager.h',
299 'resources/tile_priority.cc', 303 'resources/tile_priority.cc',
300 'resources/tile_priority.h', 304 'resources/tile_priority.h',
301 'layers/tiled_layer.cc', 305 'layers/tiled_layer.cc',
302 'layers/tiled_layer.h', 306 'layers/tiled_layer.h',
303 'layers/tiled_layer_impl.cc', 307 'layers/tiled_layer_impl.cc',
304 'layers/tiled_layer_impl.h', 308 'layers/tiled_layer_impl.h',
305 'base/tiling_data.cc', 309 'base/tiling_data.cc',
306 'base/tiling_data.h', 310 'base/tiling_data.h',
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
367 'CC_IMPLEMENTATION=1', 371 'CC_IMPLEMENTATION=1',
368 ], 372 ],
369 'sources': [ 373 'sources': [
370 '<@(cc_source_files)', 374 '<@(cc_source_files)',
371 ], 375 ],
372 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 376 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
373 'msvs_disabled_warnings': [ 4267, ], 377 'msvs_disabled_warnings': [ 4267, ],
374 }, 378 },
375 ], 379 ],
376 } 380 }
OLDNEW
« no previous file with comments | « no previous file | cc/cc_tests.gyp » ('j') | cc/layers/picture_layer_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698