Skip to content

Commit

Permalink
Enable gn check for //chrome/service:*.
Browse files Browse the repository at this point in the history
Bug: 949535
Change-Id: I9af6c1e3393d095a17963f689ef9fb09e326d9b3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2311011
Reviewed-by: Nico Weber <thakis@chromium.org>
Commit-Queue: David Levy <drl@google.com>
Cr-Commit-Position: refs/heads/master@{#790937}
  • Loading branch information
dlevy47 authored and Commit Bot committed Jul 22, 2020
1 parent fff3d68 commit 4aa7add
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gn
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ no_check_targets = [
"//chrome/install_static:*", # 4 errors
"//chrome/notification_helper:*", # 4 errors
"//chrome/renderer:*", # 42 errors
"//chrome/service:*", # 4 errors
"//chrome/services/cups_proxy/public/cpp:*", # 2 errors
"//chrome/services/cups_proxy:*", # 6 errors
"//chrome/services/file_util/public/cpp:*", # 13 errors
Expand Down
4 changes: 4 additions & 0 deletions chrome/service/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,13 @@ static_library("service") {
"//chrome/common",
"//chrome/services/printing/public/mojom",
"//components/cloud_devices/common",
"//components/language/core/browser",
"//components/language/core/common",
"//components/network_session_configurator/browser",
"//components/printing/common",
"//google_apis",
"//jingle:notifier",
"//mojo/core/embedder",
"//mojo/public/cpp/platform",
"//mojo/public/cpp/system",
"//net",
Expand All @@ -85,5 +88,6 @@ static_library("service") {
"service_utility_process_host.h",
"service_utility_process_host_receiver_bindings.cc",
]
deps += [ "//sandbox/win:sandbox" ]
}
}

0 comments on commit 4aa7add

Please sign in to comment.