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

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: addmissingfile 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
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 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
522 'surfaces/surface_id_allocator.h', 523 'surfaces/surface_id_allocator.h',
523 'surfaces/surface_manager.cc', 524 'surfaces/surface_manager.cc',
524 'surfaces/surface_manager.h', 525 'surfaces/surface_manager.h',
525 'surfaces/surface_resource_holder.cc', 526 'surfaces/surface_resource_holder.cc',
526 'surfaces/surface_resource_holder.h', 527 'surfaces/surface_resource_holder.h',
527 'surfaces/surfaces_export.h', 528 'surfaces/surfaces_export.h',
528 ], 529 ],
529 }, 530 },
530 ], 531 ],
531 } 532 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698