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

Unified Diff: webkit/storage_common.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_browser.gyp ('k') | webkit/storage_renderer.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/storage_common.gyp
diff --git a/webkit/storage_common.gyp b/webkit/storage_common.gyp
index ab8a9ea01d6924b13158309a64ed058a2b24fafd..5a06c82475afbe0eb4e806f6739762f09b857c3f 100644
--- a/webkit/storage_common.gyp
+++ b/webkit/storage_common.gyp
@@ -16,9 +16,9 @@
'<(DEPTH)/third_party/WebKit/public/blink.gyp:blink',
'<(DEPTH)/webkit/base/webkit_base.gyp:webkit_base',
],
- 'defines': ['WEBKIT_COMMON_IMPLEMENTATION'],
+ 'defines': ['WEBKIT_STORAGE_COMMON_IMPLEMENTATION'],
'sources': [
- 'common/webkit_common_export.h',
+ 'common/webkit_storage_common_export.h',
'common/appcache/appcache_interfaces.cc',
'common/appcache/appcache_interfaces.h',
'common/blob/blob_data.cc',
« no previous file with comments | « webkit/storage_browser.gyp ('k') | webkit/storage_renderer.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698