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

Unified Diff: components/sync/core_impl/attachments/proto/BUILD.gn

Issue 2240613002: [Sync] Convert sync to a static library. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Try getting rid of sync_core source set. Created 4 years, 4 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 | « components/sync/core/write_transaction.h ('k') | components/sync/core_impl/debug_info_event_listener.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/core_impl/attachments/proto/BUILD.gn
diff --git a/components/sync/core_impl/attachments/proto/BUILD.gn b/components/sync/core_impl/attachments/proto/BUILD.gn
index 1a8f1b77b53f2bc53317fd54ec4c5c431a7b354a..6ec4b950fdbd5fbe44f1efab0e7386a918696ca0 100644
--- a/components/sync/core_impl/attachments/proto/BUILD.gn
+++ b/components/sync/core_impl/attachments/proto/BUILD.gn
@@ -6,13 +6,9 @@ import("//third_party/protobuf/proto_library.gni")
proto_library("proto") {
# This should only get compiled into the sync component.
- visibility = [ "//components/sync:sync_core" ]
+ visibility = [ "//components/sync" ]
sources = [
"attachment_store.proto",
]
- cc_generator_options = "dllexport_decl=SYNC_EXPORT:"
- cc_include = "components/sync/base/sync_export.h"
-
- defines = [ "SYNC_IMPLEMENTATION" ]
}
« no previous file with comments | « components/sync/core/write_transaction.h ('k') | components/sync/core_impl/debug_info_event_listener.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698