| 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 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 173 'layers/heads_up_display_layer.cc', | 173 'layers/heads_up_display_layer.cc', |
| 174 'layers/heads_up_display_layer.h', | 174 'layers/heads_up_display_layer.h', |
| 175 'layers/heads_up_display_layer_impl.cc', | 175 'layers/heads_up_display_layer_impl.cc', |
| 176 'layers/heads_up_display_layer_impl.h', | 176 'layers/heads_up_display_layer_impl.h', |
| 177 'layers/layer.cc', | 177 'layers/layer.cc', |
| 178 'layers/layer_client.h', | 178 'layers/layer_client.h', |
| 179 'layers/layer_collections.h', | 179 'layers/layer_collections.h', |
| 180 'layers/layer.h', | 180 'layers/layer.h', |
| 181 'layers/layer_impl.cc', | 181 'layers/layer_impl.cc', |
| 182 'layers/layer_impl.h', | 182 'layers/layer_impl.h', |
| 183 "layers/layer_impl_test_properties.cc", |
| 184 "layers/layer_impl_test_properties.h", |
| 183 'layers/layer_iterator.h', | 185 'layers/layer_iterator.h', |
| 184 'layers/layer_list_iterator.cc', | 186 'layers/layer_list_iterator.cc', |
| 185 'layers/layer_list_iterator.h', | 187 'layers/layer_list_iterator.h', |
| 186 'layers/layer_position_constraint.cc', | 188 'layers/layer_position_constraint.cc', |
| 187 'layers/layer_position_constraint.h', | 189 'layers/layer_position_constraint.h', |
| 188 'layers/layer_proto_converter.cc', | 190 'layers/layer_proto_converter.cc', |
| 189 'layers/layer_proto_converter.h', | 191 'layers/layer_proto_converter.h', |
| 190 'layers/layer_utils.cc', | 192 'layers/layer_utils.cc', |
| 191 'layers/layer_utils.h', | 193 'layers/layer_utils.h', |
| 192 'layers/nine_patch_layer.cc', | 194 'layers/nine_patch_layer.cc', |
| (...skipping 502 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 695 'surfaces/surface_resource_holder.cc', | 697 'surfaces/surface_resource_holder.cc', |
| 696 'surfaces/surface_resource_holder.h', | 698 'surfaces/surface_resource_holder.h', |
| 697 'surfaces/surfaces_export.h', | 699 'surfaces/surfaces_export.h', |
| 698 ], | 700 ], |
| 699 'includes': [ | 701 'includes': [ |
| 700 '../build/android/increase_size_for_speed.gypi', | 702 '../build/android/increase_size_for_speed.gypi', |
| 701 ], | 703 ], |
| 702 }, | 704 }, |
| 703 ], | 705 ], |
| 704 } | 706 } |
| OLD | NEW |