Add more dirs to gn check set

We maintain these all ourselves now and they 'gn check' clean so add
them to the default check set so they stay working.

R=tonyg@chromium.org

Review URL: https://codereview.chromium.org/1061743002
diff --git a/gin/BUILD.gn b/gin/BUILD.gn
index 8f7e360..a822828 100644
--- a/gin/BUILD.gn
+++ b/gin/BUILD.gn
@@ -48,10 +48,10 @@
     "public/isolate_holder.h",
     "public/v8_platform.h",
     "public/wrapper_info.h",
-    "runner.cc",
-    "runner.h",
     "run_microtasks_observer.cc",
     "run_microtasks_observer.h",
+    "runner.cc",
+    "runner.h",
     "shell_runner.cc",
     "shell_runner.h",
     "try_catch.cc",
@@ -70,6 +70,7 @@
   ]
   deps = [
     "//base/third_party/dynamic_annotations",
+    "//crypto",
   ]
   if (v8_use_external_startup_data && is_win) {
     deps += [
@@ -151,8 +152,8 @@
     "modules/module_registry_unittest.cc",
     "modules/timer_unittest.cc",
     "per_context_data_unittest.cc",
-    "shell_runner_unittest.cc",
     "shell/gin_shell_unittest.cc",
+    "shell_runner_unittest.cc",
     "test/run_all_unittests.cc",
     "test/run_js_tests.cc",
     "wrappable_unittest.cc",