| 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 559 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 570 'raster/texture_compressor_etc1_sse.h', | 570 'raster/texture_compressor_etc1_sse.h', |
| 571 ], | 571 ], |
| 572 }], | 572 }], |
| 573 ], | 573 ], |
| 574 }, | 574 }, |
| 575 { | 575 { |
| 576 # GN version: "//cc/proto" | 576 # GN version: "//cc/proto" |
| 577 'target_name': 'cc_proto', | 577 'target_name': 'cc_proto', |
| 578 'type': '<(component)', | 578 'type': '<(component)', |
| 579 'sources': [ | 579 'sources': [ |
| 580 'proto/layer.proto', |
| 580 'proto/point.proto', | 581 'proto/point.proto', |
| 581 'proto/pointf.proto', | 582 'proto/pointf.proto', |
| 582 'proto/rect.proto', | 583 'proto/rect.proto', |
| 583 'proto/rectf.proto', | 584 'proto/rectf.proto', |
| 584 'proto/size.proto', | 585 'proto/size.proto', |
| 585 'proto/sizef.proto', | 586 'proto/sizef.proto', |
| 586 'proto/transform.proto', | 587 'proto/transform.proto', |
| 587 ], | 588 ], |
| 588 'defines': [ | 589 'defines': [ |
| 589 'CC_PROTO_IMPLEMENTATION=1', | 590 'CC_PROTO_IMPLEMENTATION=1', |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 643 'surfaces/surface_resource_holder.cc', | 644 'surfaces/surface_resource_holder.cc', |
| 644 'surfaces/surface_resource_holder.h', | 645 'surfaces/surface_resource_holder.h', |
| 645 'surfaces/surfaces_export.h', | 646 'surfaces/surfaces_export.h', |
| 646 ], | 647 ], |
| 647 'includes': [ | 648 'includes': [ |
| 648 '../build/android/increase_size_for_speed.gypi', | 649 '../build/android/increase_size_for_speed.gypi', |
| 649 ], | 650 ], |
| 650 }, | 651 }, |
| 651 ], | 652 ], |
| 652 } | 653 } |
| OLD | NEW |