Move remaining legacy files to GN

[email protected]

Bug: 1131500
Change-Id: Ibb247dd02a5032604824517be4276c4b83c8fc8c
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2479140
Commit-Queue: Tim van der Lippe <[email protected]>
Auto-Submit: Tim van der Lippe <[email protected]>
Reviewed-by: Paul Lewis <[email protected]>
diff --git a/front_end/animation/animation-legacy.js b/front_end/animation/animation-legacy.js
index 7c46b45..0487b1a 100644
--- a/front_end/animation/animation-legacy.js
+++ b/front_end/animation/animation-legacy.js
@@ -2,6 +2,8 @@
 // Use of this source code is governed by a BSD-style license that can be
 // found in the LICENSE file.
 
+// @ts-nocheck
+
 import * as AnimationModule from './animation.js';
 
 self.Animation = self.Animation || {};