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

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

Issue 2006923004: Add support for user defined "pool" to GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 6 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 'pool.cc',
150 'pool.h',
149 'qt_creator_writer.cc', 151 'qt_creator_writer.cc',
150 'qt_creator_writer.h', 152 'qt_creator_writer.h',
151 'runtime_deps.cc', 153 'runtime_deps.cc',
152 'runtime_deps.h', 154 'runtime_deps.h',
153 'scheduler.cc', 155 'scheduler.cc',
154 'scheduler.h', 156 'scheduler.h',
155 'scope.cc', 157 'scope.cc',
156 'scope.h', 158 'scope.h',
157 'scope_per_file_provider.cc', 159 'scope_per_file_provider.cc',
158 'scope_per_file_provider.h', 160 'scope_per_file_provider.h',
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 'dependencies': [ 309 'dependencies': [
308 'gn_unittests', 310 'gn_unittests',
309 ], 311 ],
310 'includes': [ '../../build/isolate.gypi' ], 312 'includes': [ '../../build/isolate.gypi' ],
311 'sources': [ 'gn_unittests.isolate' ], 313 'sources': [ 'gn_unittests.isolate' ],
312 }, 314 },
313 ], 315 ],
314 }], 316 }],
315 ], 317 ],
316 } 318 }
OLDNEW
« tools/gn/functions.cc ('K') | « tools/gn/functions.cc ('k') | tools/gn/item.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698