Skip to content

Commit

Permalink
Lint fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkarolin committed Jun 29, 2021
1 parent f18cdd5 commit 7516f44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
4 changes: 1 addition & 3 deletions browser/new_tab/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ static_library("unittest") {
testonly = true

if (!is_android) {
sources = [
"new_tab_shows_options_unittest.cc",
]
sources = [ "new_tab_shows_options_unittest.cc" ]
deps = [
"//brave/browser",
"//brave/common",
Expand Down
8 changes: 2 additions & 6 deletions browser/search/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ static_library("unit_tests") {
testonly = true

if (!is_android) {
sources = [
"ntp_utils_unittest.cc",
]
sources = [ "ntp_utils_unittest.cc" ]
deps = [
"//brave/browser/search",
"//brave/common:pref_names",
Expand All @@ -42,9 +40,7 @@ static_library("unit_tests") {
"//testing/gtest",
]
if (crypto_dot_com_enabled) {
deps += [
"//brave/components/crypto_dot_com/common",
]
deps += [ "//brave/components/crypto_dot_com/common" ]
}
}
}

0 comments on commit 7516f44

Please sign in to comment.