Skip to content

Commit

Permalink
Added missing dep for brave_installer_unittests.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkarolin committed Jul 11, 2019
1 parent 215ee81 commit d980ed2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,11 @@ test("brave_installer_unittests") {
"//base/test:test_support",
]

if (is_mac) {
# See chromium_src/base/mac/foundation_util.mm for why this is needed.
deps += [ "//chrome/common" ]
}

if (is_win) {
sources = [
"//brave/chromium_src/chrome/install_static/brave_install_details_unittest.cc",
Expand Down

0 comments on commit d980ed2

Please sign in to comment.