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

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

Issue 420443003: GN foreach should mark the list identifier as used. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | Annotate | Revision Log
« no previous file with comments | « tools/gn/functions_target_unittest.cc ('k') | no next file » | 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 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 'config_values_extractors_unittest.cc', 181 'config_values_extractors_unittest.cc',
182 'escape_unittest.cc', 182 'escape_unittest.cc',
183 'filesystem_utils_unittest.cc', 183 'filesystem_utils_unittest.cc',
184 'file_template_unittest.cc', 184 'file_template_unittest.cc',
185 'function_foreach_unittest.cc', 185 'function_foreach_unittest.cc',
186 'function_get_label_info_unittest.cc', 186 'function_get_label_info_unittest.cc',
187 'function_get_path_info_unittest.cc', 187 'function_get_path_info_unittest.cc',
188 'function_get_target_outputs_unittest.cc', 188 'function_get_target_outputs_unittest.cc',
189 'function_rebase_path_unittest.cc', 189 'function_rebase_path_unittest.cc',
190 'function_write_file_unittest.cc', 190 'function_write_file_unittest.cc',
191 'functions_target_unittest.cc',
191 'functions_unittest.cc', 192 'functions_unittest.cc',
192 'header_checker_unittest.cc', 193 'header_checker_unittest.cc',
193 'input_conversion_unittest.cc', 194 'input_conversion_unittest.cc',
194 'label_unittest.cc', 195 'label_unittest.cc',
195 'loader_unittest.cc', 196 'loader_unittest.cc',
196 'ninja_action_target_writer_unittest.cc', 197 'ninja_action_target_writer_unittest.cc',
197 'ninja_binary_target_writer_unittest.cc', 198 'ninja_binary_target_writer_unittest.cc',
198 'ninja_copy_target_writer_unittest.cc', 199 'ninja_copy_target_writer_unittest.cc',
199 'ninja_helper_unittest.cc', 200 'ninja_helper_unittest.cc',
200 'ninja_target_writer_unittest.cc', 201 'ninja_target_writer_unittest.cc',
(...skipping 26 matching lines...) Expand all
227 'type': 'executable', 228 'type': 'executable',
228 'sources': [ 229 'sources': [
229 'generate_test_gn_data.cc', 230 'generate_test_gn_data.cc',
230 ], 231 ],
231 'dependencies': [ 232 'dependencies': [
232 '../../base/base.gyp:base', 233 '../../base/base.gyp:base',
233 ], 234 ],
234 } 235 }
235 ], 236 ],
236 } 237 }
OLDNEW
« no previous file with comments | « tools/gn/functions_target_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698