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

Unified Diff: storage/storage_common.gyp

Issue 524983002: Move fileapi-related files from webkit/common/ to storage/common/ and set up redirect headers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix presubmit Created 6 years, 3 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 | « storage/common/storage_common_export.h ('k') | webkit/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: storage/storage_common.gyp
diff --git a/webkit/storage_common.gyp b/storage/storage_common.gyp
similarity index 93%
rename from webkit/storage_common.gyp
rename to storage/storage_common.gyp
index cc95ef0d080ac6f67756430c8789e7b51432485e..87d34b94d54b840012ffb9deda972adec1be08c9 100644
--- a/webkit/storage_common.gyp
+++ b/storage/storage_common.gyp
@@ -8,7 +8,7 @@
},
'targets': [
{
- # GN version: //webkit/common:storage_common
+ # GN version: //storage/common
'target_name': 'storage_common',
'type': '<(component)',
'variables': { 'enable_wexit_time_destructors': 1, },
@@ -17,10 +17,11 @@
'<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
'<(DEPTH)/net/net.gyp:net',
'<(DEPTH)/url/url.gyp:url_lib',
- '<(DEPTH)/webkit/common/webkit_common.gyp:webkit_common',
],
'defines': ['STORAGE_COMMON_IMPLEMENTATION'],
'sources': [
+ 'common/data_element.cc',
+ 'common/data_element.h',
'common/blob/blob_data.cc',
'common/blob/blob_data.h',
'common/blob/scoped_file.cc',
« no previous file with comments | « storage/common/storage_common_export.h ('k') | webkit/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698