| 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 370 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 381 'proto/synced_property_conversions.cc', | 381 'proto/synced_property_conversions.cc', |
| 382 'proto/synced_property_conversions.h', | 382 'proto/synced_property_conversions.h', |
| 383 'quads/content_draw_quad_base.cc', | 383 'quads/content_draw_quad_base.cc', |
| 384 'quads/content_draw_quad_base.h', | 384 'quads/content_draw_quad_base.h', |
| 385 'quads/debug_border_draw_quad.cc', | 385 'quads/debug_border_draw_quad.cc', |
| 386 'quads/debug_border_draw_quad.h', | 386 'quads/debug_border_draw_quad.h', |
| 387 'quads/draw_polygon.cc', | 387 'quads/draw_polygon.cc', |
| 388 'quads/draw_polygon.h', | 388 'quads/draw_polygon.h', |
| 389 'quads/draw_quad.cc', | 389 'quads/draw_quad.cc', |
| 390 'quads/draw_quad.h', | 390 'quads/draw_quad.h', |
| 391 'quads/io_surface_draw_quad.cc', | |
| 392 'quads/io_surface_draw_quad.h', | |
| 393 'quads/largest_draw_quad.cc', | 391 'quads/largest_draw_quad.cc', |
| 394 'quads/largest_draw_quad.h', | 392 'quads/largest_draw_quad.h', |
| 395 'quads/picture_draw_quad.cc', | 393 'quads/picture_draw_quad.cc', |
| 396 'quads/picture_draw_quad.h', | 394 'quads/picture_draw_quad.h', |
| 397 'quads/render_pass.cc', | 395 'quads/render_pass.cc', |
| 398 'quads/render_pass.h', | 396 'quads/render_pass.h', |
| 399 'quads/render_pass_draw_quad.cc', | 397 'quads/render_pass_draw_quad.cc', |
| 400 'quads/render_pass_draw_quad.h', | 398 'quads/render_pass_draw_quad.h', |
| 401 'quads/render_pass_id.cc', | 399 'quads/render_pass_id.cc', |
| 402 'quads/render_pass_id.h', | 400 'quads/render_pass_id.h', |
| (...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 701 'surfaces/surface_resource_holder.cc', | 699 'surfaces/surface_resource_holder.cc', |
| 702 'surfaces/surface_resource_holder.h', | 700 'surfaces/surface_resource_holder.h', |
| 703 'surfaces/surfaces_export.h', | 701 'surfaces/surfaces_export.h', |
| 704 ], | 702 ], |
| 705 'includes': [ | 703 'includes': [ |
| 706 '../build/android/increase_size_for_speed.gypi', | 704 '../build/android/increase_size_for_speed.gypi', |
| 707 ], | 705 ], |
| 708 }, | 706 }, |
| 709 ], | 707 ], |
| 710 } | 708 } |
| OLD | NEW |