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

Unified Diff: content/content_renderer.gypi

Issue 246163006: Move history serialization from contet/public/renderer/ to content/renderer/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix braces Created 6 years, 8 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 | « no previous file | content/public/renderer/history_item_serialization.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_renderer.gypi
diff --git a/content/content_renderer.gypi b/content/content_renderer.gypi
index f45e51b9435f3e58cbff209f8202b82c7e1f4fca..45b0cd1db4463e930035a1affb937564c735abe2 100644
--- a/content/content_renderer.gypi
+++ b/content/content_renderer.gypi
@@ -43,8 +43,6 @@
'public/renderer/context_menu_client.h',
'public/renderer/document_state.cc',
'public/renderer/document_state.h',
- 'public/renderer/history_item_serialization.cc',
- 'public/renderer/history_item_serialization.h',
'public/renderer/key_system_info.cc',
'public/renderer/key_system_info.h',
'public/renderer/navigation_state.cc',
@@ -169,6 +167,8 @@
'renderer/history_controller.h',
'renderer/history_entry.cc',
'renderer/history_entry.h',
+ 'renderer/history_serialization.cc',
+ 'renderer/history_serialization.h',
'renderer/idle_user_detector.cc',
'renderer/idle_user_detector.h',
'renderer/image_loading_helper.cc',
« no previous file with comments | « no previous file | content/public/renderer/history_item_serialization.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698