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

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: Comments are hard 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/playback/clip_display_item.h » ('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 651fc168acc60aeab26b6425ee5d82f4d5f03b87..adedd45aa613ab72da533fdc42f2d0dc56d529a8 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -354,6 +354,8 @@
'playback/display_item_list.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',
@@ -579,6 +581,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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698