Index: tools/gn/BUILD.gn |
diff --git a/tools/gn/BUILD.gn b/tools/gn/BUILD.gn |
index 204d909f5b727c0357d35f394a99ec9e5e83ebcd..d377ca393718bb70a730c5f57f1f42f01a00a669 100644 |
--- a/tools/gn/BUILD.gn |
+++ b/tools/gn/BUILD.gn |
@@ -207,6 +207,10 @@ static_library("gn_lib") { |
"visual_studio_utils.h", |
"visual_studio_writer.cc", |
"visual_studio_writer.h", |
+ "xcode_object.cc", |
+ "xcode_object.h", |
+ "xcode_writer.cc", |
+ "xcode_writer.h", |
"xml_element_writer.cc", |
"xml_element_writer.h", |
] |