Update repohook check about gyp

There are some packages already migrated and some packages I missed.

TEST=Code search to check no directories expect the listed ones have gyp: http://cs/search/?q=file:%5C.gypi?+-file:platform/ap/+-file:platform/ap-daemons/+-file:/drivefs-google3/+-file:/drivefs/+-file:/platform2/+-file:platform/actions/+-file:/weave/libweave/+-file:/platform/thermald/+-file:/platform/experimental-touch-fw/&m=100&sq=package:%5Echromeos_public$%7C%5Echromeos_internal$&type=cs
TEST=Add x.gyp here and repo upload fails.
TEST=repo upload works in ap/wireless and ap/security repos.
BUG=None

Change-Id: I741ed21537e227932bbbe65d5a5da71a090dbff6
Reviewed-on: https://chromium-review.googlesource.com/1644773
Commit-Ready: Keigo Oka <oka@chromium.org>
Tested-by: Keigo Oka <oka@chromium.org>
Legacy-Commit-Queue: Commit Bot <commit-bot@chromium.org>
Reviewed-by: Tatsuhisa Yamaguchi <yamaguchi@chromium.org>
diff --git a/pre-upload.py b/pre-upload.py
index 9cb628f..4baf40e 100755
--- a/pre-upload.py
+++ b/pre-upload.py
@@ -1227,24 +1227,15 @@
 def _check_no_new_gyp(_project, commit):
   """Verifies no project starts to use GYP."""
   whitelist = [
-      'aosp/platform/system/update_engine',
       'chromeos/ap',
       'chromeos/ap-daemons',
+      'chromeos/ap/security',
+      'chromeos/ap/wireless',
       'chromeos/platform/actions',
-      'chromeos/platform/arc-oemcrypto',
-      'chromeos/platform/drivefs',
       'chromeos/platform/drivefs-google3',
       'chromeos/platform/experimental-touch-fw',
-      'chromeos/platform/gdisp',
-      'chromeos/platform/nest-nn',
-      'chromeos/platform/whisper',
       'chromeos/thermald',
-      'chromeos/vendor/fibocom-firmware',
-      'chromiumos/platform/cfm-device-monitor',
-      'chromiumos/platform/google-breakpad',
       'chromiumos/platform2',
-      'chromiumos/third_party/atrusctl',
-      'chromiumos/third_party/virtual-usb-printer',
       'weave/libweave',
   ]
   if _project.name in whitelist: