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

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: comments 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
« no previous file with comments | « 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..305a61258e17173fb3230f6c30a16cbb7e2921ba 100644
--- a/storage/storage_common.gyp
+++ b/storage/storage_common.gyp
@@ -20,6 +20,11 @@
],
'defines': ['STORAGE_COMMON_IMPLEMENTATION'],
'sources': [
+ 'common/blob_storage/blob_item_bytes_request.cc',
+ 'common/blob_storage/blob_item_bytes_request.h',
+ 'common/blob_storage/blob_item_bytes_response.cc',
+ 'common/blob_storage/blob_item_bytes_response.h',
+ 'common/blob_storage/blob_storage_constants.h',
'common/data_element.cc',
'common/data_element.h',
'common/database/database_connections.cc',
« no previous file with comments | « storage/common/data_element.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698