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

Unified Diff: webkit/browser/quota/webkit_browser_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/browser/quota/usage_tracker_unittest.cc ('k') | webkit/browser/webkit_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/browser/quota/webkit_browser_quota.gypi
diff --git a/webkit/browser/quota/webkit_browser_quota.gypi b/webkit/browser/quota/webkit_browser_quota.gypi
new file mode 100644
index 0000000000000000000000000000000000000000..a277afd89c00194276779767200c4c9b18e48d08
--- /dev/null
+++ b/webkit/browser/quota/webkit_browser_quota.gypi
@@ -0,0 +1,24 @@
+# Copyright 2013 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+{
+ 'variables': {
+ 'webkit_browser_quota_sources': [
+ '../browser/quota/quota_callbacks.h',
+ '../browser/quota/quota_client.h',
+ '../browser/quota/quota_database.cc',
+ '../browser/quota/quota_database.h',
+ '../browser/quota/quota_manager.cc',
+ '../browser/quota/quota_manager.h',
+ '../browser/quota/quota_task.cc',
+ '../browser/quota/quota_task.h',
+ '../browser/quota/quota_temporary_storage_evictor.cc',
+ '../browser/quota/quota_temporary_storage_evictor.h',
+ '../browser/quota/special_storage_policy.cc',
+ '../browser/quota/special_storage_policy.h',
+ '../browser/quota/usage_tracker.cc',
+ '../browser/quota/usage_tracker.h',
+ ],
+ },
+}
« no previous file with comments | « webkit/browser/quota/usage_tracker_unittest.cc ('k') | webkit/browser/webkit_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698