From d20473d166912de9d8f271c7bdabc75ee60a42f0 Mon Sep 17 00:00:00 2001 From: brettw Date: Fri, 24 Apr 2015 15:34:49 -0700 Subject: Windows GN component build fixes: sync, ui TBR=dpranke@chromium.org CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:android_chromium_gn_compile_dbg,android_chromium_gn_compile_rel;tryserver.chromium.win:win8_chromium_gn_rel,win8_chromium_gn_dbg;tryserver.chromium.mac:mac_chromium_gn_rel,mac_chromium_gn_dbg Review URL: https://codereview.chromium.org/1104703004 Cr-Commit-Position: refs/heads/master@{#326911} --- sync/internal_api/attachments/proto/BUILD.gn | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sync/internal_api') diff --git a/sync/internal_api/attachments/proto/BUILD.gn b/sync/internal_api/attachments/proto/BUILD.gn index 3408c38..ac1a4b2 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", ] -- cgit v1.1