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

Unified Diff: webkit/common/webkit_common.gypi

Issue 15990007: Move dom_storage to new locations. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: 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
« no previous file with comments | « webkit/common/dom_storage/webkit_common_dom_storage.gypi ('k') | webkit/dom_storage/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/common/webkit_common.gypi
===================================================================
--- webkit/common/webkit_common.gypi (revision 203766)
+++ webkit/common/webkit_common.gypi (working copy)
@@ -6,6 +6,7 @@
'includes': [
'../common/blob/webkit_common_blob.gypi',
'../common/database/webkit_common_database.gypi',
+ '../common/dom_storage/webkit_common_dom_storage.gypi',
'../common/fileapi/webkit_common_fileapi.gypi',
'../common/quota/webkit_common_quota.gypi',
],
@@ -15,6 +16,7 @@
'webkit_common_storage_sources': [
'<@(webkit_common_blob_sources)',
'<@(webkit_common_database_sources)',
+ '<@(webkit_common_dom_storage_sources)',
'<@(webkit_common_fileapi_sources)',
'<@(webkit_common_quota_sources)',
],
« no previous file with comments | « webkit/common/dom_storage/webkit_common_dom_storage.gypi ('k') | webkit/dom_storage/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698