commit | 8ca5b930dad6fb987ddb677743e29659f8b6e15b | [log] [tgz] |
---|---|---|
author | Michael Giuffrida <[email protected]> | Thu Aug 08 15:43:12 2019 |
committer | Commit Bot <[email protected]> | Thu Aug 08 15:43:12 2019 |
tree | 9d5af9471d404bd0c96fcde1fcab32b231fa5b72 | |
parent | 49bc0d855177c95bb0b34a86e23d4f940cfbfa13 [diff] [blame] |
Remove app_shell installer This installer and app_shell itself are unused. Bug: 987150 Change-Id: I299a53b2d4090e35c81ff32aeffe717303921c6f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1716604 Commit-Queue: Nico Weber <[email protected]> Reviewed-by: Nico Weber <[email protected]> Reviewed-by: Ben Wells <[email protected]> Auto-Submit: Michael Giuffrida <[email protected]> Cr-Commit-Position: refs/heads/master@{#685203}
diff --git a/BUILD.gn b/BUILD.gn index 6e56c00..6c65883 100644 --- a/BUILD.gn +++ b/BUILD.gn
@@ -516,10 +516,7 @@ } if (enable_extensions) { - deps += [ - "//extensions/shell:app_shell", - "//extensions/shell/installer:app_shell_installer", - ] + deps += [ "//extensions/shell:app_shell" ] if (is_desktop_linux && is_official_build) { deps += [ "//extensions/shell:app_shell_linux_symbols" ] }