Load axe_core_test_runner as module

This requires us to move third_party/axe-core into front_end/third_party,
as we are loading these files in the browser.

DISABLE_THIRD_PARTY_CHECK=Moving source code around
[email protected]

Bug: 1105476
Change-Id: I139c53af1a12ad2a7df7381c3d01b0c4e0f72c28
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2406159
Commit-Queue: Tim van der Lippe <[email protected]>
Reviewed-by: Paul Lewis <[email protected]>
diff --git a/all_devtools_files.gni b/all_devtools_files.gni
index 8f06d89..12697a3 100644
--- a/all_devtools_files.gni
+++ b/all_devtools_files.gni
@@ -33,7 +33,8 @@
   "front_end/lighthouse/lighthousePanel.css",
   "front_end/lighthouse/lighthouseStartView.css",
   "front_end/lighthouse/module.json",
-  "front_end/axe_core_test_runner/AxeCoreTestRunner.js",
+  "front_end/axe_core_test_runner/axe_core_test_runner.js",
+  "front_end/third_party/axe-core/axe.js",
   "front_end/axe_core_test_runner/module.json",
   "front_end/bindings_test_runner/AutomappingTestRunner.js",
   "front_end/bindings_test_runner/BindingsTestRunner.js",