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

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

Issue 1342183003: Allow GN configs to have sub-configs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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.cc ('k') | tools/gn/target.cc » ('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 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 ], 202 ],
203 }, 203 },
204 { 204 {
205 'target_name': 'gn_unittests', 205 'target_name': 'gn_unittests',
206 'type': '<(gtest_target_type)', 206 'type': '<(gtest_target_type)',
207 'sources': [ 207 'sources': [
208 'action_target_generator_unittest.cc', 208 'action_target_generator_unittest.cc',
209 'builder_unittest.cc', 209 'builder_unittest.cc',
210 'c_include_iterator_unittest.cc', 210 'c_include_iterator_unittest.cc',
211 'command_format_unittest.cc', 211 'command_format_unittest.cc',
212 'config_unittest.cc',
212 'config_values_extractors_unittest.cc', 213 'config_values_extractors_unittest.cc',
213 'escape_unittest.cc', 214 'escape_unittest.cc',
214 'exec_process_unittest.cc', 215 'exec_process_unittest.cc',
215 'filesystem_utils_unittest.cc', 216 'filesystem_utils_unittest.cc',
216 'function_foreach_unittest.cc', 217 'function_foreach_unittest.cc',
217 'function_forward_variables_from_unittest.cc', 218 'function_forward_variables_from_unittest.cc',
218 'function_get_label_info_unittest.cc', 219 'function_get_label_info_unittest.cc',
219 'function_get_path_info_unittest.cc', 220 'function_get_path_info_unittest.cc',
220 'function_get_target_outputs_unittest.cc', 221 'function_get_target_outputs_unittest.cc',
221 'function_process_file_template_unittest.cc', 222 'function_process_file_template_unittest.cc',
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
285 'dependencies': [ 286 'dependencies': [
286 'gn_unittests', 287 'gn_unittests',
287 ], 288 ],
288 'includes': [ '../../build/isolate.gypi' ], 289 'includes': [ '../../build/isolate.gypi' ],
289 'sources': [ 'gn_unittests.isolate' ], 290 'sources': [ 'gn_unittests.isolate' ],
290 }, 291 },
291 ], 292 ],
292 }], 293 }],
293 ], 294 ],
294 } 295 }
OLDNEW
« no previous file with comments | « tools/gn/functions.cc ('k') | tools/gn/target.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698