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

Unified Diff: storage/common/BUILD.gn

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
Index: storage/common/BUILD.gn
diff --git a/storage/common/BUILD.gn b/storage/common/BUILD.gn
index c6bfd6a730939d1c3c9e18c7a3f3c70d912198c7..605fd417af15f15fb7857f17dd05269f4b962fe0 100644
--- a/storage/common/BUILD.gn
+++ b/storage/common/BUILD.gn
@@ -6,6 +6,11 @@
component("common") {
output_name = "storage_common"
sources = [
+ "blob_storage/blob_item_bytes_request.cc",
+ "blob_storage/blob_item_bytes_request.h",
+ "blob_storage/blob_item_bytes_response.cc",
+ "blob_storage/blob_item_bytes_response.h",
+ "blob_storage/blob_storage_constants.h",
"data_element.cc",
"data_element.h",
"database/database_connections.cc",
« no previous file with comments | « storage/browser/blob/view_blob_internals_job.cc ('k') | storage/common/blob_storage/blob_item_bytes_request.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698