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 303 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
314 'quads/content_draw_quad_base.h', | 314 'quads/content_draw_quad_base.h', |
315 'quads/debug_border_draw_quad.cc', | 315 'quads/debug_border_draw_quad.cc', |
316 'quads/debug_border_draw_quad.h', | 316 'quads/debug_border_draw_quad.h', |
317 'quads/draw_polygon.cc', | 317 'quads/draw_polygon.cc', |
318 'quads/draw_polygon.h', | 318 'quads/draw_polygon.h', |
319 'quads/draw_quad.cc', | 319 'quads/draw_quad.cc', |
320 'quads/draw_quad.h', | 320 'quads/draw_quad.h', |
321 'quads/io_surface_draw_quad.cc', | 321 'quads/io_surface_draw_quad.cc', |
322 'quads/io_surface_draw_quad.h', | 322 'quads/io_surface_draw_quad.h', |
323 'quads/largest_draw_quad.h', | 323 'quads/largest_draw_quad.h', |
| 324 'quads/largest_draw_quad.cc', |
324 'quads/list_container.cc', | 325 'quads/list_container.cc', |
325 'quads/list_container.h', | 326 'quads/list_container.h', |
326 'quads/picture_draw_quad.cc', | 327 'quads/picture_draw_quad.cc', |
327 'quads/picture_draw_quad.h', | 328 'quads/picture_draw_quad.h', |
328 'quads/render_pass.cc', | 329 'quads/render_pass.cc', |
329 'quads/render_pass.h', | 330 'quads/render_pass.h', |
330 'quads/render_pass_draw_quad.cc', | 331 'quads/render_pass_draw_quad.cc', |
331 'quads/render_pass_draw_quad.h', | 332 'quads/render_pass_draw_quad.h', |
332 'quads/render_pass_id.cc', | 333 'quads/render_pass_id.cc', |
333 'quads/render_pass_id.h', | 334 'quads/render_pass_id.h', |
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
544 'surfaces/surface_resource_holder.cc', | 545 'surfaces/surface_resource_holder.cc', |
545 'surfaces/surface_resource_holder.h', | 546 'surfaces/surface_resource_holder.h', |
546 'surfaces/surfaces_export.h', | 547 'surfaces/surfaces_export.h', |
547 ], | 548 ], |
548 'includes': [ | 549 'includes': [ |
549 '../build/android/increase_size_for_speed.gypi', | 550 '../build/android/increase_size_for_speed.gypi', |
550 ], | 551 ], |
551 }, | 552 }, |
552 ], | 553 ], |
553 } | 554 } |
OLD | NEW |