Index: content/content_common.gypi |
diff --git a/content/content_common.gypi b/content/content_common.gypi |
index 1ed029b984df59f8a58e9fcdd60bbf2cf7032c14..f291f843c5f1189eb06c236af691b1c300211c22 100644 |
--- a/content/content_common.gypi |
+++ b/content/content_common.gypi |
@@ -55,8 +55,6 @@ |
'public/common/media_stream_request.cc', |
'public/common/media_stream_request.h', |
'public/common/page_state.cc', |
- 'public/common/page_state_ios.cc', |
- 'public/common/page_state_webkit.cc', |
'public/common/page_state.h', |
'public/common/page_transition_types.cc', |
'public/common/page_transition_types.h', |
@@ -278,6 +276,8 @@ |
'common/net/url_request_user_data.h', |
'common/p2p_messages.h', |
'common/p2p_sockets.h', |
+ 'common/page_state_serialization.cc', |
+ 'common/page_state_serialization.h', |
'common/page_zoom.cc', |
'common/pepper_messages.h', |
'common/pepper_plugin_registry.cc', |
@@ -361,6 +361,7 @@ |
['include', '^common/media/media_stream_options\\.cc$'], |
['include', '^common/net/url_fetcher\\.cc$'], |
['include', '^common/net/url_request_user_data\\.cc$'], |
+ ['include', '^common/page_state_serialization\\.cc$'], |
['include', '^common/savable_url_schemes\\.cc$'], |
['include', '^common/url_schemes\\.cc$'], |
], |