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" ]
   }