commit | 45623289e3a09ba303e221c0f3642e59f2d2eb17 | [log] [tgz] |
---|---|---|
author | Rohit Rao <[email protected]> | Fri Nov 15 17:59:31 2019 |
committer | Commit Bot <[email protected]> | Fri Nov 15 17:59:31 2019 |
tree | 085668024a143b0eff3911d1f0d659db3e3b5810 | |
parent | a7e20a871e0eba970581d79b88f46da86baf9c73 [diff] [blame] |
[ios] Adds crashpad_tests to the iOS build. BUG=1022461 Change-Id: Ic881f6a63886c7b117c9431cd233fa1afd3995dd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1904530 Commit-Queue: Rohit Rao <[email protected]> Reviewed-by: Mark Mentovai <[email protected]> Reviewed-by: Dirk Pranke <[email protected]> Cr-Commit-Position: refs/heads/master@{#715756}
diff --git a/BUILD.gn b/BUILD.gn index 96981dff..35ac85f 100644 --- a/BUILD.gn +++ b/BUILD.gn
@@ -226,7 +226,10 @@ "//third_party/smhasher:pmurhash", ] } else if (is_ios) { - deps += [ "//ios:all" ] + deps += [ + "//ios:all", + "//third_party/crashpad/crashpad:crashpad_tests", + ] } else if (is_fuchsia) { deps += [ ":d8_fuchsia",