Skip to content

Commit

Permalink
gn-check: Fix //chrome/services/util_win:*
Browse files Browse the repository at this point in the history
Add missing dependency.

R=estaab@chromium.org

Bug: 1158927
Change-Id: Ia053d67376ddd6015722de4ae91999a9ceffd67e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2673171
Commit-Queue: Erik Staab <estaab@chromium.org>
Reviewed-by: Patrick Monette <pmonette@chromium.org>
Reviewed-by: Erik Staab <estaab@chromium.org>
Auto-Submit: Xiaohan Wang <xhwang@chromium.org>
Cr-Commit-Position: refs/heads/master@{#850657}
  • Loading branch information
xhwang-chromium authored and Chromium LUCI CQ committed Feb 4, 2021
1 parent 4478f8a commit cdf3a54
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .gn
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ no_check_targets = [
"//chrome/browser/touch_to_fill/android:*", # 8 errors
"//chrome/notification_helper:*", # 4 errors
"//chrome/services/removable_storage_writer:*", # 1 error
"//chrome/services/util_win:*", # 1 error
"//chrome/test:*", # 2682 errors

"//clank/third_party/gvr_shim:*", # 1 error
Expand Down
1 change: 1 addition & 0 deletions chrome/services/util_win/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ source_set("unit_tests") {
deps = [
":lib",
"//base",
"//base/test:test_support",
"//components/variations",
"//testing/gtest",
]
Expand Down

0 comments on commit cdf3a54

Please sign in to comment.