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

Unified Diff: content/content_renderer.gypi

Issue 10162015: Pull domstorage specifics out of RenderThreadImpl into DomStorageDispatcher (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 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
« no previous file with comments | « no previous file | content/renderer/dom_storage/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_renderer.gypi
===================================================================
--- content/content_renderer.gypi (revision 136129)
+++ content/content_renderer.gypi (working copy)
@@ -54,6 +54,12 @@
'renderer/devtools_client.h',
'renderer/dom_automation_controller.cc',
'renderer/dom_automation_controller.h',
+ 'renderer/dom_storage/dom_storage_dispatcher.cc',
+ 'renderer/dom_storage/dom_storage_dispatcher.h',
+ 'renderer/dom_storage/webstoragearea_impl.cc',
+ 'renderer/dom_storage/webstoragearea_impl.h',
+ 'renderer/dom_storage/webstoragenamespace_impl.cc',
+ 'renderer/dom_storage/webstoragenamespace_impl.h',
'renderer/external_popup_menu.cc',
'renderer/external_popup_menu.h',
'renderer/gamepad_shared_memory_reader.cc',
@@ -183,10 +189,6 @@
'renderer/renderer_webcolorchooser_impl.h',
'renderer/renderer_webkitplatformsupport_impl.cc',
'renderer/renderer_webkitplatformsupport_impl.h',
- 'renderer/renderer_webstoragearea_impl.cc',
- 'renderer/renderer_webstoragearea_impl.h',
- 'renderer/renderer_webstoragenamespace_impl.cc',
- 'renderer/renderer_webstoragenamespace_impl.h',
'renderer/text_input_client_observer.cc',
'renderer/text_input_client_observer.h',
'renderer/v8_value_converter_impl.cc',
« no previous file with comments | « no previous file | content/renderer/dom_storage/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698