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

Unified Diff: webkit/storage/webkit_storage.gypi

Issue 15367010: Move webkit/database to webkit/browser and webkit/common. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: 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/dom_storage/dom_storage_area.cc ('k') | webkit/support/simple_database_system.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/storage/webkit_storage.gypi
===================================================================
--- webkit/storage/webkit_storage.gypi (revision 201604)
+++ webkit/storage/webkit_storage.gypi (working copy)
@@ -6,7 +6,6 @@
'includes': [
'../appcache/webkit_appcache.gypi',
'../blob/webkit_blob.gypi',
- '../database/webkit_database.gypi',
'../dom_storage/webkit_dom_storage.gypi',
'../fileapi/webkit_fileapi.gypi',
'../quota/webkit_quota.gypi',
@@ -14,6 +13,7 @@
# TODO(kinuko): Deprecate this when we have a new target for
# webkit_browser. crbug.com/239710
'../browser/webkit_browser.gypi',
+ '../common/webkit_common.gypi',
],
'targets': [
{
@@ -37,13 +37,13 @@
'../storage/webkit_storage_export.h',
'<@(webkit_appcache_sources)',
'<@(webkit_blob_sources)',
- '<@(webkit_database_sources)',
'<@(webkit_dom_storage_sources)',
'<@(webkit_fileapi_sources)',
'<@(webkit_quota_sources)',
# TODO(kinuko): Deprecate this when we have a new target for
# webkit_browser. crbug.com/239710
'<@(webkit_browser_storage_sources)',
+ '<@(webkit_common_storage_sources)',
],
'conditions': [
['chromeos==1', {
« no previous file with comments | « webkit/dom_storage/dom_storage_area.cc ('k') | webkit/support/simple_database_system.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698