| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'lastchange_path': '../build/util/LASTCHANGE', | 7 'lastchange_path': '../build/util/LASTCHANGE', |
| 8 'branding_dir': 'app/theme/<(branding_path_component)', | 8 'branding_dir': 'app/theme/<(branding_path_component)', |
| 9 'branding_dir_100': 'app/theme/default_100_percent/<(branding_path_component
)', | 9 'branding_dir_100': 'app/theme/default_100_percent/<(branding_path_component
)', |
| 10 }, | 10 }, |
| (...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 141 'installer/util/run_all_unittests.cc', | 141 'installer/util/run_all_unittests.cc', |
| 142 "installer/util/scoped_user_protocol_entry_unittest.cc", | 142 "installer/util/scoped_user_protocol_entry_unittest.cc", |
| 143 'installer/util/self_cleaning_temp_dir_unittest.cc', | 143 'installer/util/self_cleaning_temp_dir_unittest.cc', |
| 144 'installer/util/set_reg_value_work_item_unittest.cc', | 144 'installer/util/set_reg_value_work_item_unittest.cc', |
| 145 'installer/util/shell_util_unittest.cc', | 145 'installer/util/shell_util_unittest.cc', |
| 146 'installer/util/test_app_registration_data.cc', | 146 'installer/util/test_app_registration_data.cc', |
| 147 'installer/util/test_app_registration_data.h', | 147 'installer/util/test_app_registration_data.h', |
| 148 'installer/util/uninstall_metrics_unittest.cc', | 148 'installer/util/uninstall_metrics_unittest.cc', |
| 149 'installer/util/wmi_unittest.cc', | 149 'installer/util/wmi_unittest.cc', |
| 150 'installer/util/work_item_list_unittest.cc', | 150 'installer/util/work_item_list_unittest.cc', |
| 151 'installer/util/work_item_unittest.cc', |
| 151 ], | 152 ], |
| 152 'msvs_settings': { | 153 'msvs_settings': { |
| 153 'VCManifestTool': { | 154 'VCManifestTool': { |
| 154 'AdditionalManifestFiles': [ | 155 'AdditionalManifestFiles': [ |
| 155 '$(ProjectDir)\\installer\\mini_installer\\mini_installer.exe.ma
nifest', | 156 '$(ProjectDir)\\installer\\mini_installer\\mini_installer.exe.ma
nifest', |
| 156 ], | 157 ], |
| 157 }, | 158 }, |
| 158 }, | 159 }, |
| 159 }, | 160 }, |
| 160 { | 161 { |
| (...skipping 967 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1128 '../build/isolate.gypi', | 1129 '../build/isolate.gypi', |
| 1129 ], | 1130 ], |
| 1130 'sources': [ | 1131 'sources': [ |
| 1131 'setup_unittests.isolate', | 1132 'setup_unittests.isolate', |
| 1132 ], | 1133 ], |
| 1133 }, | 1134 }, |
| 1134 ], | 1135 ], |
| 1135 }], | 1136 }], |
| 1136 ], | 1137 ], |
| 1137 } | 1138 } |
| OLD | NEW |