commit | ead1fa43d0187eb29badd3b1ee5ea5c6dcbc3594 | [log] [tgz] |
---|---|---|
author | Tim van der Lippe <[email protected]> | Fri Oct 16 13:58:19 2020 |
committer | Commit Bot <[email protected]> | Mon Oct 19 09:25:50 2020 |
tree | c0223a5be9ff8f6deb2e715cc034967171341358 | |
parent | 59a15e10e1291a43e590ff801ac0a96070a4335d [diff] [blame] |
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 || {};