| 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 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 193 'layers/io_surface_layer_impl.h', | 193 'layers/io_surface_layer_impl.h', |
| 194 'layers/layer.cc', | 194 'layers/layer.cc', |
| 195 'layers/layer.h', | 195 'layers/layer.h', |
| 196 'layers/layer_client.h', | 196 'layers/layer_client.h', |
| 197 'layers/layer_impl.cc', | 197 'layers/layer_impl.cc', |
| 198 'layers/layer_impl.h', | 198 'layers/layer_impl.h', |
| 199 'layers/layer_iterator.h', | 199 'layers/layer_iterator.h', |
| 200 'layers/layer_lists.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', |
| 204 'layers/layer_proto_converter.h', |
| 203 'layers/layer_utils.cc', | 205 'layers/layer_utils.cc', |
| 204 'layers/layer_utils.h', | 206 'layers/layer_utils.h', |
| 205 'layers/nine_patch_layer.cc', | 207 'layers/nine_patch_layer.cc', |
| 206 'layers/nine_patch_layer.h', | 208 'layers/nine_patch_layer.h', |
| 207 'layers/nine_patch_layer_impl.cc', | 209 'layers/nine_patch_layer_impl.cc', |
| 208 'layers/nine_patch_layer_impl.h', | 210 'layers/nine_patch_layer_impl.h', |
| 209 'layers/paint_properties.h', | 211 'layers/paint_properties.h', |
| 210 'layers/painted_scrollbar_layer.cc', | 212 'layers/painted_scrollbar_layer.cc', |
| 211 'layers/painted_scrollbar_layer.h', | 213 'layers/painted_scrollbar_layer.h', |
| 212 'layers/painted_scrollbar_layer_impl.cc', | 214 'layers/painted_scrollbar_layer_impl.cc', |
| (...skipping 364 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 577 ], | 579 ], |
| 578 }], | 580 }], |
| 579 ], | 581 ], |
| 580 }, | 582 }, |
| 581 { | 583 { |
| 582 # GN version: "//cc/proto" | 584 # GN version: "//cc/proto" |
| 583 'target_name': 'cc_proto', | 585 'target_name': 'cc_proto', |
| 584 'type': '<(component)', | 586 'type': '<(component)', |
| 585 'sources': [ | 587 'sources': [ |
| 586 'proto/display_item.proto', | 588 'proto/display_item.proto', |
| 589 'proto/layer.proto', |
| 587 'proto/point.proto', | 590 'proto/point.proto', |
| 588 'proto/pointf.proto', | 591 'proto/pointf.proto', |
| 589 'proto/rect.proto', | 592 'proto/rect.proto', |
| 590 'proto/rectf.proto', | 593 'proto/rectf.proto', |
| 591 'proto/size.proto', | 594 'proto/size.proto', |
| 592 'proto/sizef.proto', | 595 'proto/sizef.proto', |
| 593 'proto/skregion.proto', | 596 'proto/skregion.proto', |
| 594 'proto/skrrect.proto', | 597 'proto/skrrect.proto', |
| 595 'proto/skxfermode.proto', | 598 'proto/skxfermode.proto', |
| 596 'proto/transform.proto', | 599 'proto/transform.proto', |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 653 'surfaces/surface_resource_holder.cc', | 656 'surfaces/surface_resource_holder.cc', |
| 654 'surfaces/surface_resource_holder.h', | 657 'surfaces/surface_resource_holder.h', |
| 655 'surfaces/surfaces_export.h', | 658 'surfaces/surfaces_export.h', |
| 656 ], | 659 ], |
| 657 'includes': [ | 660 'includes': [ |
| 658 '../build/android/increase_size_for_speed.gypi', | 661 '../build/android/increase_size_for_speed.gypi', |
| 659 ], | 662 ], |
| 660 }, | 663 }, |
| 661 ], | 664 ], |
| 662 } | 665 } |
| OLD | NEW |