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" ] |
+} |