Commit f3d62225 authored by Wei Lee's avatar Wei Lee Committed by Chromium LUCI CQ

[CCA] Removes views/test.html

As a follow-up of https://crrev.com/c/2547856, since we have already
changed to use test/test.html instead of views/test.html in test codes,
it should be safe to remove views/test.html to avoid confusion.

Bug: b/173092399
Test: tast run [DUT] camera.CCAUISmoke.swa
Change-Id: I904591b53591a388c729a7857144557dd1b08267
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2636735
Commit-Queue: Wei Lee <wtlee@chromium.org>
Commit-Queue: Shik Chen <shik@chromium.org>
Auto-Submit: Wei Lee <wtlee@chromium.org>
Reviewed-by: default avatarShik Chen <shik@chromium.org>
Cr-Commit-Position: refs/heads/master@{#844687}
parent 64156c13
...@@ -76,7 +76,6 @@ ...@@ -76,7 +76,6 @@
<structure name="IDR_CAMERA_STATE_JS" file="js/state.js" type="chrome_html" /> <structure name="IDR_CAMERA_STATE_JS" file="js/state.js" type="chrome_html" />
<structure name="IDR_CAMERA_TEST_BRIDGE_JS" file="js/test_bridge.js" type="chrome_html" /> <structure name="IDR_CAMERA_TEST_BRIDGE_JS" file="js/test_bridge.js" type="chrome_html" />
<structure name="IDR_CAMERA_TEST_HTML" file="test/test.html" type="chrome_html" /> <structure name="IDR_CAMERA_TEST_HTML" file="test/test.html" type="chrome_html" />
<structure name="IDR_CAMERA_TEST_LEGACY_HTML" file="views/test.html" type="chrome_html" />
<structure name="IDR_CAMERA_TIMER_JS" file="js/timer.js" type="chrome_html" /> <structure name="IDR_CAMERA_TIMER_JS" file="js/timer.js" type="chrome_html" />
<structure name="IDR_CAMERA_TIMERTICK_JS" file="js/views/camera/timertick.js" type="chrome_html" /> <structure name="IDR_CAMERA_TIMERTICK_JS" file="js/views/camera/timertick.js" type="chrome_html" />
<structure name="IDR_CAMERA_TOAST_JS" file="js/toast.js" type="chrome_html" /> <structure name="IDR_CAMERA_TOAST_JS" file="js/toast.js" type="chrome_html" />
......
<!doctype html>
<!-- Copyright 2020 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file. -->
<html>
<head>
</head>
</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