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

Unified Diff: cc/cc.gyp

Issue 1407793002: Add protobuf serialization to DisplayItemList (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@blimp_display2
Patch Set: Rebased 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
Index: cc/cc.gyp
diff --git a/cc/cc.gyp b/cc/cc.gyp
index 4b635839bfc59f87a36ec5c84850d90fa35748fd..9ec1db40d6560c6c2e60e7b409fe5996e4a1e91e 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -356,6 +356,8 @@
'playback/display_item_list_bounds_calculator.h',
'playback/display_item_list_settings.cc',
'playback/display_item_list_settings.h',
+ 'playback/display_item_proto_factory.cc',
+ 'playback/display_item_proto_factory.h',
'playback/display_list_raster_source.cc',
'playback/display_list_raster_source.h',
'playback/display_list_recording_source.cc',
@@ -581,6 +583,7 @@
'target_name': 'cc_proto',
'type': '<(component)',
'sources': [
+ 'proto/display_item.proto',
'proto/point.proto',
'proto/pointf.proto',
'proto/rect.proto',
« no previous file with comments | « cc/BUILD.gn ('k') | cc/playback/clip_display_item.h » ('j') | cc/playback/clip_display_item.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698