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

Side by Side Diff: tools/gn/gn.gyp

Issue 1883093002: Add support for generating the QtCreator projects from GN. (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 unified diff | Download patch
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 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 'output_file.cc', 139 'output_file.cc',
140 'output_file.h', 140 'output_file.h',
141 'parse_tree.cc', 141 'parse_tree.cc',
142 'parse_tree.h', 142 'parse_tree.h',
143 'parser.cc', 143 'parser.cc',
144 'parser.h', 144 'parser.h',
145 'path_output.cc', 145 'path_output.cc',
146 'path_output.h', 146 'path_output.h',
147 'pattern.cc', 147 'pattern.cc',
148 'pattern.h', 148 'pattern.h',
149 'qt_creator_writer.cc',
150 'qt_creator_writer.h',
149 'runtime_deps.cc', 151 'runtime_deps.cc',
150 'runtime_deps.h', 152 'runtime_deps.h',
151 'scheduler.cc', 153 'scheduler.cc',
152 'scheduler.h', 154 'scheduler.h',
153 'scope.cc', 155 'scope.cc',
154 'scope.h', 156 'scope.h',
155 'scope_per_file_provider.cc', 157 'scope_per_file_provider.cc',
156 'scope_per_file_provider.h', 158 'scope_per_file_provider.h',
157 'settings.cc', 159 'settings.cc',
158 'settings.h', 160 'settings.h',
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
301 'dependencies': [ 303 'dependencies': [
302 'gn_unittests', 304 'gn_unittests',
303 ], 305 ],
304 'includes': [ '../../build/isolate.gypi' ], 306 'includes': [ '../../build/isolate.gypi' ],
305 'sources': [ 'gn_unittests.isolate' ], 307 'sources': [ 'gn_unittests.isolate' ],
306 }, 308 },
307 ], 309 ],
308 }], 310 }],
309 ], 311 ],
310 } 312 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698