OLD | NEW |
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 290 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
301 'output/software_renderer.cc', | 301 'output/software_renderer.cc', |
302 'output/software_renderer.h', | 302 'output/software_renderer.h', |
303 'output/viewport_selection_bound.cc', | 303 'output/viewport_selection_bound.cc', |
304 'output/viewport_selection_bound.h', | 304 'output/viewport_selection_bound.h', |
305 'quads/checkerboard_draw_quad.cc', | 305 'quads/checkerboard_draw_quad.cc', |
306 'quads/checkerboard_draw_quad.h', | 306 'quads/checkerboard_draw_quad.h', |
307 'quads/content_draw_quad_base.cc', | 307 'quads/content_draw_quad_base.cc', |
308 'quads/content_draw_quad_base.h', | 308 'quads/content_draw_quad_base.h', |
309 'quads/debug_border_draw_quad.cc', | 309 'quads/debug_border_draw_quad.cc', |
310 'quads/debug_border_draw_quad.h', | 310 'quads/debug_border_draw_quad.h', |
| 311 'quads/draw_polygon.cc', |
| 312 'quads/draw_polygon.h', |
311 'quads/draw_quad.cc', | 313 'quads/draw_quad.cc', |
312 'quads/draw_quad.h', | 314 'quads/draw_quad.h', |
313 'quads/io_surface_draw_quad.cc', | 315 'quads/io_surface_draw_quad.cc', |
314 'quads/io_surface_draw_quad.h', | 316 'quads/io_surface_draw_quad.h', |
315 'quads/picture_draw_quad.cc', | 317 'quads/picture_draw_quad.cc', |
316 'quads/picture_draw_quad.h', | 318 'quads/picture_draw_quad.h', |
317 'quads/render_pass.cc', | 319 'quads/render_pass.cc', |
318 'quads/render_pass.h', | 320 'quads/render_pass.h', |
319 'quads/render_pass_draw_quad.cc', | 321 'quads/render_pass_draw_quad.cc', |
320 'quads/render_pass_draw_quad.h', | 322 'quads/render_pass_draw_quad.h', |
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
512 'surfaces/surface_id_allocator.h', | 514 'surfaces/surface_id_allocator.h', |
513 'surfaces/surface_manager.cc', | 515 'surfaces/surface_manager.cc', |
514 'surfaces/surface_manager.h', | 516 'surfaces/surface_manager.h', |
515 'surfaces/surface_resource_holder.cc', | 517 'surfaces/surface_resource_holder.cc', |
516 'surfaces/surface_resource_holder.h', | 518 'surfaces/surface_resource_holder.h', |
517 'surfaces/surfaces_export.h', | 519 'surfaces/surfaces_export.h', |
518 ], | 520 ], |
519 }, | 521 }, |
520 ], | 522 ], |
521 } | 523 } |
OLD | NEW |