| # 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. |
| |
| import("//third_party/closure_compiler/compile_js.gni") |
| |
| js_type_check("closure_compile") { |
| testonly = true |
| deps = [ |
| ":background", |
| ":breadcrumbs", |
| ":context_menu", |
| ":copy_between_windows", |
| ":create_new_folder", |
| ":crostini", |
| ":directory_tree", |
| ":directory_tree_context_menu", |
| ":drive_specific", |
| ":file_dialog", |
| ":file_display", |
| ":file_list", |
| ":files_tooltip", |
| ":folder_shortcuts", |
| ":format_dialog", |
| ":gear_menu", |
| ":grid_view", |
| ":install_linux_package_dialog", |
| ":keyboard_operations", |
| ":launcher_search", |
| ":metadata", |
| ":metrics", |
| ":my_files", |
| ":open_audio_files", |
| ":open_image_files", |
| ":open_video_files", |
| ":providers", |
| ":quick_view", |
| ":recents", |
| ":restore_geometry", |
| ":restore_prefs", |
| ":search", |
| ":share_and_manage_dialog", |
| ":sort_columns", |
| ":suggest_app_dialog", |
| ":tab_index", |
| ":tasks", |
| ":toolbar", |
| ":transfer", |
| ":trash", |
| ":traverse", |
| ":zip_files", |
| ] |
| } |
| |
| js_library("background") { |
| testonly = true |
| deps = [ |
| "//ui/file_manager/base/js:volume_manager_types", |
| "//ui/file_manager/integration_tests:remote_call", |
| "//ui/file_manager/integration_tests:test_util", |
| ] |
| } |
| |
| js_library("breadcrumbs") { |
| testonly = true |
| deps = [] |
| } |
| |
| js_library("context_menu") { |
| testonly = true |
| deps = [] |
| } |
| |
| js_library("copy_between_windows") { |
| testonly = true |
| deps = [] |
| } |
| |
| js_library("create_new_folder") { |
| testonly = true |
| deps = [] |
| } |
| |
| js_library("crostini") { |
| testonly = true |
| deps = [] |
| } |
| |
| js_library("directory_tree") { |
| testonly = true |
| deps = [] |
| } |
| |
| js_library("directory_tree_context_menu") { |
| testonly = true |
| deps = [] |
| } |
| |
| js_library("drive_specific") { |
| testonly = true |
| deps = [] |
| } |
| |
| js_library("file_dialog") { |
| testonly = true |
| deps = [] |
| } |
| |
| js_library("file_display") { |
| testonly = true |
| deps = [] |
| } |
| |
| js_library("file_list") { |
| testonly = true |
| deps = [] |
| } |
| |
| js_library("files_tooltip") { |
| testonly = true |
| deps = [] |
| } |
| |
| js_library("folder_shortcuts") { |
| testonly = true |
| deps = [] |
| } |
| |
| js_library("format_dialog") { |
| testonly = true |
| deps = [] |
| } |
| |
| js_library("gear_menu") { |
| testonly = true |
| deps = [] |
| } |
| |
| js_library("grid_view") { |
| testonly = true |
| deps = [] |
| } |
| |
| js_library("install_linux_package_dialog") { |
| testonly = true |
| deps = [] |
| } |
| |
| js_library("keyboard_operations") { |
| testonly = true |
| deps = [] |
| } |
| |
| js_library("launcher_search") { |
| testonly = true |
| deps = [] |
| } |
| |
| js_library("metadata") { |
| testonly = true |
| deps = [] |
| } |
| |
| js_library("metrics") { |
| testonly = true |
| deps = [] |
| } |
| |
| js_library("my_files") { |
| testonly = true |
| deps = [] |
| } |
| |
| js_library("open_audio_files") { |
| testonly = true |
| deps = [] |
| } |
| |
| js_library("open_image_files") { |
| testonly = true |
| deps = [] |
| } |
| |
| js_library("open_sniffed_files") { |
| testonly = true |
| deps = [] |
| } |
| |
| js_library("open_video_files") { |
| testonly = true |
| deps = [] |
| } |
| |
| js_library("providers") { |
| testonly = true |
| deps = [] |
| } |
| |
| js_library("quick_view") { |
| testonly = true |
| deps = [] |
| } |
| |
| js_library("recents") { |
| testonly = true |
| deps = [] |
| } |
| |
| js_library("restore_geometry") { |
| testonly = true |
| deps = [] |
| } |
| |
| js_library("restore_prefs") { |
| testonly = true |
| deps = [] |
| } |
| |
| js_library("search") { |
| testonly = true |
| deps = [] |
| } |
| |
| js_library("share_and_manage_dialog") { |
| testonly = true |
| deps = [] |
| } |
| |
| js_library("sort_columns") { |
| testonly = true |
| deps = [] |
| } |
| |
| js_library("suggest_app_dialog") { |
| testonly = true |
| deps = [] |
| } |
| |
| js_library("tab_index") { |
| testonly = true |
| deps = [] |
| } |
| |
| js_library("tasks") { |
| testonly = true |
| deps = [] |
| } |
| |
| js_library("toolbar") { |
| testonly = true |
| deps = [] |
| } |
| |
| js_library("transfer") { |
| testonly = true |
| deps = [] |
| } |
| |
| js_library("trash") { |
| testonly = true |
| deps = [] |
| } |
| |
| js_library("traverse") { |
| testonly = true |
| deps = [] |
| } |
| |
| js_library("zip_files") { |
| testonly = true |
| deps = [] |
| } |