commit | 256df17f198d540dde5f4d80663a04be2632a966 | [log] [tgz] |
---|---|---|
author | Yuwei Huang <[email protected]> | Tue Oct 01 00:55:12 2019 |
committer | Commit Bot <[email protected]> | Tue Oct 01 00:55:12 2019 |
tree | 8b3534f6cf8c17445b09030b98d32d9821327cc4 | |
parent | 4daf117c6d8907795df7ee6b82a81b8e80f0bed5 [diff] [blame] |
Add remoting/client to shipped_binaries Trybot was not catching missing traffic annotations in remoting/client since it's not pulled in by shipped_binaries. //remoting/client is used by remoting Android and iOS clients, which we can't include in shipped_binaries, so I directly include //remoting/client instead. Change-Id: I5ad2a1e69fa2cbc57ca757ec748df002eb249ae9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1829650 Reviewed-by: Bruce Dawson <[email protected]> Commit-Queue: Yuwei Huang <[email protected]> Cr-Commit-Position: refs/heads/master@{#701382}
diff --git a/BUILD.gn b/BUILD.gn index 39e29ab..3ef251b4 100644 --- a/BUILD.gn +++ b/BUILD.gn
@@ -815,6 +815,7 @@ group("shipped_binaries") { deps = [ "//chrome:chrome", + "//remoting/client", "//remoting/host:host", "//tools/traffic_annotation/summary:annotations_xml", ]