update_engine: run gn lint on presubmit

TEST=checked repo upload runs gnlint.py
BUG=chromium:971584

Change-Id: Iab58c1b42aaca5c27421835b4923c880a16a7ba1
Reviewed-on: https://chromium-review.googlesource.com/1648086
Tested-by: Keigo Oka <oka@chromium.org>
Commit-Ready: Keigo Oka <oka@chromium.org>
Legacy-Commit-Queue: Commit Bot <commit-bot@chromium.org>
Reviewed-by: Amin Hassani <ahassani@chromium.org>
diff --git a/PRESUBMIT.cfg b/PRESUBMIT.cfg
index f2c7831..7256e54 100644
--- a/PRESUBMIT.cfg
+++ b/PRESUBMIT.cfg
@@ -1,6 +1,6 @@
 [Hook Scripts]
 hook0=../../../../chromite/bin/cros lint ${PRESUBMIT_FILES}
-hook1=../../../platform2/common-mk/gyplint.py ${PRESUBMIT_FILES}
+hook1=../../../platform2/common-mk/gnlint.py ${PRESUBMIT_FILES}
 
 [Hook Overrides]
 clang_format_check: true