Skip to content

Commit

Permalink
GN: Move boringssl_tests into build_with_chromium condition
Browse files Browse the repository at this point in the history
BUG=606944

Review-Url: https://codereview.chromium.org/1917223004
Cr-Commit-Position: refs/heads/master@{#390314}
  • Loading branch information
kjellander authored and Commit bot committed Apr 28, 2016
1 parent 8a9319c commit da2f89b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions third_party/boringssl/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -125,14 +125,14 @@ component("boringssl") {
}
}

create_tests("boringssl_tests") {
configs = [ ":internal_config" ]
deps = [
":boringssl",
]
}

if (build_with_chromium) {
create_tests("boringssl_tests") {
configs = [ ":internal_config" ]
deps = [
":boringssl",
]
}

test("boringssl_unittests") {
deps = [
":boringssl_tests",
Expand Down

0 comments on commit da2f89b

Please sign in to comment.