summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/web_applications/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/browser/web_applications/BUILD.gn')
-rw-r--r--chromium/chrome/browser/web_applications/BUILD.gn11
1 files changed, 10 insertions, 1 deletions
diff --git a/chromium/chrome/browser/web_applications/BUILD.gn b/chromium/chrome/browser/web_applications/BUILD.gn
index 6181b1a742a..dd02e65c271 100644
--- a/chromium/chrome/browser/web_applications/BUILD.gn
+++ b/chromium/chrome/browser/web_applications/BUILD.gn
@@ -58,6 +58,8 @@ source_set("web_applications") {
"external_web_app_manager.h",
"file_utils_wrapper.cc",
"file_utils_wrapper.h",
+ "os_integration_manager.cc",
+ "os_integration_manager.h",
"pending_app_install_task.cc",
"pending_app_install_task.h",
"pending_app_manager_impl.cc",
@@ -80,6 +82,8 @@ source_set("web_applications") {
"web_app_install_manager.h",
"web_app_install_task.cc",
"web_app_install_task.h",
+ "web_app_proto_utils.cc",
+ "web_app_proto_utils.h",
"web_app_registrar.cc",
"web_app_registrar.h",
"web_app_registry_update.cc",
@@ -139,6 +143,8 @@ source_set("web_applications_test_support") {
"test/test_install_finalizer.h",
"test/test_pending_app_manager.cc",
"test/test_pending_app_manager.h",
+ "test/test_pending_app_manager_impl.cc",
+ "test/test_pending_app_manager_impl.h",
"test/test_system_web_app_manager.cc",
"test/test_system_web_app_manager.h",
"test/test_system_web_app_url_data_source.cc",
@@ -157,6 +163,8 @@ source_set("web_applications_test_support") {
"test/web_app_icon_test_utils.h",
"test/web_app_install_observer.cc",
"test/web_app_install_observer.h",
+ "test/web_app_install_test_utils.cc",
+ "test/web_app_install_test_utils.h",
"test/web_app_registration_waiter.cc",
"test/web_app_registration_waiter.h",
"test/web_app_test.cc",
@@ -251,10 +259,11 @@ source_set("web_applications_browser_tests") {
":web_applications_test_support",
"//chrome/app:command_ids",
"//chrome/browser/web_applications/components",
- "//chrome/services/app_service/public/cpp:app_update",
+ "//chrome/browser/web_applications/extensions",
"//chrome/test:test_support",
"//chrome/test:test_support_ui",
"//components/permissions:permissions",
+ "//components/services/app_service/public/cpp:app_update",
]
if (is_chromeos) {