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

Side by Side 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: Improve comment about "assert(product_type != "")" Created 4 years, 7 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 unified diff | Download patch
« no previous file with comments | « tools/gn/functions_target.cc ('k') | tools/gn/variables.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'chromium_code': 1, 3 'chromium_code': 1,
4 }, 4 },
5 'targets': [ 5 'targets': [
6 { 6 {
7 'target_name': 'gn_lib', 7 'target_name': 'gn_lib',
8 'type': 'static_library', 8 'type': 'static_library',
9 'dependencies': [ 9 'dependencies': [
10 '../../base/base.gyp:base', 10 '../../base/base.gyp:base',
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 'value_extractors.cc', 200 'value_extractors.cc',
201 'value_extractors.h', 201 'value_extractors.h',
202 'variables.cc', 202 'variables.cc',
203 'variables.h', 203 'variables.h',
204 'visibility.cc', 204 'visibility.cc',
205 'visibility.h', 205 'visibility.h',
206 'visual_studio_utils.cc', 206 'visual_studio_utils.cc',
207 'visual_studio_utils.h', 207 'visual_studio_utils.h',
208 'visual_studio_writer.cc', 208 'visual_studio_writer.cc',
209 'visual_studio_writer.h', 209 'visual_studio_writer.h',
210 'xcode_object.cc',
211 'xcode_object.h',
212 'xcode_writer.cc',
213 'xcode_writer.h',
210 'xml_element_writer.cc', 214 'xml_element_writer.cc',
211 'xml_element_writer.h', 215 'xml_element_writer.h',
212 ], 216 ],
213 }, 217 },
214 { 218 {
215 'target_name': 'gn', 219 'target_name': 'gn',
216 'type': 'executable', 220 'type': 'executable',
217 'sources': [ 221 'sources': [
218 'gn_main.cc', 222 'gn_main.cc',
219 ], 223 ],
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
301 'dependencies': [ 305 'dependencies': [
302 'gn_unittests', 306 'gn_unittests',
303 ], 307 ],
304 'includes': [ '../../build/isolate.gypi' ], 308 'includes': [ '../../build/isolate.gypi' ],
305 'sources': [ 'gn_unittests.isolate' ], 309 'sources': [ 'gn_unittests.isolate' ],
306 }, 310 },
307 ], 311 ],
308 }], 312 }],
309 ], 313 ],
310 } 314 }
OLDNEW
« no previous file with comments | « tools/gn/functions_target.cc ('k') | tools/gn/variables.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698