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

Unified Diff: content/content_common.gypi

Issue 2146803004: Create a content::FrameOwnerProperties struct for IPC transport of WebFrameOwnerProperties (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Transport Created 4 years, 5 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: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 0450e763e01df9bd1172d851045131a2e6da2efa..ac1dac69cf7c82b49e176d7dda7bad07479049e5 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -326,6 +326,8 @@
'common/font_list_ozone.cc',
'common/font_list_pango.cc',
'common/font_list_win.cc',
+ 'common/frame_owner_properties.cc',
+ 'common/frame_owner_properties.h',
alexmos 2016/07/14 23:44:14 nit: put after frame_messages.h to preserve sort o
raymes 2016/07/18 03:39:28 Done.
'common/frame_message_enums.h',
'common/frame_messages.h',
'common/frame_replication_state.cc',

Powered by Google App Engine
This is Rietveld 408576698