| 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 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 214 'layers/painted_scrollbar_layer_impl.h', | 214 'layers/painted_scrollbar_layer_impl.h', |
| 215 'layers/picture_image_layer.cc', | 215 'layers/picture_image_layer.cc', |
| 216 'layers/picture_image_layer.h', | 216 'layers/picture_image_layer.h', |
| 217 'layers/picture_image_layer_impl.cc', | 217 'layers/picture_image_layer_impl.cc', |
| 218 'layers/picture_image_layer_impl.h', | 218 'layers/picture_image_layer_impl.h', |
| 219 'layers/picture_layer.cc', | 219 'layers/picture_layer.cc', |
| 220 'layers/picture_layer.h', | 220 'layers/picture_layer.h', |
| 221 'layers/picture_layer_impl.cc', | 221 'layers/picture_layer_impl.cc', |
| 222 'layers/picture_layer_impl.h', | 222 'layers/picture_layer_impl.h', |
| 223 'layers/render_pass_sink.h', | 223 'layers/render_pass_sink.h', |
| 224 'layers/render_surface_draw_properties.cc', |
| 225 'layers/render_surface_draw_properties.h', |
| 224 'layers/render_surface_impl.cc', | 226 'layers/render_surface_impl.cc', |
| 225 'layers/render_surface_impl.h', | 227 'layers/render_surface_impl.h', |
| 226 'layers/scrollbar_layer_impl_base.cc', | 228 'layers/scrollbar_layer_impl_base.cc', |
| 227 'layers/scrollbar_layer_impl_base.h', | 229 'layers/scrollbar_layer_impl_base.h', |
| 228 'layers/scrollbar_layer_interface.h', | 230 'layers/scrollbar_layer_interface.h', |
| 229 'layers/solid_color_layer.cc', | 231 'layers/solid_color_layer.cc', |
| 230 'layers/solid_color_layer.h', | 232 'layers/solid_color_layer.h', |
| 231 'layers/solid_color_layer_impl.cc', | 233 'layers/solid_color_layer_impl.cc', |
| 232 'layers/solid_color_layer_impl.h', | 234 'layers/solid_color_layer_impl.h', |
| 233 'layers/solid_color_scrollbar_layer.cc', | 235 'layers/solid_color_scrollbar_layer.cc', |
| (...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 615 'surfaces/surface_resource_holder.cc', | 617 'surfaces/surface_resource_holder.cc', |
| 616 'surfaces/surface_resource_holder.h', | 618 'surfaces/surface_resource_holder.h', |
| 617 'surfaces/surfaces_export.h', | 619 'surfaces/surfaces_export.h', |
| 618 ], | 620 ], |
| 619 'includes': [ | 621 'includes': [ |
| 620 '../build/android/increase_size_for_speed.gypi', | 622 '../build/android/increase_size_for_speed.gypi', |
| 621 ], | 623 ], |
| 622 }, | 624 }, |
| 623 ], | 625 ], |
| 624 } | 626 } |
| OLD | NEW |