Index: content/content_common.gypi |
diff --git a/content/content_common.gypi b/content/content_common.gypi |
index 7db8edac74dcbc530a8336ecceb100b346ddfbaf..bff8e805df9c03705d6b5e59b997bc27aacf751f 100644 |
--- a/content/content_common.gypi |
+++ b/content/content_common.gypi |
@@ -56,8 +56,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', |
@@ -280,6 +278,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', |
@@ -362,6 +362,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$'], |
], |