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

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: Add documentation for new flags to "gn gen" 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
Index: tools/gn/BUILD.gn
diff --git a/tools/gn/BUILD.gn b/tools/gn/BUILD.gn
index bb36b1ffe2f58f2605ce1781f02899e5a35f7017..c3b509dcdf0299110d90e2ccbdff2405fe966609 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",
]
@@ -214,6 +218,7 @@ static_library("gn_lib") {
deps = [
"//base",
"//base/third_party/dynamic_annotations",
+ "//third_party/re2",
]
}

Powered by Google App Engine
This is Rietveld 408576698