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

Unified Diff: webkit/browser/webkit_browser.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/browser/database/webkit_browser_database.gypi ('k') | webkit/common/database/database_connections.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/browser/webkit_browser.gypi
===================================================================
--- webkit/browser/webkit_browser.gypi (revision 201604)
+++ webkit/browser/webkit_browser.gypi (working copy)
@@ -4,12 +4,14 @@
{
'includes': [
+ '../browser/database/webkit_browser_database.gypi',
'../browser/fileapi/webkit_browser_fileapi.gypi',
],
# TODO(kinuko): Have webkit_browser target and deprecate old gypis like
# webkit_storage.gypi.
'variables': {
'webkit_browser_storage_sources': [
+ '<@(webkit_browser_database_sources)',
'<@(webkit_browser_fileapi_sources)',
],
},
« no previous file with comments | « webkit/browser/database/webkit_browser_database.gypi ('k') | webkit/common/database/database_connections.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698