Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(51)

Unified Diff: tools/gn/BUILD.gn

Issue 1827103005: [GN] Add support for generating Xcode projects. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Improve comment about "assert(product_type != "")" Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/config/ios/rules.gni ('k') | tools/gn/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
]
« no previous file with comments | « build/config/ios/rules.gni ('k') | tools/gn/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698