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

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

Issue 2095043005: Add GN split_list function (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: typo Created 4 years, 5 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_unittest.cc ('k') | tools/gn/parse_node_value_adapter.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 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 'ninja_toolchain_writer.cc', 131 'ninja_toolchain_writer.cc',
132 'ninja_toolchain_writer.h', 132 'ninja_toolchain_writer.h',
133 'ninja_utils.cc', 133 'ninja_utils.cc',
134 'ninja_utils.h', 134 'ninja_utils.h',
135 'ninja_writer.cc', 135 'ninja_writer.cc',
136 'ninja_writer.h', 136 'ninja_writer.h',
137 'operators.cc', 137 'operators.cc',
138 'operators.h', 138 'operators.h',
139 'output_file.cc', 139 'output_file.cc',
140 'output_file.h', 140 'output_file.h',
141 'parse_node_value_adapter.cc',
142 'parse_node_value_adapter.h',
141 'parse_tree.cc', 143 'parse_tree.cc',
142 'parse_tree.h', 144 'parse_tree.h',
143 'parser.cc', 145 'parser.cc',
144 'parser.h', 146 'parser.h',
145 'path_output.cc', 147 'path_output.cc',
146 'path_output.h', 148 'path_output.h',
147 'pattern.cc', 149 'pattern.cc',
148 'pattern.h', 150 'pattern.h',
149 'pool.cc', 151 'pool.cc',
150 'pool.h', 152 'pool.h',
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 'dependencies': [ 311 'dependencies': [
310 'gn_unittests', 312 'gn_unittests',
311 ], 313 ],
312 'includes': [ '../../build/isolate.gypi' ], 314 'includes': [ '../../build/isolate.gypi' ],
313 'sources': [ 'gn_unittests.isolate' ], 315 'sources': [ 'gn_unittests.isolate' ],
314 }, 316 },
315 ], 317 ],
316 }], 318 }],
317 ], 319 ],
318 } 320 }
OLDNEW
« no previous file with comments | « tools/gn/functions_unittest.cc ('k') | tools/gn/parse_node_value_adapter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698