Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(314)

Side by Side Diff: cc/cc.gyp

Issue 1417963011: Added serialization to protobufs for property trees. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gn fix Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | cc/proto/BUILD.gn » ('j') | cc/proto/property_tree.proto » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | cc/proto/BUILD.gn » ('j') | cc/proto/property_tree.proto » ('J')

Powered by Google App Engine
This is Rietveld 408576698