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

Unified Diff: webkit/common/quota/webkit_common_quota.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/quota_types.h ('k') | webkit/common/webkit_common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/common/quota/webkit_common_quota.gypi
diff --git a/webkit/common/database/webkit_common_database.gypi b/webkit/common/quota/webkit_common_quota.gypi
similarity index 53%
copy from webkit/common/database/webkit_common_database.gypi
copy to webkit/common/quota/webkit_common_quota.gypi
index d1851ed68fc5a6a7134e60cc7a74cf5720283c5c..bd3ab77368de891962829853f56946e3259be793 100644
--- a/webkit/common/database/webkit_common_database.gypi
+++ b/webkit/common/quota/webkit_common_quota.gypi
@@ -4,9 +4,10 @@
{
'variables': {
- 'webkit_common_database_sources': [
- '../common/database/database_connections.cc',
- '../common/database/database_connections.h',
+ 'webkit_common_quota_sources': [
+ '../common/quota/quota_status_code.cc',
+ '../common/quota/quota_status_code.h',
+ '../common/quota/quota_types.h',
],
},
}
« no previous file with comments | « webkit/common/quota/quota_types.h ('k') | webkit/common/webkit_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698