| OLD | NEW |
| 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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 53 'err.cc', | 53 'err.cc', |
| 54 'err.h', | 54 'err.h', |
| 55 'escape.cc', | 55 'escape.cc', |
| 56 'escape.h', | 56 'escape.h', |
| 57 'exec_process.cc', | 57 'exec_process.cc', |
| 58 'exec_process.h', | 58 'exec_process.h', |
| 59 'filesystem_utils.cc', | 59 'filesystem_utils.cc', |
| 60 'filesystem_utils.h', | 60 'filesystem_utils.h', |
| 61 'function_exec_script.cc', | 61 'function_exec_script.cc', |
| 62 'function_foreach.cc', | 62 'function_foreach.cc', |
| 63 'function_forward_variables_from.cc', |
| 63 'function_get_label_info.cc', | 64 'function_get_label_info.cc', |
| 64 'function_get_path_info.cc', | 65 'function_get_path_info.cc', |
| 65 'function_get_target_outputs.cc', | 66 'function_get_target_outputs.cc', |
| 66 'function_process_file_template.cc', | 67 'function_process_file_template.cc', |
| 67 'function_read_file.cc', | 68 'function_read_file.cc', |
| 68 'function_rebase_path.cc', | 69 'function_rebase_path.cc', |
| 69 'function_set_default_toolchain.cc', | 70 'function_set_default_toolchain.cc', |
| 70 'function_set_defaults.cc', | 71 'function_set_defaults.cc', |
| 71 'function_template.cc', | 72 'function_template.cc', |
| 72 'function_toolchain.cc', | 73 'function_toolchain.cc', |
| (...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 206 'sources': [ | 207 'sources': [ |
| 207 'action_target_generator_unittest.cc', | 208 'action_target_generator_unittest.cc', |
| 208 'builder_unittest.cc', | 209 'builder_unittest.cc', |
| 209 'c_include_iterator_unittest.cc', | 210 'c_include_iterator_unittest.cc', |
| 210 'command_format_unittest.cc', | 211 'command_format_unittest.cc', |
| 211 'config_values_extractors_unittest.cc', | 212 'config_values_extractors_unittest.cc', |
| 212 'escape_unittest.cc', | 213 'escape_unittest.cc', |
| 213 'exec_process_unittest.cc', | 214 'exec_process_unittest.cc', |
| 214 'filesystem_utils_unittest.cc', | 215 'filesystem_utils_unittest.cc', |
| 215 'function_foreach_unittest.cc', | 216 'function_foreach_unittest.cc', |
| 217 'function_forward_variables_from_unittest.cc', |
| 216 'function_get_label_info_unittest.cc', | 218 'function_get_label_info_unittest.cc', |
| 217 'function_get_path_info_unittest.cc', | 219 'function_get_path_info_unittest.cc', |
| 218 'function_get_target_outputs_unittest.cc', | 220 'function_get_target_outputs_unittest.cc', |
| 219 'function_process_file_template_unittest.cc', | 221 'function_process_file_template_unittest.cc', |
| 220 'function_rebase_path_unittest.cc', | 222 'function_rebase_path_unittest.cc', |
| 221 'function_write_file_unittest.cc', | 223 'function_write_file_unittest.cc', |
| 222 'functions_target_unittest.cc', | 224 'functions_target_unittest.cc', |
| 223 'functions_unittest.cc', | 225 'functions_unittest.cc', |
| 224 'header_checker_unittest.cc', | 226 'header_checker_unittest.cc', |
| 225 'inherited_libraries_unittest.cc', | 227 'inherited_libraries_unittest.cc', |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 283 'dependencies': [ | 285 'dependencies': [ |
| 284 'gn_unittests', | 286 'gn_unittests', |
| 285 ], | 287 ], |
| 286 'includes': [ '../../build/isolate.gypi' ], | 288 'includes': [ '../../build/isolate.gypi' ], |
| 287 'sources': [ 'gn_unittests.isolate' ], | 289 'sources': [ 'gn_unittests.isolate' ], |
| 288 }, | 290 }, |
| 289 ], | 291 ], |
| 290 }], | 292 }], |
| 291 ], | 293 ], |
| 292 } | 294 } |
| OLD | NEW |