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

Unified Diff: content/test/BUILD.gn

Issue 2448353002: [BlobAsync] Moving async handling into BlobStorageContext & quota out. (Closed)
Patch Set: hopefully fixed android/windows compile, and comments Created 4 years, 1 month 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: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 511e8c29ccd9319a02092788d964da29f5303e2b..85e8c152d78ce0c55ad5979f457e7bdbd9fc77db 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -943,7 +943,6 @@ test("content_unittests") {
"../browser/background_sync/background_sync_manager_unittest.cc",
"../browser/background_sync/background_sync_network_observer_unittest.cc",
"../browser/background_sync/background_sync_service_impl_unittest.cc",
- "../browser/blob_storage/blob_async_builder_host_unittest.cc",
"../browser/blob_storage/blob_async_transport_request_builder_unittest.cc",
"../browser/blob_storage/blob_data_builder_unittest.cc",
"../browser/blob_storage/blob_dispatcher_host_unittest.cc",
@@ -951,6 +950,7 @@ test("content_unittests") {
"../browser/blob_storage/blob_reader_unittest.cc",
"../browser/blob_storage/blob_storage_context_unittest.cc",
"../browser/blob_storage/blob_storage_registry_unittest.cc",
+ "../browser/blob_storage/blob_transport_host_unittest.cc",
"../browser/blob_storage/blob_url_request_job_unittest.cc",
"../browser/bluetooth/bluetooth_allowed_devices_map_unittest.cc",
"../browser/bluetooth/bluetooth_blacklist_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698