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

Unified Diff: webkit/common/webkit_common.gypi

Issue 16010007: Move webkit/quota files to webkit/browser/quota or webkit/common/quota (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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/quota/webkit_common_quota.gypi ('k') | webkit/dom_storage/dom_storage_context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/common/webkit_common.gypi
diff --git a/webkit/common/webkit_common.gypi b/webkit/common/webkit_common.gypi
index 063a50ede7319421c8b5c421210a375a25762775..02106bfc211c01175ccfbda69872237f36436b49 100644
--- a/webkit/common/webkit_common.gypi
+++ b/webkit/common/webkit_common.gypi
@@ -7,6 +7,7 @@
'../common/blob/webkit_common_blob.gypi',
'../common/database/webkit_common_database.gypi',
'../common/fileapi/webkit_common_fileapi.gypi',
+ '../common/quota/webkit_common_quota.gypi',
],
# TODO(michaeln): Have webkit_browser target and deprecate old gypis like
# webkit_storage.gypi.
@@ -15,6 +16,7 @@
'<@(webkit_common_blob_sources)',
'<@(webkit_common_database_sources)',
'<@(webkit_common_fileapi_sources)',
+ '<@(webkit_common_quota_sources)',
],
},
}
« no previous file with comments | « webkit/common/quota/webkit_common_quota.gypi ('k') | webkit/dom_storage/dom_storage_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698