Roll src/third_party/googletest/src/ 145d05750..9077ec7ef (11 commits)

https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/145d05750b15..9077ec7efe5b

$ git log 145d05750..9077ec7ef --date=short --no-merges --format='%ad %ae %s'
2018-06-11 misterg Removed "Documentation.md" not adding value and not consitent with internal docs
2018-06-11 misterg Rename Samples.md to samples.md and adjust the links
2018-06-11 misterg Rename FAQ.md to faq.md and adjust the links.
2018-06-11 misterg Rename AdvancedGuide.md to advanced.md and adjust the links. Part of documentation rationalization work
2018-06-11 misterg Rename "Primer.md" to "primer.md" and adjust links. Part of the documentaion rationalzation
2018-06-07 steelskin Fuchsia: Change fdio include path.
2018-06-04 misterg Upstream, cl/199129756
2018-05-31 steelskin Clean up
2018-05-30 fdegans Remvoe launchpad dependency from Fuchsia.
2018-05-23 misterg formatting changes
2018-05-23 misterg Formatting changes

Created with:
  roll-dep src/third_party/googletest/src

Bug: 848028, 850757
Change-Id: I561501321fb200d0cf140fa8cde61e1afa593121
Reviewed-on: https://chromium-review.googlesource.com/1087361
Commit-Queue: Fabrice de Gans-Riberi <fdegans@chromium.org>
Reviewed-by: Wez <wez@chromium.org>
Reviewed-by: Dirk Pranke <dpranke@chromium.org>
Cr-Original-Commit-Position: refs/heads/master@{#566149}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 408ec2cbbca7d90cd5016ebba53497573fb8daa3
diff --git a/BUILD.gn b/BUILD.gn
index 4b87207..5de326d 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -111,7 +111,6 @@
   if (is_fuchsia) {
     deps += [
       "//third_party/fuchsia-sdk:fdio",
-      "//third_party/fuchsia-sdk:launchpad",
     ]
   }
 }