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

Unified Diff: webkit/quota/webkit_quota.gypi

Issue 11363098: Added quota_status_code.h/cc file to hold QuotaStatusCode enum and added function to convert enum t… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Hiroki Review #1 Created 8 years, 1 month 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/quota/quota_types.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/quota/webkit_quota.gypi
diff --git a/webkit/quota/webkit_quota.gypi b/webkit/quota/webkit_quota.gypi
index a43600e6f5832d199e02912ace2b9a76e3a6a3e7..1642a584bfdc6bf70398fdd82af3fc97022169bd 100644
--- a/webkit/quota/webkit_quota.gypi
+++ b/webkit/quota/webkit_quota.gypi
@@ -10,6 +10,8 @@
'../quota/quota_database.h',
'../quota/quota_manager.cc',
'../quota/quota_manager.h',
+ '../quota/quota_status_code.cc',
+ '../quota/quota_status_code.h',
'../quota/quota_task.cc',
'../quota/quota_task.h',
'../quota/quota_temporary_storage_evictor.cc',
« no previous file with comments | « webkit/quota/quota_types.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698