Index: webkit/storage_common.gyp |
diff --git a/webkit/storage_common.gyp b/webkit/storage_common.gyp |
index e8123563659381a776ac67240b7e1c5930b2c39f..cc95ef0d080ac6f67756430c8789e7b51432485e 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,9 +19,8 @@ |
'<(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', |
'common/blob/blob_data.h', |
'common/blob/scoped_file.cc', |
@@ -43,6 +42,7 @@ |
'common/quota/quota_status_code.cc', |
'common/quota/quota_status_code.h', |
'common/quota/quota_types.h', |
+ 'common/storage_common_export.h', |
], |
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
'msvs_disabled_warnings': [ 4267, ], |