| 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 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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_mocks.cc', | 151 'installer/util/work_item_mocks.cc', |
| 152 'installer/util/work_item_mocks.h', | 152 'installer/util/work_item_mocks.h', |
| 153 'installer/util/work_item_unittest.cc', |
| 153 ], | 154 ], |
| 154 'msvs_settings': { | 155 'msvs_settings': { |
| 155 'VCManifestTool': { | 156 'VCManifestTool': { |
| 156 'AdditionalManifestFiles': [ | 157 'AdditionalManifestFiles': [ |
| 157 '$(ProjectDir)\\installer\\mini_installer\\mini_installer.exe.ma
nifest', | 158 '$(ProjectDir)\\installer\\mini_installer\\mini_installer.exe.ma
nifest', |
| 158 ], | 159 ], |
| 159 }, | 160 }, |
| 160 }, | 161 }, |
| 161 }, | 162 }, |
| 162 { | 163 { |
| (...skipping 967 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1130 '../build/isolate.gypi', | 1131 '../build/isolate.gypi', |
| 1131 ], | 1132 ], |
| 1132 'sources': [ | 1133 'sources': [ |
| 1133 'setup_unittests.isolate', | 1134 'setup_unittests.isolate', |
| 1134 ], | 1135 ], |
| 1135 }, | 1136 }, |
| 1136 ], | 1137 ], |
| 1137 }], | 1138 }], |
| 1138 ], | 1139 ], |
| 1139 } | 1140 } |
| OLD | NEW |