Commit 16bcae66 authored by Kuo Jen Wei's avatar Kuo Jen Wei Committed by Commit Bot

[CCA] Convert background.js into ES6 module.

Bug: 141518780
Test: Pass closure compiler check, tast run <DUT> 'camera.CCAUI*' on
both HALv1 and v3 devices.

Change-Id: Ic6dbdf1b89cba83637a923ac2023b674021b9c00
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1991041
Auto-Submit: Kuo Jen Wei <inker@chromium.org>
Reviewed-by: default avatarShik Chen <shik@chromium.org>
Commit-Queue: Kuo Jen Wei <inker@chromium.org>
Cr-Commit-Position: refs/heads/master@{#729692}
parent 04693202
...@@ -4,14 +4,10 @@ ...@@ -4,14 +4,10 @@
found in the LICENSE file. --> found in the LICENSE file. -->
<html> <html>
<head> <head>
<script src="../js/namespace.js"></script>
<script src="../js/mojo/mojo_bindings_lite.js"></script> <script src="../js/mojo/mojo_bindings_lite.js"></script>
<script src="../js/mojo/camera_intent.mojom-lite.js"></script> <script src="../js/mojo/camera_intent.mojom-lite.js"></script>
<script src="../js/mojo/camera_app_helper.mojom-lite.js"></script> <script src="../js/mojo/camera_app_helper.mojom-lite.js"></script>
<script type="module" src="../js/mojo/chrome_helper.js"></script> <script src="../js/namespace.js"></script>
<script type="module" src="../js/type.js"></script> <script type="module" src="../js/background.js"></script>
<script type="module" src="../js/perf.js"></script>
<script type="module" src="../js/intent.js"></script>
<script defer src="../js/background.js"></script>
</head> </head>
</html> </html>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment