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

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: Update PropertyTree::operator== signature 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/gfx_conversions_unittest.cc » ('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 572 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/compositor_message.proto', 588 'proto/compositor_message.proto',
589 'proto/display_item.proto', 589 'proto/display_item.proto',
590 'proto/layer.proto', 590 'proto/layer.proto',
591 'proto/point.proto', 591 'proto/point.proto',
592 'proto/pointf.proto', 592 'proto/pointf.proto',
593 'proto/property_tree.proto',
593 'proto/rect.proto', 594 'proto/rect.proto',
594 'proto/rectf.proto', 595 'proto/rectf.proto',
596 'proto/scroll_offset.proto',
595 'proto/size.proto', 597 'proto/size.proto',
596 'proto/sizef.proto', 598 'proto/sizef.proto',
597 'proto/skregion.proto', 599 'proto/skregion.proto',
598 'proto/skrrect.proto', 600 'proto/skrrect.proto',
599 'proto/skxfermode.proto', 601 'proto/skxfermode.proto',
600 'proto/transform.proto', 602 'proto/transform.proto',
603 'proto/vector2df.proto',
601 ], 604 ],
602 'defines': [ 605 'defines': [
603 'CC_PROTO_IMPLEMENTATION=1', 606 'CC_PROTO_IMPLEMENTATION=1',
604 ], 607 ],
605 'variables': { 608 'variables': {
606 # Warn if clang creates exit destructors. 609 # Warn if clang creates exit destructors.
607 'enable_wexit_time_destructors': 1, 610 'enable_wexit_time_destructors': 1,
608 'proto_in_dir': 'proto', 611 'proto_in_dir': 'proto',
609 'proto_out_dir': 'cc/proto', 612 'proto_out_dir': 'cc/proto',
610 'cc_generator_options': 'dllexport_decl=CC_PROTO_EXPORT:', 613 'cc_generator_options': 'dllexport_decl=CC_PROTO_EXPORT:',
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
657 'surfaces/surface_resource_holder.cc', 660 'surfaces/surface_resource_holder.cc',
658 'surfaces/surface_resource_holder.h', 661 'surfaces/surface_resource_holder.h',
659 'surfaces/surfaces_export.h', 662 'surfaces/surfaces_export.h',
660 ], 663 ],
661 'includes': [ 664 'includes': [
662 '../build/android/increase_size_for_speed.gypi', 665 '../build/android/increase_size_for_speed.gypi',
663 ], 666 ],
664 }, 667 },
665 ], 668 ],
666 } 669 }
OLDNEW
« no previous file with comments | « no previous file | cc/proto/BUILD.gn » ('j') | cc/proto/gfx_conversions_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698