| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 105 'variables': { | 105 'variables': { |
| 106 'installer_util_target': 1, | 106 'installer_util_target': 1, |
| 107 }, | 107 }, |
| 108 'dependencies': [ | 108 'dependencies': [ |
| 109 'installer_util_strings', | 109 'installer_util_strings', |
| 110 ], | 110 ], |
| 111 'include_dirs': [ | 111 'include_dirs': [ |
| 112 '<(SHARED_INTERMEDIATE_DIR)', | 112 '<(SHARED_INTERMEDIATE_DIR)', |
| 113 ], | 113 ], |
| 114 'configurations': { | 114 'configurations': { |
| 115 'Common_Base': { | 115 'Common': { |
| 116 'msvs_target_platform': 'x64', | 116 'msvs_target_platform': 'x64', |
| 117 }, | 117 }, |
| 118 }, | 118 }, |
| 119 }, | 119 }, |
| 120 ], | 120 ], |
| 121 }], | 121 }], |
| 122 ], | 122 ], |
| 123 } | 123 } |
| 124 | 124 |
| 125 # Local Variables: | 125 # Local Variables: |
| 126 # tab-width:2 | 126 # tab-width:2 |
| 127 # indent-tabs-mode:nil | 127 # indent-tabs-mode:nil |
| 128 # End: | 128 # End: |
| 129 # vim: set expandtab tabstop=2 shiftwidth=2: | 129 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |