| 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 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 183 'installer/util/self_cleaning_temp_dir_unittest.cc', | 183 'installer/util/self_cleaning_temp_dir_unittest.cc', |
| 184 'installer/util/set_reg_value_work_item_unittest.cc', | 184 'installer/util/set_reg_value_work_item_unittest.cc', |
| 185 'installer/util/shell_util_unittest.cc', | 185 'installer/util/shell_util_unittest.cc', |
| 186 'installer/util/test_app_registration_data.cc', | 186 'installer/util/test_app_registration_data.cc', |
| 187 'installer/util/test_app_registration_data.h', | 187 'installer/util/test_app_registration_data.h', |
| 188 'installer/util/uninstall_metrics_unittest.cc', | 188 'installer/util/uninstall_metrics_unittest.cc', |
| 189 'installer/util/wmi_unittest.cc', | 189 'installer/util/wmi_unittest.cc', |
| 190 'installer/util/work_item_list_unittest.cc', | 190 'installer/util/work_item_list_unittest.cc', |
| 191 'installer/util/work_item_mocks.cc', | 191 'installer/util/work_item_mocks.cc', |
| 192 'installer/util/work_item_mocks.h', | 192 'installer/util/work_item_mocks.h', |
| 193 'installer/util/work_item_unittest.cc', | |
| 194 ], | 193 ], |
| 195 'msvs_settings': { | 194 'msvs_settings': { |
| 196 'VCManifestTool': { | 195 'VCManifestTool': { |
| 197 'AdditionalManifestFiles': [ | 196 'AdditionalManifestFiles': [ |
| 198 '$(ProjectDir)\\installer\\mini_installer\\mini_installer.exe.ma
nifest', | 197 '$(ProjectDir)\\installer\\mini_installer\\mini_installer.exe.ma
nifest', |
| 199 ], | 198 ], |
| 200 }, | 199 }, |
| 201 }, | 200 }, |
| 202 }, | 201 }, |
| 203 { | 202 { |
| (...skipping 969 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1173 '../build/isolate.gypi', | 1172 '../build/isolate.gypi', |
| 1174 ], | 1173 ], |
| 1175 'sources': [ | 1174 'sources': [ |
| 1176 'setup_unittests.isolate', | 1175 'setup_unittests.isolate', |
| 1177 ], | 1176 ], |
| 1178 }, | 1177 }, |
| 1179 ], | 1178 ], |
| 1180 }], | 1179 }], |
| 1181 ], | 1180 ], |
| 1182 } | 1181 } |
| OLD | NEW |