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

Side by Side Diff: cc/cc.gyp

Issue 1271843005: cc: Remove code for drawing checkerboard quads, it's not used. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rm-checkers: sizes Created 5 years, 4 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/blink/web_content_layer_impl.cc ('k') | cc/layers/layer.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 360 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 'playback/picture_pile_impl.cc', 371 'playback/picture_pile_impl.cc',
372 'playback/picture_pile_impl.h', 372 'playback/picture_pile_impl.h',
373 'playback/pixel_ref_map.cc', 373 'playback/pixel_ref_map.cc',
374 'playback/pixel_ref_map.h', 374 'playback/pixel_ref_map.h',
375 'playback/raster_source.h', 375 'playback/raster_source.h',
376 'playback/raster_source_helper.cc', 376 'playback/raster_source_helper.cc',
377 'playback/raster_source_helper.h', 377 'playback/raster_source_helper.h',
378 'playback/recording_source.h', 378 'playback/recording_source.h',
379 'playback/transform_display_item.cc', 379 'playback/transform_display_item.cc',
380 'playback/transform_display_item.h', 380 'playback/transform_display_item.h',
381 'quads/checkerboard_draw_quad.cc',
382 'quads/checkerboard_draw_quad.h',
383 'quads/content_draw_quad_base.cc', 381 'quads/content_draw_quad_base.cc',
384 'quads/content_draw_quad_base.h', 382 'quads/content_draw_quad_base.h',
385 'quads/debug_border_draw_quad.cc', 383 'quads/debug_border_draw_quad.cc',
386 'quads/debug_border_draw_quad.h', 384 'quads/debug_border_draw_quad.h',
387 'quads/draw_polygon.cc', 385 'quads/draw_polygon.cc',
388 'quads/draw_polygon.h', 386 'quads/draw_polygon.h',
389 'quads/draw_quad.cc', 387 'quads/draw_quad.cc',
390 'quads/draw_quad.h', 388 'quads/draw_quad.h',
391 'quads/io_surface_draw_quad.cc', 389 'quads/io_surface_draw_quad.cc',
392 'quads/io_surface_draw_quad.h', 390 'quads/io_surface_draw_quad.h',
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
618 'surfaces/surface_resource_holder.cc', 616 'surfaces/surface_resource_holder.cc',
619 'surfaces/surface_resource_holder.h', 617 'surfaces/surface_resource_holder.h',
620 'surfaces/surfaces_export.h', 618 'surfaces/surfaces_export.h',
621 ], 619 ],
622 'includes': [ 620 'includes': [
623 '../build/android/increase_size_for_speed.gypi', 621 '../build/android/increase_size_for_speed.gypi',
624 ], 622 ],
625 }, 623 },
626 ], 624 ],
627 } 625 }
OLDNEW
« no previous file with comments | « cc/blink/web_content_layer_impl.cc ('k') | cc/layers/layer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698