summaryrefslogtreecommitdiffstats
path: root/content/content_common.gypi
diff options
context:
space:
mode:
authorkinuko@chromium.org <kinuko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-07 16:59:41 +0000
committerkinuko@chromium.org <kinuko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-07 16:59:41 +0000
commit5f2aa727f81adfb0dc9c3e34b0d777e52091c664 (patch)
treeac857fa2a4251d89ba829c77fff8a629f391d239 /content/content_common.gypi
parent5dff8195c05331bfda451a2b135c8965095637ab (diff)
downloadchromium_src-5f2aa727f81adfb0dc9c3e34b0d777e52091c664.zip
chromium_src-5f2aa727f81adfb0dc9c3e34b0d777e52091c664.tar.gz
chromium_src-5f2aa727f81adfb0dc9c3e34b0d777e52091c664.tar.bz2
Move webkit/{browser,common}/dom_storage into content/
Mechanical changes only, directory moving + * renamed all DomStorage* to DOMStorage* for consistency * renamed DOMStorageContextImpl to DOMStorageContextProxy, and renamed DomStorageContext to DOMStorageContextImpl * other minor cleanups Diff for dom_storage_context_impl.* may look a bit messy due to chained renames (it's just replaced with former webkit/browser/dom_storage/dom_storage_context.*) BUG=265769 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/22297005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216211 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_common.gypi')
-rw-r--r--content/content_common.gypi4
1 files changed, 3 insertions, 1 deletions
diff --git a/content/content_common.gypi b/content/content_common.gypi
index b89fb5e..dc614f7 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -157,7 +157,9 @@
'common/device_orientation/device_orientation_hardware_buffer.h',
'common/device_orientation/device_orientation_messages.h',
'common/devtools_messages.h',
- 'common/dom_storage_messages.h',
+ 'common/dom_storage/dom_storage_map.cc',
+ 'common/dom_storage/dom_storage_map.h',
+ 'common/dom_storage/dom_storage_messages.h',
'common/drag_event_source_info.h',
'common/drag_messages.h',
'common/drag_traits.h',