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

Unified Diff: sync/BUILD.gn

Issue 652723003: Implementation of OnDiskAttachmentStore. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changes after feedback from Nick Created 6 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 | « no previous file | sync/api/attachments/attachment_store.h » ('j') | sync/api/attachments/attachment_store.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/BUILD.gn
diff --git a/sync/BUILD.gn b/sync/BUILD.gn
index 2ba15cb0805d782405e13e0b66b3e8483e5334ff..fc97468a290682e8f4d78f2b9e88c8416bcb7c7d 100644
--- a/sync/BUILD.gn
+++ b/sync/BUILD.gn
@@ -126,6 +126,7 @@ source_set("sync_core") {
"internal_api/attachments/fake_attachment_downloader.cc",
"internal_api/attachments/fake_attachment_uploader.cc",
"internal_api/attachments/in_memory_attachment_store.cc",
+ "internal_api/attachments/on_disk_attachment_store.cc",
"internal_api/base_node.cc",
"internal_api/base_transaction.cc",
"internal_api/change_record.cc",
@@ -164,6 +165,7 @@ source_set("sync_core") {
"internal_api/public/attachments/fake_attachment_downloader.h",
"internal_api/public/attachments/fake_attachment_uploader.h",
"internal_api/public/attachments/in_memory_attachment_store.h",
+ "internal_api/public/attachments/on_disk_attachment_store.h",
"internal_api/public/base/attachment_id_proto.cc",
"internal_api/public/base/attachment_id_proto.h",
"internal_api/public/base/cancelation_observer.cc",
@@ -565,9 +567,12 @@ test("sync_unit_tests") {
"internal_api/attachments/attachment_service_impl_unittest.cc",
"internal_api/attachments/attachment_service_proxy_unittest.cc",
"internal_api/attachments/attachment_store_handle_unittest.cc",
+ "internal_api/attachments/attachment_store_test_template.h",
"internal_api/attachments/attachment_uploader_impl_unittest.cc",
"internal_api/attachments/fake_attachment_downloader_unittest.cc",
"internal_api/attachments/fake_attachment_uploader_unittest.cc",
+ "internal_api/attachments/in_memory_attachment_store_unittest.cc",
+ "internal_api/attachments/on_disk_attachment_store_unittest.cc",
"internal_api/debug_info_event_listener_unittest.cc",
"internal_api/http_bridge_unittest.cc",
"internal_api/js_mutation_event_observer_unittest.cc",
« no previous file with comments | « no previous file | sync/api/attachments/attachment_store.h » ('j') | sync/api/attachments/attachment_store.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698