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

Unified Diff: tools/gn/gn.gyp

Issue 1827103005: [GN] Add support for generating Xcode projects. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/gn.gyp
diff --git a/tools/gn/gn.gyp b/tools/gn/gn.gyp
index 79f83a719c8a135101ede281c90b9dd3c79e2471..29c7b9a817cafbf42a6ccea37dcc4466acbe1079 100644
--- a/tools/gn/gn.gyp
+++ b/tools/gn/gn.gyp
@@ -8,6 +8,7 @@
'type': 'static_library',
'dependencies': [
'../../base/base.gyp:base',
+ '../../third_party/re2/re2.gyp:re2',
],
'sources': [
'action_target_generator.cc',
@@ -207,6 +208,10 @@
'visual_studio_utils.h',
'visual_studio_writer.cc',
'visual_studio_writer.h',
+ 'xcode_writer.cc',
+ 'xcode_writer.h',
+ 'xcode_object.cc',
+ 'xcode_object.h',
'xml_element_writer.cc',
'xml_element_writer.h',
],

Powered by Google App Engine
This is Rietveld 408576698