diff options
author | brettw <brettw@chromium.org> | 2015-04-24 15:34:49 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-04-24 22:34:51 +0000 |
commit | d20473d166912de9d8f271c7bdabc75ee60a42f0 (patch) | |
tree | f2094410ccb165840ee983c1ede37c26eea79eee /sync/internal_api | |
parent | 8e4f6ca3435b8aa13fa3c981a96cca08e3d51515 (diff) | |
download | chromium_src-d20473d166912de9d8f271c7bdabc75ee60a42f0.zip chromium_src-d20473d166912de9d8f271c7bdabc75ee60a42f0.tar.gz chromium_src-d20473d166912de9d8f271c7bdabc75ee60a42f0.tar.bz2 |
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}
Diffstat (limited to 'sync/internal_api')
-rw-r--r-- | sync/internal_api/attachments/proto/BUILD.gn | 3 |
1 files changed, 3 insertions, 0 deletions
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", ] |