| 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 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 183 'layers/empty_content_layer_client.h', | 183 'layers/empty_content_layer_client.h', |
| 184 'layers/heads_up_display_layer.cc', | 184 'layers/heads_up_display_layer.cc', |
| 185 'layers/heads_up_display_layer.h', | 185 'layers/heads_up_display_layer.h', |
| 186 'layers/heads_up_display_layer_impl.cc', | 186 'layers/heads_up_display_layer_impl.cc', |
| 187 'layers/heads_up_display_layer_impl.h', | 187 'layers/heads_up_display_layer_impl.h', |
| 188 'layers/io_surface_layer.cc', | 188 'layers/io_surface_layer.cc', |
| 189 'layers/io_surface_layer.h', | 189 'layers/io_surface_layer.h', |
| 190 'layers/io_surface_layer_impl.cc', | 190 'layers/io_surface_layer_impl.cc', |
| 191 'layers/io_surface_layer_impl.h', | 191 'layers/io_surface_layer_impl.h', |
| 192 'layers/layer.cc', | 192 'layers/layer.cc', |
| 193 'layers/layer_client.h', |
| 194 'layers/layer_collections.h', |
| 193 'layers/layer.h', | 195 'layers/layer.h', |
| 194 'layers/layer_client.h', | |
| 195 'layers/layer_impl.cc', | 196 'layers/layer_impl.cc', |
| 196 'layers/layer_impl.h', | 197 'layers/layer_impl.h', |
| 197 'layers/layer_iterator.h', | 198 'layers/layer_iterator.h', |
| 198 'layers/layer_list_iterator.cc', | 199 'layers/layer_list_iterator.cc', |
| 199 'layers/layer_list_iterator.h', | 200 'layers/layer_list_iterator.h', |
| 200 'layers/layer_lists.h', | |
| 201 'layers/layer_position_constraint.cc', | 201 'layers/layer_position_constraint.cc', |
| 202 'layers/layer_position_constraint.h', | 202 'layers/layer_position_constraint.h', |
| 203 'layers/layer_proto_converter.cc', | 203 'layers/layer_proto_converter.cc', |
| 204 'layers/layer_proto_converter.h', | 204 'layers/layer_proto_converter.h', |
| 205 'layers/layer_utils.cc', | 205 'layers/layer_utils.cc', |
| 206 'layers/layer_utils.h', | 206 'layers/layer_utils.h', |
| 207 'layers/nine_patch_layer.cc', | 207 'layers/nine_patch_layer.cc', |
| 208 'layers/nine_patch_layer.h', | 208 'layers/nine_patch_layer.h', |
| 209 'layers/nine_patch_layer_impl.cc', | 209 'layers/nine_patch_layer_impl.cc', |
| 210 'layers/nine_patch_layer_impl.h', | 210 'layers/nine_patch_layer_impl.h', |
| (...skipping 493 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 704 'surfaces/surface_resource_holder.cc', | 704 'surfaces/surface_resource_holder.cc', |
| 705 'surfaces/surface_resource_holder.h', | 705 'surfaces/surface_resource_holder.h', |
| 706 'surfaces/surfaces_export.h', | 706 'surfaces/surfaces_export.h', |
| 707 ], | 707 ], |
| 708 'includes': [ | 708 'includes': [ |
| 709 '../build/android/increase_size_for_speed.gypi', | 709 '../build/android/increase_size_for_speed.gypi', |
| 710 ], | 710 ], |
| 711 }, | 711 }, |
| 712 ], | 712 ], |
| 713 } | 713 } |
| OLD | NEW |