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