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

Unified 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: Added a test for subtraction of overlapping rects 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/BUILD.gn ('k') | cc/cc_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/cc.gyp
diff --git a/cc/cc.gyp b/cc/cc.gyp
index cf128889c5a7ac6cc3c3a79f0e717be19a862ae9..8205cb75b7224ab5df59f451200a331addfe228d 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -373,6 +373,8 @@
'playback/largest_display_item.h',
'playback/transform_display_item.cc',
'playback/transform_display_item.h',
+ 'proto/cc_conversions.cc',
+ 'proto/cc_conversions.h',
'proto/gfx_conversions.cc',
'proto/gfx_conversions.h',
'proto/skia_conversions.cc',
@@ -594,6 +596,7 @@
'proto/pointf.proto',
'proto/rect.proto',
'proto/rectf.proto',
+ 'proto/region.proto',
'proto/scroll_offset.proto',
'proto/size.proto',
'proto/sizef.proto',
« no previous file with comments | « cc/BUILD.gn ('k') | cc/cc_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698