diff options
author | Allan Sandfeld Jensen <allan.jensen@qt.io> | 2020-10-12 14:27:29 +0200 |
---|---|---|
committer | Allan Sandfeld Jensen <allan.jensen@qt.io> | 2020-10-13 09:35:20 +0000 |
commit | c30a6232df03e1efbd9f3b226777b07e087a1122 (patch) | |
tree | e992f45784689f373bcc38d1b79a239ebe17ee23 /chromium/chrome/browser/web_applications/BUILD.gn | |
parent | 7b5b123ac58f58ffde0f4f6e488bcd09aa4decd3 (diff) | |
download | qtwebengine-chromium-85-based.tar.gz |
BASELINE: Update Chromium to 85.0.4183.14085-based
Change-Id: Iaa42f4680837c57725b1344f108c0196741f6057
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'chromium/chrome/browser/web_applications/BUILD.gn')
-rw-r--r-- | chromium/chrome/browser/web_applications/BUILD.gn | 11 |
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) { |