Split the closure typecheck target for chrome://media-app into index/app.
Currently there is only one typechecking pass for chrome://media-app. This means the two JS contexts are being typechecked together, and the compiler doesn't complain if receiver.js uses function signatures in launch.js even though they are isolated from each other. Create one type check target for each .html file, listing the .js files included in each (via script tags). Bug: 996088 Change-Id: I7d24a54a1869a535721ef162ec15d268b3b00171 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2091092Reviewed-by:Patti <patricialor@chromium.org> Commit-Queue: Trent Apted <tapted@chromium.org> Cr-Commit-Position: refs/heads/master@{#748071}
Showing
Please register or sign in to comment