Index: BUILD.gn |
diff --git a/BUILD.gn b/BUILD.gn |
index 574f5399bf4454ea9225907060e8fb8f0cb236ce..3c467c7b9c86050049a5c3f53f8b80727edd3579 100644 |
--- a/BUILD.gn |
+++ b/BUILD.gn |
@@ -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. |