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