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

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

Issue 462103004: GN: Bug fixes in process_file_template (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ihoist Created 6 years, 4 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/function_process_file_template_unittest.cc ('k') | tools/gn/substitution_writer.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 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 'action_target_generator_unittest.cc', 186 'action_target_generator_unittest.cc',
187 'builder_unittest.cc', 187 'builder_unittest.cc',
188 'c_include_iterator_unittest.cc', 188 'c_include_iterator_unittest.cc',
189 'config_values_extractors_unittest.cc', 189 'config_values_extractors_unittest.cc',
190 'escape_unittest.cc', 190 'escape_unittest.cc',
191 'filesystem_utils_unittest.cc', 191 'filesystem_utils_unittest.cc',
192 'function_foreach_unittest.cc', 192 'function_foreach_unittest.cc',
193 'function_get_label_info_unittest.cc', 193 'function_get_label_info_unittest.cc',
194 'function_get_path_info_unittest.cc', 194 'function_get_path_info_unittest.cc',
195 'function_get_target_outputs_unittest.cc', 195 'function_get_target_outputs_unittest.cc',
196 'function_process_file_template_unittest.cc',
196 'function_rebase_path_unittest.cc', 197 'function_rebase_path_unittest.cc',
197 'function_write_file_unittest.cc', 198 'function_write_file_unittest.cc',
198 'functions_target_unittest.cc', 199 'functions_target_unittest.cc',
199 'functions_unittest.cc', 200 'functions_unittest.cc',
200 'header_checker_unittest.cc', 201 'header_checker_unittest.cc',
201 'input_conversion_unittest.cc', 202 'input_conversion_unittest.cc',
202 'label_unittest.cc', 203 'label_unittest.cc',
203 'loader_unittest.cc', 204 'loader_unittest.cc',
204 'ninja_action_target_writer_unittest.cc', 205 'ninja_action_target_writer_unittest.cc',
205 'ninja_binary_target_writer_unittest.cc', 206 'ninja_binary_target_writer_unittest.cc',
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 'type': 'executable', 239 'type': 'executable',
239 'sources': [ 240 'sources': [
240 'generate_test_gn_data.cc', 241 'generate_test_gn_data.cc',
241 ], 242 ],
242 'dependencies': [ 243 'dependencies': [
243 '../../base/base.gyp:base', 244 '../../base/base.gyp:base',
244 ], 245 ],
245 } 246 }
246 ], 247 ],
247 } 248 }
OLDNEW
« no previous file with comments | « tools/gn/function_process_file_template_unittest.cc ('k') | tools/gn/substitution_writer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698