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

Unified Diff: webkit/common/webkit_common.gypi

Issue 16091011: 2nd try: Split webkit_storage target into webkit_storage_{browser,common,renderer} (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: splint_link fix 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
Index: webkit/common/webkit_common.gypi
diff --git a/webkit/common/webkit_common.gypi b/webkit/common/webkit_common.gypi
index 950c2659a7bd7b15ff0573f2508127b74ec5bcfb..b64eb0badff4a7ab4495664e6d8c8e29b18efede 100644
--- a/webkit/common/webkit_common.gypi
+++ b/webkit/common/webkit_common.gypi
@@ -3,27 +3,6 @@
# found in the LICENSE file.
{
- 'includes': [
- '../common/blob/webkit_common_blob.gypi',
- '../common/database/webkit_common_database.gypi',
- '../common/dom_storage/webkit_common_dom_storage.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.
- 'variables': {
- 'webkit_common_storage_sources': [
- '<@(webkit_common_blob_sources)',
- '<@(webkit_common_database_sources)',
- '<@(webkit_common_dom_storage_sources)',
- '<@(webkit_common_fileapi_sources)',
- '<@(webkit_common_quota_sources)',
- '../common/appcache/appcache_interfaces.cc',
- '../common/appcache/appcache_interfaces.h',
- ],
- },
-
'targets': [
{
'target_name': 'webkit_common',

Powered by Google App Engine
This is Rietveld 408576698