Skip to content

Commit

Permalink
Add Worklet and WorkletGlobalScope to externs.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 314407697
  • Loading branch information
Googler authored and copybara-github committed Jun 2, 2020
1 parent eb0e3f1 commit c458901
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions java/elemental2/media/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ filegroup(
srcs = [
"//third_party:mediakeys.js",
"//third_party:w3c_audio.js",
"//third_party:w3c_worklets.js",
],
)

Expand Down
5 changes: 5 additions & 0 deletions third_party/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,11 @@ alias(
actual = "@com_google_closure_compiler//:externs/browser/webassembly.js",
)

alias(
name = "w3c_worklets.js",
actual = "@com_google_closure_compiler//:externs/browser/w3c_worklets.js",
)

alias(
name = "jsinterop-annotations",
actual = "@com_google_j2cl//:jsinterop-annotations-j2cl",
Expand Down

0 comments on commit c458901

Please sign in to comment.