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

Unified Diff: sync/internal_api/attachments/proto/BUILD.gn

Issue 647553009: Introduce AttachmentStore metadata record (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: GN fix 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
Index: sync/internal_api/attachments/proto/BUILD.gn
diff --git a/content/browser/service_worker/BUILD.gn b/sync/internal_api/attachments/proto/BUILD.gn
similarity index 60%
copy from content/browser/service_worker/BUILD.gn
copy to sync/internal_api/attachments/proto/BUILD.gn
index 43a2ff1b43595acc20194a8c83c6e118e707fa03..0e02b01d5adf6d5792e9fa5accff99cac879000e 100644
--- a/content/browser/service_worker/BUILD.gn
+++ b/sync/internal_api/attachments/proto/BUILD.gn
@@ -6,8 +6,11 @@ import("//third_party/protobuf/proto_library.gni")
proto_library("proto") {
sources = [
- "service_worker_cache.proto",
- "service_worker_database.proto",
+ "attachment_store.proto",
]
-}
+ cc_generator_options = "dllexport_decl=SYNC_EXPORT_PRIVATE:"
+ cc_include = "sync/base/sync_export.h"
+
+ defines = [ "SYNC_IMPLEMENTATION" ]
+}

Powered by Google App Engine
This is Rietveld 408576698