commit | 0ae329b754a549cdd740c678b25d5696b8503bcc | [log] [tgz] |
---|---|---|
author | Victor Costan <[email protected]> | Fri Dec 14 05:00:28 2018 |
committer | Commit Bot <[email protected]> | Fri Dec 14 05:00:28 2018 |
tree | 041312538a6ac5cba173c810d583b988d6d9af1c | |
parent | 62e18616965872c50e58bfd6b28cc4aebfa035db [diff] [blame] |
sqlite: Build sqlite_shell on Windows. The SQLite shell can be used to quickly run queries against our SQLite build, making it handy for reproducing and debugging issues. Bug: 910906 Change-Id: Ibb104c508aa7218b109cf63596b4c8987856d3b6 Reviewed-on: https://chromium-review.googlesource.com/c/1375614 Reviewed-by: John Abd-El-Malek <[email protected]> Reviewed-by: Chris Mumford <[email protected]> Commit-Queue: Victor Costan <[email protected]> Cr-Commit-Position: refs/heads/master@{#616587}
diff --git a/BUILD.gn b/BUILD.gn index 9343be9..3eb2034 100644 --- a/BUILD.gn +++ b/BUILD.gn
@@ -669,7 +669,7 @@ deps += [ "//third_party/perfetto:all" ] } - if (is_mac || is_linux) { + if (is_win || is_mac || is_linux) { deps += [ "//third_party/sqlite:sqlite_shell" ] }