| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'target_defaults': { | 6 'target_defaults': { |
| 7 'variables': { | 7 'variables': { |
| 8 'installer_util_target': 0, | 8 'installer_util_target': 0, |
| 9 }, | 9 }, |
| 10 'target_conditions': [ | 10 'target_conditions': [ |
| (...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 106 'installer/util/chrome_frame_operations.cc', | 106 'installer/util/chrome_frame_operations.cc', |
| 107 'installer/util/chrome_frame_operations.h', | 107 'installer/util/chrome_frame_operations.h', |
| 108 'installer/util/compat_checks.cc', | 108 'installer/util/compat_checks.cc', |
| 109 'installer/util/compat_checks.h', | 109 'installer/util/compat_checks.h', |
| 110 'installer/util/delete_after_reboot_helper.cc', | 110 'installer/util/delete_after_reboot_helper.cc', |
| 111 'installer/util/delete_after_reboot_helper.h', | 111 'installer/util/delete_after_reboot_helper.h', |
| 112 'installer/util/google_chrome_distribution.cc', | 112 'installer/util/google_chrome_distribution.cc', |
| 113 'installer/util/google_chrome_distribution.h', | 113 'installer/util/google_chrome_distribution.h', |
| 114 'installer/util/html_dialog.h', | 114 'installer/util/html_dialog.h', |
| 115 'installer/util/html_dialog_impl.cc', | 115 'installer/util/html_dialog_impl.cc', |
| 116 'installer/util/installation_validator.cc', |
| 117 'installer/util/installation_validator.h', |
| 116 'installer/util/logging_installer.cc', | 118 'installer/util/logging_installer.cc', |
| 117 'installer/util/logging_installer.h', | 119 'installer/util/logging_installer.h', |
| 118 'installer/util/lzma_util.cc', | 120 'installer/util/lzma_util.cc', |
| 119 'installer/util/lzma_util.h', | 121 'installer/util/lzma_util.h', |
| 120 'installer/util/master_preferences.cc', | 122 'installer/util/master_preferences.cc', |
| 121 'installer/util/master_preferences.h', | 123 'installer/util/master_preferences.h', |
| 122 'installer/util/product.h', | 124 'installer/util/product.h', |
| 123 'installer/util/product.cc', | 125 'installer/util/product.cc', |
| 124 'installer/util/product_operations.h', | 126 'installer/util/product_operations.h', |
| 125 'installer/util/shell_util.cc', | 127 'installer/util/shell_util.cc', |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 175 ], | 177 ], |
| 176 }], | 178 }], |
| 177 ], | 179 ], |
| 178 } | 180 } |
| 179 | 181 |
| 180 # Local Variables: | 182 # Local Variables: |
| 181 # tab-width:2 | 183 # tab-width:2 |
| 182 # indent-tabs-mode:nil | 184 # indent-tabs-mode:nil |
| 183 # End: | 185 # End: |
| 184 # vim: set expandtab tabstop=2 shiftwidth=2: | 186 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |