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

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

Issue 1104703004: Windows GN component build fixes: sync, ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 | « sync/BUILD.gn ('k') | ui/display/BUILD.gn » ('j') | ui/display/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/internal_api/attachments/proto/BUILD.gn
diff --git a/sync/internal_api/attachments/proto/BUILD.gn b/sync/internal_api/attachments/proto/BUILD.gn
index 3408c38d2557cbc4761f1f2c88a0e0b7dc8f5677..ac1a4b26a8fd5d2c3fece95971a76147a2bb1461 100644
--- a/sync/internal_api/attachments/proto/BUILD.gn
+++ b/sync/internal_api/attachments/proto/BUILD.gn
@@ -5,6 +5,9 @@
import("//third_party/protobuf/proto_library.gni")
proto_library("proto") {
+ # This should only get compiled into the sync component.
+ visibility = [ "//sync:sync_core" ]
+
sources = [
"attachment_store.proto",
]
« no previous file with comments | « sync/BUILD.gn ('k') | ui/display/BUILD.gn » ('j') | ui/display/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698