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

Unified Diff: webkit/storage_renderer.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_common.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/storage_renderer.gyp
diff --git a/webkit/storage_renderer.gyp b/webkit/storage_renderer.gyp
index 54f66c351fbf3bc75713a75b3457af9622af91ec..5c47a33f8335ae184df95298e0711b78940bff70 100644
--- a/webkit/storage_renderer.gyp
+++ b/webkit/storage_renderer.gyp
@@ -16,10 +16,9 @@
'<(DEPTH)/webkit/base/webkit_base.gyp:webkit_base',
'<(DEPTH)/webkit/storage_common.gyp:webkit_storage_common',
],
- 'defines': ['WEBKIT_STORAGE_IMPLEMENTATION'],
+ 'defines': ['WEBKIT_STORAGE_RENDERER_IMPLEMENTATION'],
'sources': [
- # TODO(kinuko): Fix this export.
- 'storage/webkit_storage_export.h',
+ 'renderer/webkit_storage_renderer_export.h',
'renderer/appcache/appcache_frontend_impl.cc',
'renderer/appcache/appcache_frontend_impl.h',
'renderer/appcache/web_application_cache_host_impl.cc',
« no previous file with comments | « webkit/storage_common.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698