[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",