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

Side by Side Diff: cc/cc.gyp

Issue 448133002: Remove unused RenderPassDrawQuad fields (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rpdqdamage: win64 Created 6 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 | Annotate | Revision Log
« no previous file with comments | « cc/BUILD.gn ('k') | cc/layers/delegated_renderer_layer_impl_unittest.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 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
311 'quads/content_draw_quad_base.cc', 311 'quads/content_draw_quad_base.cc',
312 'quads/content_draw_quad_base.h', 312 'quads/content_draw_quad_base.h',
313 'quads/debug_border_draw_quad.cc', 313 'quads/debug_border_draw_quad.cc',
314 'quads/debug_border_draw_quad.h', 314 'quads/debug_border_draw_quad.h',
315 'quads/draw_polygon.cc', 315 'quads/draw_polygon.cc',
316 'quads/draw_polygon.h', 316 'quads/draw_polygon.h',
317 'quads/draw_quad.cc', 317 'quads/draw_quad.cc',
318 'quads/draw_quad.h', 318 'quads/draw_quad.h',
319 'quads/io_surface_draw_quad.cc', 319 'quads/io_surface_draw_quad.cc',
320 'quads/io_surface_draw_quad.h', 320 'quads/io_surface_draw_quad.h',
321 'quads/largest_draw_quad.h',
321 'quads/picture_draw_quad.cc', 322 'quads/picture_draw_quad.cc',
322 'quads/picture_draw_quad.h', 323 'quads/picture_draw_quad.h',
323 'quads/render_pass.cc', 324 'quads/render_pass.cc',
324 'quads/render_pass.h', 325 'quads/render_pass.h',
325 'quads/render_pass_draw_quad.cc', 326 'quads/render_pass_draw_quad.cc',
326 'quads/render_pass_draw_quad.h', 327 'quads/render_pass_draw_quad.h',
327 'quads/shared_quad_state.cc', 328 'quads/shared_quad_state.cc',
328 'quads/shared_quad_state.h', 329 'quads/shared_quad_state.h',
329 'quads/solid_color_draw_quad.cc', 330 'quads/solid_color_draw_quad.cc',
330 'quads/solid_color_draw_quad.h', 331 'quads/solid_color_draw_quad.h',
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
523 'surfaces/surface_id_allocator.h', 524 'surfaces/surface_id_allocator.h',
524 'surfaces/surface_manager.cc', 525 'surfaces/surface_manager.cc',
525 'surfaces/surface_manager.h', 526 'surfaces/surface_manager.h',
526 'surfaces/surface_resource_holder.cc', 527 'surfaces/surface_resource_holder.cc',
527 'surfaces/surface_resource_holder.h', 528 'surfaces/surface_resource_holder.h',
528 'surfaces/surfaces_export.h', 529 'surfaces/surfaces_export.h',
529 ], 530 ],
530 }, 531 },
531 ], 532 ],
532 } 533 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/layers/delegated_renderer_layer_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698