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

Unified Diff: storage/storage_common.gyp

Issue 1288373002: [BlobAsync] Patch 2: Common Constants (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@async1
Patch Set: removed messages Created 5 years, 2 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
« storage/common/data_element.cc ('K') | « storage/common/data_element.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: storage/storage_common.gyp
diff --git a/storage/storage_common.gyp b/storage/storage_common.gyp
index 74b913913038ba8cd8b67f76d012fdacae352ec6..938bd5fcbe5fd0ebfa9f376a1181dccc7daec44a 100644
--- a/storage/storage_common.gyp
+++ b/storage/storage_common.gyp
@@ -20,6 +20,10 @@
],
'defines': ['STORAGE_COMMON_IMPLEMENTATION'],
'sources': [
+ 'common/blob_storage/blob_item_bytes_request.h',
+ 'common/blob_storage/blob_item_bytes_response.h',
+ 'common/blob_storage/blob_item_bytes_response.cc',
+ 'common/blob_storage/blob_storage_constants.h',
'common/data_element.cc',
'common/data_element.h',
'common/database/database_connections.cc',
« storage/common/data_element.cc ('K') | « storage/common/data_element.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698