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

Unified Diff: content/content_common.gypi

Issue 16867005: Re-implement PageState serialization without a Blink API dependency. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Improvements based on Tom's feedback. Created 7 years, 6 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 | « content/common/page_state_serialization_unittest.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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$'],
],
« no previous file with comments | « content/common/page_state_serialization_unittest.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698