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

Unified Diff: content/content_common.gypi

Issue 14985014: Introduce content::PageState (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add comments to the top of page_state.h Created 7 years, 7 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 c3ff5134e114b80f607fd72a2b219290b9840a61..36bd48cc178bae0278b320e90e07b8ef3f791214 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -62,6 +62,9 @@
'public/common/main_function_params.h',
'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.h',
'public/common/page_transition_types.cc',
'public/common/page_transition_types.h',
'public/common/page_transition_types_list.h',

Powered by Google App Engine
This is Rietveld 408576698