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

Unified Diff: webkit/storage_browser.gyp

Issue 520913003: Split storage macros into storage and storage_common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix header guard 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/storage_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 9ff06aa021fa61e6ed98baba135ba153a7bcc3c0..71ebcd98188fce76f54cccff99e8481b023ae6cc 100644
--- a/webkit/storage_browser.gyp
+++ b/webkit/storage_browser.gyp
@@ -24,7 +24,7 @@
'<(DEPTH)/webkit/common/webkit_common.gyp:webkit_common',
'<(DEPTH)/webkit/storage_common.gyp:storage_common',
],
- 'defines': ['STORAGE_IMPLEMENTATION'],
+ 'defines': ['STORAGE_BROWSER_IMPLEMENTATION'],
'sources': [
'browser/blob/blob_data_handle.cc',
'browser/blob/blob_data_handle.h',
@@ -170,6 +170,7 @@
'browser/quota/storage_observer.h',
'browser/quota/usage_tracker.cc',
'browser/quota/usage_tracker.h',
+ 'browser/storage_browser_export.h',
],
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
'msvs_disabled_warnings': [ 4267, ],
« no previous file with comments | « webkit/common/storage_export.h ('k') | webkit/storage_common.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698