Commit 2e859f9f authored by Luciano Pacheco's avatar Luciano Pacheco Committed by Commit Bot

Add files_app_entry_types as dependency

This is a preparation for crrev.com/c/1113258 which uses this deps.

Bug: 846587
Cq-Include-Trybots: luci.chromium.try:closure_compilation
Change-Id: I9fc23fa6a137df4256420464384ac3366d260b3c
Reviewed-on: https://chromium-review.googlesource.com/1116400
Commit-Queue: Luciano Pacheco <lucmult@chromium.org>
Reviewed-by: default avatarSasha Morrissey <sashab@chromium.org>
Cr-Commit-Position: refs/heads/master@{#572499}
parent 294dfa05
......@@ -87,6 +87,7 @@ js_library("background") {
":launcher_search",
":media_import_handler",
":progress_center",
"../../common/js:files_app_entry_types",
"../../common/js:metrics",
"../../common/js:util",
"../../common/js:volume_manager_common",
......
......@@ -15,6 +15,7 @@
// <include src="../../common/js/metrics_base.js">
// <include src="../../common/js/metrics_events.js">
// <include src="../../common/js/metrics.js">
// <include src="../../common/js/files_app_entry_types.js">
// <include src="../../common/js/util.js">
// <include src="../../common/js/volume_manager_common.js">
// <include src="app_window_wrapper.js">
......
......@@ -91,6 +91,7 @@ js_library("progress_center_common") {
js_library("util") {
deps = [
":files_app_entry_types",
":volume_manager_common",
"//ui/webui/resources/js:load_time_data",
"//ui/webui/resources/js:util",
......
......@@ -407,6 +407,7 @@ js_library("list_thumbnail_loader") {
js_library("main") {
deps = [
":file_manager",
"../../common/js:files_app_entry_types",
"../../common/js:metrics",
"../../common/js:util",
]
......
......@@ -80,6 +80,7 @@
//
// <include src="../../common/js/async_util.js">
// <include src="../../common/js/file_type.js">
// <include src="../../common/js/files_app_entry_types.js">
// <include src="../../common/js/volume_manager_common.js">
// <include src="../../common/js/util.js">
// <include src="../../common/js/progress_center_common.js">
......
......@@ -302,6 +302,7 @@ js_library("list_container") {
js_library("location_line") {
deps = [
"..:volume_manager_wrapper",
"../../../common/js:files_app_entry_types",
"../../../common/js:metrics",
"../../../common/js:util",
"../../../common/js:volume_manager_common",
......
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