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

Unified Diff: webkit/storage/webkit_storage.gypi

Issue 14895013: Move webkit/fileapi/file_system_mount_point_provider.h to webkit/browser/fileapi (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more 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/fileapi/webkit_fileapi.gypi ('k') | webkit/tools/test_shell/simple_file_system.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/storage/webkit_storage.gypi
diff --git a/webkit/storage/webkit_storage.gypi b/webkit/storage/webkit_storage.gypi
index a84192c0befd1f414e9bb892b181e113f475e0a0..bcc6b976e0dd654d2e0fd14ff44a4166e68c6025 100644
--- a/webkit/storage/webkit_storage.gypi
+++ b/webkit/storage/webkit_storage.gypi
@@ -10,6 +10,10 @@
'../dom_storage/webkit_dom_storage.gypi',
'../fileapi/webkit_fileapi.gypi',
'../quota/webkit_quota.gypi',
+
+ # TODO(kinuko): Deprecate this when we have a new target for
+ # webkit_browser. crbug.com/239710
+ '../browser/webkit_browser.gypi',
],
'targets': [
{
@@ -37,6 +41,9 @@
'<@(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)',
],
'conditions': [
['chromeos==1', {
« no previous file with comments | « webkit/fileapi/webkit_fileapi.gypi ('k') | webkit/tools/test_shell/simple_file_system.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698