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

Unified Diff: webkit/storage_common.gyp

Issue 520913003: Split storage macros into storage and storage_common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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
« webkit/common/storage_export.h ('K') | « webkit/common/storage_export.h ('k') | no next file » | 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 e8123563659381a776ac67240b7e1c5930b2c39f..390613fe795d8ed6064f13b066376f962b9dfa02 100644
--- a/webkit/storage_common.gyp
+++ b/webkit/storage_common.gyp
@@ -8,7 +8,7 @@
},
'targets': [
{
- # GN version: //webkit/common:storage
+ # GN version: //webkit/common:storage_common
'target_name': 'storage_common',
'type': '<(component)',
'variables': { 'enable_wexit_time_destructors': 1, },
@@ -19,7 +19,7 @@
'<(DEPTH)/url/url.gyp:url_lib',
'<(DEPTH)/webkit/common/webkit_common.gyp:webkit_common',
],
- 'defines': ['STORAGE_IMPLEMENTATION'],
+ 'defines': ['STORAGE_COMMON_IMPLEMENTATION'],
'sources': [
'common/storage_export.h',
'common/blob/blob_data.cc',
« webkit/common/storage_export.h ('K') | « webkit/common/storage_export.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698