| 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 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 198 'layers/nine_patch_layer.h', | 198 'layers/nine_patch_layer.h', |
| 199 'layers/nine_patch_layer_impl.cc', | 199 'layers/nine_patch_layer_impl.cc', |
| 200 'layers/nine_patch_layer_impl.h', | 200 'layers/nine_patch_layer_impl.h', |
| 201 'layers/paint_properties.h', | 201 'layers/paint_properties.h', |
| 202 'layers/painted_scrollbar_layer.cc', | 202 'layers/painted_scrollbar_layer.cc', |
| 203 'layers/painted_scrollbar_layer.h', | 203 'layers/painted_scrollbar_layer.h', |
| 204 'layers/painted_scrollbar_layer_impl.cc', | 204 'layers/painted_scrollbar_layer_impl.cc', |
| 205 'layers/painted_scrollbar_layer_impl.h', | 205 'layers/painted_scrollbar_layer_impl.h', |
| 206 'layers/picture_image_layer.cc', | 206 'layers/picture_image_layer.cc', |
| 207 'layers/picture_image_layer.h', | 207 'layers/picture_image_layer.h', |
| 208 'layers/picture_image_layer_impl.cc', | |
| 209 'layers/picture_image_layer_impl.h', | |
| 210 'layers/picture_layer.cc', | 208 'layers/picture_layer.cc', |
| 211 'layers/picture_layer.h', | 209 'layers/picture_layer.h', |
| 212 'layers/picture_layer_impl.cc', | 210 'layers/picture_layer_impl.cc', |
| 213 'layers/picture_layer_impl.h', | 211 'layers/picture_layer_impl.h', |
| 214 'layers/render_pass_sink.h', | 212 'layers/render_pass_sink.h', |
| 215 'layers/render_surface_impl.cc', | 213 'layers/render_surface_impl.cc', |
| 216 'layers/render_surface_impl.h', | 214 'layers/render_surface_impl.h', |
| 217 'layers/scrollbar_layer_impl_base.cc', | 215 'layers/scrollbar_layer_impl_base.cc', |
| 218 'layers/scrollbar_layer_impl_base.h', | 216 'layers/scrollbar_layer_impl_base.h', |
| 219 'layers/scrollbar_layer_interface.h', | 217 'layers/scrollbar_layer_interface.h', |
| (...skipping 481 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 701 'surfaces/surface_resource_holder.h', | 699 'surfaces/surface_resource_holder.h', |
| 702 'surfaces/surface_sequence.h', | 700 'surfaces/surface_sequence.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 |