| 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 571 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 582 }, | 582 }, |
| 583 { | 583 { |
| 584 # GN version: "//cc/proto" | 584 # GN version: "//cc/proto" |
| 585 'target_name': 'cc_proto', | 585 'target_name': 'cc_proto', |
| 586 'type': '<(component)', | 586 'type': '<(component)', |
| 587 'sources': [ | 587 'sources': [ |
| 588 'proto/display_item.proto', | 588 'proto/display_item.proto', |
| 589 'proto/layer.proto', | 589 'proto/layer.proto', |
| 590 'proto/point.proto', | 590 'proto/point.proto', |
| 591 'proto/pointf.proto', | 591 'proto/pointf.proto', |
| 592 'proto/property_tree.proto', |
| 592 'proto/rect.proto', | 593 'proto/rect.proto', |
| 593 'proto/rectf.proto', | 594 'proto/rectf.proto', |
| 595 'proto/scroll_offset.proto', |
| 594 'proto/size.proto', | 596 'proto/size.proto', |
| 595 'proto/sizef.proto', | 597 'proto/sizef.proto', |
| 596 'proto/skregion.proto', | 598 'proto/skregion.proto', |
| 597 'proto/skrrect.proto', | 599 'proto/skrrect.proto', |
| 598 'proto/skxfermode.proto', | 600 'proto/skxfermode.proto', |
| 599 'proto/transform.proto', | 601 'proto/transform.proto', |
| 602 'proto/vector2df.proto', |
| 600 ], | 603 ], |
| 601 'defines': [ | 604 'defines': [ |
| 602 'CC_PROTO_IMPLEMENTATION=1', | 605 'CC_PROTO_IMPLEMENTATION=1', |
| 603 ], | 606 ], |
| 604 'variables': { | 607 'variables': { |
| 605 # Warn if clang creates exit destructors. | 608 # Warn if clang creates exit destructors. |
| 606 'enable_wexit_time_destructors': 1, | 609 'enable_wexit_time_destructors': 1, |
| 607 'proto_in_dir': 'proto', | 610 'proto_in_dir': 'proto', |
| 608 'proto_out_dir': 'cc/proto', | 611 'proto_out_dir': 'cc/proto', |
| 609 'cc_generator_options': 'dllexport_decl=CC_PROTO_EXPORT:', | 612 'cc_generator_options': 'dllexport_decl=CC_PROTO_EXPORT:', |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 656 'surfaces/surface_resource_holder.cc', | 659 'surfaces/surface_resource_holder.cc', |
| 657 'surfaces/surface_resource_holder.h', | 660 'surfaces/surface_resource_holder.h', |
| 658 'surfaces/surfaces_export.h', | 661 'surfaces/surfaces_export.h', |
| 659 ], | 662 ], |
| 660 'includes': [ | 663 'includes': [ |
| 661 '../build/android/increase_size_for_speed.gypi', | 664 '../build/android/increase_size_for_speed.gypi', |
| 662 ], | 665 ], |
| 663 }, | 666 }, |
| 664 ], | 667 ], |
| 665 } | 668 } |
| OLD | NEW |