summaryrefslogtreecommitdiff
path: root/chromium/ui/file_manager/integration_tests
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/file_manager/integration_tests')
-rw-r--r--chromium/ui/file_manager/integration_tests/BUILD.gn2
-rw-r--r--chromium/ui/file_manager/integration_tests/file_manager/BUILD.gn213
2 files changed, 209 insertions, 6 deletions
diff --git a/chromium/ui/file_manager/integration_tests/BUILD.gn b/chromium/ui/file_manager/integration_tests/BUILD.gn
index 5f56947117e..c294aeea41d 100644
--- a/chromium/ui/file_manager/integration_tests/BUILD.gn
+++ b/chromium/ui/file_manager/integration_tests/BUILD.gn
@@ -26,6 +26,6 @@ js_library("test_util") {
testonly = true
externs_list = [
"$externs_path/chrome_extensions.js",
- "//ui/file_manager/externs/chrome_test.js",
+ "$externs_path/test.js",
]
}
diff --git a/chromium/ui/file_manager/integration_tests/file_manager/BUILD.gn b/chromium/ui/file_manager/integration_tests/file_manager/BUILD.gn
index 3110468a322..bad7ab9a689 100644
--- a/chromium/ui/file_manager/integration_tests/file_manager/BUILD.gn
+++ b/chromium/ui/file_manager/integration_tests/file_manager/BUILD.gn
@@ -14,7 +14,40 @@ js_type_check("closure_compile") {
":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",
+ ":traverse",
+ ":zip_files",
]
}
@@ -27,11 +60,6 @@ js_library("background") {
]
}
-js_library("file_dialog") {
- testonly = true
- deps = []
-}
-
js_library("breadcrumbs") {
testonly = true
deps = []
@@ -61,3 +89,178 @@ 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("traverse") {
+ testonly = true
+ deps = []
+}
+
+js_library("zip_files") {
+ testonly = true
+ deps = []
+}