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/components | |
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/components')
-rw-r--r-- | chromium/chrome/browser/web_applications/components/BUILD.gn | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/chromium/chrome/browser/web_applications/components/BUILD.gn b/chromium/chrome/browser/web_applications/components/BUILD.gn index 1ef11da4744..7af3d35b4f0 100644 --- a/chromium/chrome/browser/web_applications/components/BUILD.gn +++ b/chromium/chrome/browser/web_applications/components/BUILD.gn @@ -53,6 +53,8 @@ source_set("components") { "web_app_provider_base.h", "web_app_provider_base_factory.cc", "web_app_provider_base_factory.h", + "web_app_run_on_os_login.cc", + "web_app_run_on_os_login.h", "web_app_shortcut.cc", "web_app_shortcut.h", "web_app_shortcuts_menu.cc", @@ -104,6 +106,7 @@ source_set("components") { sources += [ "web_app_file_handler_registration_win.cc", "web_app_file_handler_registration_win.h", + "web_app_run_on_os_login_win.cc", "web_app_shortcut_win.cc", "web_app_shortcut_win.h", "web_app_shortcuts_menu_win.cc", @@ -162,7 +165,10 @@ source_set("unit_tests") { ] if (is_win) { - sources += [ "web_app_file_handler_registration_win_unittest.cc" ] + sources += [ + "web_app_file_handler_registration_win_unittest.cc", + "web_app_run_on_os_login_win_unittest.cc", + ] } if (is_mac) { |