Commit 05cf1d26 authored by Ella Ge's avatar Ella Ge Committed by Chromium LUCI CQ

Enable gn check for //chrome/install_static

Bug: 1158921
Change-Id: I8ceed931e7bfa0f22b906408ff179e5f7ca3e9de
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2597847Reviewed-by: default avatarErik Staab <estaab@chromium.org>
Reviewed-by: default avatarGreg Thompson <grt@chromium.org>
Commit-Queue: Ella Ge <eirage@chromium.org>
Cr-Commit-Position: refs/heads/master@{#839366}
parent cda59118
......@@ -78,7 +78,6 @@ no_check_targets = [
"//chrome/browser/updates/announcement_notification:*", # 15 errors
"//chrome/browser/updates/internal:*", # 8 errors
"//chrome/browser/updates:*", # 21 errors
"//chrome/install_static:*", # 4 errors
"//chrome/notification_helper:*", # 4 errors
"//chrome/services/cups_proxy/public/cpp:*", # 2 errors
"//chrome/services/cups_proxy:*", # 6 errors
......
......@@ -31,7 +31,7 @@ if (is_win) {
sources = [
"../app/chrome_dll_resource.h",
"../chrome/common/chrome_icon_resources_win.h",
"../common/chrome_icon_resources_win.h",
"install_constants.h",
"install_details.cc",
"install_details.h",
......@@ -71,6 +71,7 @@ if (is_win) {
# process-wide InstallDetails instance (i.e., chrome_elf.dll).
source_set("primary_module") {
sources = [ "get_install_details_payload.cc" ]
deps = [ ":install_static_util" ]
}
# A source set for use by modules in a process that fetch the process-wide
......@@ -102,6 +103,7 @@ if (is_win) {
"//build:branding_buildflags",
"//chrome/install_static:install_static_util",
"//chrome/install_static/test:test_support",
"//components/version_info",
"//testing/gmock",
"//testing/gtest",
]
......
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