Commit 0ee1b2cc authored by Sven Zheng's avatar Sven Zheng Committed by Commit Bot

Add elevation_service as deps

For some reason, our tests started to failed to compile.
https://ci.chromium.org/p/chrome/builders/ci/win-live-tests-builder-rel/4249
No related changes found.
My only guess is that: before, it first compile browser_tests, then
sync_integration_tests. After, it first compile sync_integration_tests,
and report error.
To repro the error on Windows:
1 gn clean out\Default
2 autoninja -C out\Default sync_integration_tests

Bug: 1010568
Change-Id: I3e7f3d8c9d83e6a6b150a2416cd19639be7c81c3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2079832
Commit-Queue: Sven Zheng <svenzheng@chromium.org>
Reviewed-by: default avatarMarc Treib <treib@chromium.org>
Reviewed-by: default avatarSorin Jianu <sorin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#747830}
parent d276f480
......@@ -337,7 +337,6 @@ jumbo_static_library("browser") {
"component_updater/recovery_component_installer.h",
"component_updater/recovery_improved_component_installer.cc",
"component_updater/recovery_improved_component_installer.h",
"component_updater/recovery_improved_component_installer_win.cc",
"component_updater/registration.cc",
"component_updater/registration.h",
"component_updater/safety_tips_component_installer.cc",
......@@ -2275,6 +2274,9 @@ jumbo_static_library("browser") {
if (is_win) {
libs += [ "secur32.lib" ]
sources +=
[ "component_updater/recovery_improved_component_installer_win.cc" ]
deps += [ "//chrome/elevation_service:elevation_service_idl" ]
}
if (is_posix || is_fuchsia) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment