Commit b80a148e authored by brettw's avatar brettw Committed by Commit bot

Mark the root GN build target as test only.

This will allow us to mark other things as tests as well.

Review URL: https://codereview.chromium.org/536203002

Cr-Commit-Position: refs/heads/master@{#293309}
parent c1047318
......@@ -12,6 +12,9 @@ import("//build/config/ui.gni")
# In GN, a "group" is a dummy target that just lists other targets.
group("root") {
# This should not be linked into production and depends on test targets.
testonly = true
# Note that some dependencies are commented out. These are things that are
# currently written but not hooked up to the build yet. They may need to be
# completed or possibly just tested and then re-enabled.
......
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