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

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: Remove unused header. Added a few more comments to the 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
Index: cc/cc.gyp
diff --git a/cc/cc.gyp b/cc/cc.gyp
index fd2b6bd7c0e42c07373bd5f0cc6479daa0019e8b..2740322baa2189da2dbf39ce490a2c625752ed9f 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',
@@ -582,6 +584,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