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

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: Rebase and address comments. Created 5 years 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') | no next file with comments »
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 576 matching lines...) Expand 10 before | Expand all | Expand 10 after
587 'target_name': 'cc_proto', 587 'target_name': 'cc_proto',
588 'type': '<(component)', 588 'type': '<(component)',
589 'sources': [ 589 'sources': [
590 'proto/compositor_message.proto', 590 'proto/compositor_message.proto',
591 'proto/display_item.proto', 591 'proto/display_item.proto',
592 'proto/layer.proto', 592 'proto/layer.proto',
593 'proto/layer_position_constraint.proto', 593 'proto/layer_position_constraint.proto',
594 'proto/point.proto', 594 'proto/point.proto',
595 'proto/point3f.proto', 595 'proto/point3f.proto',
596 'proto/pointf.proto', 596 'proto/pointf.proto',
597 'proto/property_tree.proto',
597 'proto/rect.proto', 598 'proto/rect.proto',
598 'proto/rectf.proto', 599 'proto/rectf.proto',
599 'proto/region.proto', 600 'proto/region.proto',
600 'proto/scroll_offset.proto', 601 'proto/scroll_offset.proto',
601 'proto/size.proto', 602 'proto/size.proto',
602 'proto/sizef.proto', 603 'proto/sizef.proto',
603 'proto/skregion.proto', 604 'proto/skregion.proto',
604 'proto/skrrect.proto', 605 'proto/skrrect.proto',
605 'proto/skxfermode.proto', 606 'proto/skxfermode.proto',
606 'proto/transform.proto', 607 'proto/transform.proto',
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
664 'surfaces/surface_resource_holder.cc', 665 'surfaces/surface_resource_holder.cc',
665 'surfaces/surface_resource_holder.h', 666 'surfaces/surface_resource_holder.h',
666 'surfaces/surfaces_export.h', 667 'surfaces/surfaces_export.h',
667 ], 668 ],
668 'includes': [ 669 'includes': [
669 '../build/android/increase_size_for_speed.gypi', 670 '../build/android/increase_size_for_speed.gypi',
670 ], 671 ],
671 }, 672 },
672 ], 673 ],
673 } 674 }
OLDNEW
« no previous file with comments | « no previous file | cc/proto/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698