Index: BUILD.gn |
diff --git a/BUILD.gn b/BUILD.gn |
index 447d169983179ae3a4c15877cc27c9d0edb4b3e1..5458a4f4bb63a96ea96d4841e7fb018461d78057 100644 |
--- a/BUILD.gn |
+++ b/BUILD.gn |
@@ -10,11 +10,6 @@ |
# In GN, a "group" is a dummy target that just lists other targets. |
group("root") { |
- # Declares that this target should be treated as "external" in the GN-GYP |
- # hybrid build, and GN will not generate a GYP file for it. This flag is |
- # ignored in the pure GN build. |
- external = 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. |