Commit 52a6fced authored by machenbach's avatar machenbach Committed by Commit bot

[gn] Add cctest

BUG=chromium:474921
NOTRY=true

Review-Url: https://codereview.chromium.org/2007143003
Cr-Commit-Position: refs/heads/master@{#36517}
parent 229b66a5
...@@ -2046,6 +2046,7 @@ group("gn_all") { ...@@ -2046,6 +2046,7 @@ group("gn_all") {
if (host_os != "mac" || !is_android) { if (host_os != "mac" || !is_android) {
# These items don't compile for Android on Mac. # These items don't compile for Android on Mac.
deps += [ deps += [
"test/cctest:cctest",
"test/unittests:unittests", "test/unittests:unittests",
] ]
} }
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment