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

Unified Diff: cc/cc.gyp

Issue 1399933004: Add Protobuf support for cc/playback skia usage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@blimp_geo_proto
Patch Set: Fixed bug with array bounds on unit test Created 5 years, 2 months 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') | cc/proto/skia_conversions.h » ('J')
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 5c28a9b0474634acb518a40b11818402427de460..37c102ae3b6dea628a5980ab0e7087f64be4beb3 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -376,6 +376,8 @@
'playback/transform_display_item.h',
'proto/gfx_conversions.cc',
'proto/gfx_conversions.h',
+ 'proto/skia_conversions.cc',
+ 'proto/skia_conversions.h',
'quads/content_draw_quad_base.cc',
'quads/content_draw_quad_base.h',
'quads/debug_border_draw_quad.cc',
@@ -586,6 +588,9 @@
'proto/rectf.proto',
'proto/size.proto',
'proto/sizef.proto',
+ 'proto/skregion.proto',
+ 'proto/skrrect.proto',
+ 'proto/skxfermode.proto',
'proto/transform.proto',
],
'defines': [
« no previous file with comments | « cc/BUILD.gn ('k') | cc/cc_tests.gyp » ('j') | cc/proto/skia_conversions.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698