Skip to content

Commit 8355777

Browse files
jDramaixcopybara-github
authored andcommitted
Add missing web_animations.js extern to elemental2-dom
PiperOrigin-RevId: 766704506
1 parent 0024e4a commit 8355777

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

third_party/BUILD

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,11 @@ extern(
312312
path = "browser/wicg_entries.js",
313313
)
314314

315+
extern(
316+
name = "web_animations.js",
317+
path = "browser/web_animations.js",
318+
)
319+
315320
java_library(
316321
name = "gwt-array-stamper",
317322
srcs = [

0 commit comments

Comments
 (0)