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

Side by Side Diff: cc/cc.gyp

Issue 1460503004: Add support for converting cc::Region to and from protobuf. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@add-more-conversions
Patch Set: 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
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 'type': '<(component)', 583 'type': '<(component)',
584 'sources': [ 584 'sources': [
585 'proto/display_item.proto', 585 'proto/display_item.proto',
586 'proto/layer.proto', 586 'proto/layer.proto',
587 'proto/layer_position_constraint.proto', 587 'proto/layer_position_constraint.proto',
588 'proto/point.proto', 588 'proto/point.proto',
589 'proto/point3f.proto', 589 'proto/point3f.proto',
590 'proto/pointf.proto', 590 'proto/pointf.proto',
591 'proto/rect.proto', 591 'proto/rect.proto',
592 'proto/rectf.proto', 592 'proto/rectf.proto',
593 'proto/region.proto',
593 'proto/scroll_offset.proto', 594 'proto/scroll_offset.proto',
594 'proto/size.proto', 595 'proto/size.proto',
595 'proto/sizef.proto', 596 'proto/sizef.proto',
596 'proto/skregion.proto', 597 'proto/skregion.proto',
597 'proto/skrrect.proto', 598 'proto/skrrect.proto',
598 'proto/skxfermode.proto', 599 'proto/skxfermode.proto',
599 'proto/transform.proto', 600 'proto/transform.proto',
600 'proto/vector2df.proto', 601 'proto/vector2df.proto',
601 ], 602 ],
602 'defines': [ 603 'defines': [
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
657 'surfaces/surface_resource_holder.cc', 658 'surfaces/surface_resource_holder.cc',
658 'surfaces/surface_resource_holder.h', 659 'surfaces/surface_resource_holder.h',
659 'surfaces/surfaces_export.h', 660 'surfaces/surfaces_export.h',
660 ], 661 ],
661 'includes': [ 662 'includes': [
662 '../build/android/increase_size_for_speed.gypi', 663 '../build/android/increase_size_for_speed.gypi',
663 ], 664 ],
664 }, 665 },
665 ], 666 ],
666 } 667 }
OLDNEW
« cc/base/region.cc ('K') | « cc/base/region_unittest.cc ('k') | cc/proto/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698