| OLD | NEW |
| 1 { | 1 { |
| 2 'includes': [ | 2 'includes': [ |
| 3 '../../../build/common.gypi', | 3 '../../../build/common.gypi', |
| 4 ], | 4 ], |
| 5 'targets': [ | 5 'targets': [ |
| 6 { | 6 { |
| 7 'target_name': 'installer_util', | 7 'target_name': 'installer_util', |
| 8 'type': 'static_library', | 8 'type': 'static_library', |
| 9 'dependencies': [ | 9 'dependencies': [ |
| 10 'prebuild/util_prebuild.gyp:installer_util_prebuild', | 10 'prebuild/util_prebuild.gyp:installer_util_prebuild', |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 58 'install_util.cc', | 58 'install_util.cc', |
| 59 'install_util.h', | 59 'install_util.h', |
| 60 'l10n_string_util.cc', | 60 'l10n_string_util.cc', |
| 61 'l10n_string_util.h', | 61 'l10n_string_util.h', |
| 62 'logging_installer.cc', | 62 'logging_installer.cc', |
| 63 'logging_installer.h', | 63 'logging_installer.h', |
| 64 'lzma_util.cc', | 64 'lzma_util.cc', |
| 65 'lzma_util.h', | 65 'lzma_util.h', |
| 66 'master_preferences.cc', | 66 'master_preferences.cc', |
| 67 'master_preferences.h', | 67 'master_preferences.h', |
| 68 'move_tree_work_item.cc', |
| 69 'move_tree_work_item.h', |
| 68 'set_reg_value_work_item.cc', | 70 'set_reg_value_work_item.cc', |
| 69 'set_reg_value_work_item.h', | 71 'set_reg_value_work_item.h', |
| 70 'shell_util.cc', | 72 'shell_util.cc', |
| 71 'shell_util.h', | 73 'shell_util.h', |
| 72 'util_constants.cc', | 74 'util_constants.cc', |
| 73 'util_constants.h', | 75 'util_constants.h', |
| 74 'version.cc', | 76 'version.cc', |
| 75 'version.h', | 77 'version.h', |
| 76 'work_item.cc', | 78 'work_item.cc', |
| 77 'work_item.h', | 79 'work_item.h', |
| 78 'work_item_list.cc', | 80 'work_item_list.cc', |
| 79 'work_item_list.h', | 81 'work_item_list.h', |
| 80 ], | 82 ], |
| 81 }, | 83 }, |
| 82 ], | 84 ], |
| 83 } | 85 } |
| OLD | NEW |