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

Unified Diff: webkit/browser/quota/webkit_browser_quota.gypi

Issue 15716007: Split webkit_storage target into webkit_storage_{browser,common,renderer} (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: char* -> char[] Created 7 years, 6 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/fileapi/webkit_browser_fileapi.gypi ('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
deleted file mode 100644
index a277afd89c00194276779767200c4c9b18e48d08..0000000000000000000000000000000000000000
--- a/webkit/browser/quota/webkit_browser_quota.gypi
+++ /dev/null
@@ -1,24 +0,0 @@
-# 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/fileapi/webkit_browser_fileapi.gypi ('k') | webkit/browser/webkit_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698