Update gn_version to 3a4f5cea73eca32e9586e8145f97b04cbd4a1aee

With the newer version of GN, reformat all the GN files to shorten deps
entries.

Change-Id: I210b929e25948ed81de4cefc3a06e131981f0da6
Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/134633
Auto-Submit: Lei Zhang <thestig@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Reviewed-by: Tom Sepez <tsepez@chromium.org>
diff --git a/DEPS b/DEPS
index cf939cb..0096da9 100644
--- a/DEPS
+++ b/DEPS
@@ -126,7 +126,7 @@
   # Three lines of non-changing comments so that
   # the commit queue can handle CLs rolling GN CIPD package version
   # and whatever else without interference from each other.
-  'gn_version': 'git_revision:97b68a0bb62b7528bc3491c7949d6804223c2b82',
+  'gn_version': 'git_revision:3a4f5cea73eca32e9586e8145f97b04cbd4a1aee',
   # Three lines of non-changing comments so that
   # the commit queue can handle CLs rolling goldctl CIPD package version
   # and whatever else without interference from each other.
diff --git a/third_party/BUILD.gn b/third_party/BUILD.gn
index 8417e8d..e8d51d5 100644
--- a/third_party/BUILD.gn
+++ b/third_party/BUILD.gn
@@ -338,7 +338,7 @@
       public_deps = [ "//third_party/libjpeg_turbo:libjpeg" ]
       public_configs = [ ":libjpeg_turbo_config" ]
     } else {
-      public_deps = [ "//third_party/libjpeg:libjpeg" ]
+      public_deps = [ "//third_party/libjpeg" ]
     }
   }
 }
diff --git a/third_party/llvm-libc/BUILD.gn b/third_party/llvm-libc/BUILD.gn
index 672f8f5..6d32760 100644
--- a/third_party/llvm-libc/BUILD.gn
+++ b/third_party/llvm-libc/BUILD.gn
@@ -12,7 +12,7 @@
 
 group("llvm-libc-shared") {
   # llvm-libc is only used as a dependency of libc++.
-  visibility = [ "//buildtools/third_party/libc++:libc++" ]
+  visibility = [ "//buildtools/third_party/libc++" ]
 
   public_configs = [ ":llvm-libc-config" ]
 }
diff --git a/xfa/fgas/crt/BUILD.gn b/xfa/fgas/crt/BUILD.gn
index 57a0212..6eb8526 100644
--- a/xfa/fgas/crt/BUILD.gn
+++ b/xfa/fgas/crt/BUILD.gn
@@ -37,7 +37,7 @@
     ":crt",
     "../../../core/fpdfapi/page",
     "../../../fxjs:gc",
-    "../../fxfa/parser:parser",
+    "../../fxfa/parser",
   ]
   pdfium_root_dir = "../../../"
 }