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

Unified Diff: webkit/storage_browser.gyp

Issue 16701004: Fix webkit_storage exports definitions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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/storage/webkit_storage_export.h ('k') | webkit/storage_common.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/storage_browser.gyp
diff --git a/webkit/storage_browser.gyp b/webkit/storage_browser.gyp
index 59afef5a0a24f2ae75589a622a32bca98f17382e..405fb3de7d4b74fd9a077a73bbdbea53bf31b6d5 100644
--- a/webkit/storage_browser.gyp
+++ b/webkit/storage_browser.gyp
@@ -21,10 +21,9 @@
'<(DEPTH)/webkit/base/webkit_base.gyp:webkit_base',
'<(DEPTH)/webkit/storage_common.gyp:webkit_storage_common',
],
- 'defines': ['WEBKIT_STORAGE_IMPLEMENTATION'],
+ 'defines': ['WEBKIT_STORAGE_BROWSER_IMPLEMENTATION'],
'sources': [
- # TODO(kinuko): Fix this export.
- 'storage/webkit_storage_export.h',
+ 'browser/webkit_storage_browser_export.h',
'browser/appcache/appcache.cc',
'browser/appcache/appcache.h',
'browser/appcache/appcache_backend_impl.cc',
« no previous file with comments | « webkit/storage/webkit_storage_export.h ('k') | webkit/storage_common.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698