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

Unified Diff: webkit/storage_browser.gyp

Issue 498273002: Rename storage-related export macros and build targets (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
« no previous file with comments | « webkit/common/webkit_storage_common_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 f2a04bab33e0f194f7c8dd323d2b1ffd8b1748e5..5083a3d56d995cd586ad056fc4027fc8233cd5d4 100644
--- a/webkit/storage_browser.gyp
+++ b/webkit/storage_browser.gyp
@@ -9,7 +9,7 @@
'targets': [
{
# GN version: //webkit/browser:storage
- 'target_name': 'webkit_storage_browser',
+ 'target_name': 'storage',
'type': '<(component)',
'variables': { 'enable_wexit_time_destructors': 1, },
'dependencies': [
@@ -22,11 +22,11 @@
'<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite',
'<(DEPTH)/url/url.gyp:url_lib',
'<(DEPTH)/webkit/common/webkit_common.gyp:webkit_common',
- '<(DEPTH)/webkit/storage_common.gyp:webkit_storage_common',
+ '<(DEPTH)/webkit/storage_common.gyp:storage_common',
],
'defines': ['WEBKIT_STORAGE_BROWSER_IMPLEMENTATION'],
'sources': [
- 'browser/webkit_storage_browser_export.h',
+ 'browser/storage_export.h',
'browser/blob/blob_data_handle.cc',
'browser/blob/blob_data_handle.h',
'browser/blob/blob_storage_context.cc',
@@ -192,8 +192,8 @@
],
'dependencies': [
'<(DEPTH)/base/base.gyp:base',
- '<(DEPTH)/webkit/storage_common.gyp:webkit_storage_common',
- 'webkit_storage_browser',
+ '<(DEPTH)/webkit/storage_common.gyp:storage_common',
+ 'storage',
],
},
],
« no previous file with comments | « webkit/common/webkit_storage_common_export.h ('k') | webkit/storage_common.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698