Commit 7b426551 authored by Luciano Pacheco's avatar Luciano Pacheco Committed by Chromium LUCI CQ

Files app: Add <cr-toggle> to deferred_elements.m.js

Bug: 1133186
Change-Id: I8d4881c08e7a67953cac948f60d6f26e3977d7ed
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2638959
Commit-Queue: Luciano Pacheco <lucmult@chromium.org>
Commit-Queue: Jeremie Boulic <jboulic@chromium.org>
Auto-Submit: Luciano Pacheco <lucmult@chromium.org>
Reviewed-by: default avatarJeremie Boulic <jboulic@chromium.org>
Cr-Commit-Position: refs/heads/master@{#845077}
parent 13257563
......@@ -715,6 +715,7 @@ js_library("deferred_elements.m") {
"//ui/file_manager/file_manager/foreground/elements:xf_circular_progress.m",
"//ui/file_manager/file_manager/foreground/elements:xf_display_panel.m",
"//ui/file_manager/file_manager/foreground/elements:xf_panel_item.m",
"//ui/webui/resources/cr_elements/cr_toggle:cr_toggle.m",
]
}
......
......@@ -6,6 +6,7 @@
* @fileoverview Elements not used in the first painting of the app.
*/
import 'chrome://resources/cr_elements/cr_toggle/cr_toggle.m.js';
import '../elements/files_format_dialog.m.js';
import '../elements/files_message.m.js';
import '../elements/files_password_dialog.m.js';
......
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