| 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 '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 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 110 # GN version: //chrome/installer/util | 110 # GN version: //chrome/installer/util |
| 111 'target_name': 'installer_util', | 111 'target_name': 'installer_util', |
| 112 'type': 'static_library', | 112 'type': 'static_library', |
| 113 'variables': { | 113 'variables': { |
| 114 'installer_util_target': 1, | 114 'installer_util_target': 1, |
| 115 }, | 115 }, |
| 116 'dependencies': [ | 116 'dependencies': [ |
| 117 'installer_util_strings', | 117 'installer_util_strings', |
| 118 '<(DEPTH)/base/base.gyp:base', | 118 '<(DEPTH)/base/base.gyp:base', |
| 119 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.g
yp:dynamic_annotations', | 119 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.g
yp:dynamic_annotations', |
| 120 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources', | |
| 121 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', | 120 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', |
| 122 '<(DEPTH)/chrome/common_constants.gyp:common_constants', | 121 '<(DEPTH)/chrome/common_constants.gyp:common_constants', |
| 123 '<(DEPTH)/components/components.gyp:metrics', | 122 '<(DEPTH)/components/components.gyp:metrics', |
| 124 '<(DEPTH)/courgette/courgette.gyp:courgette_lib', | 123 '<(DEPTH)/courgette/courgette.gyp:courgette_lib', |
| 125 '<(DEPTH)/crypto/crypto.gyp:crypto', | 124 '<(DEPTH)/crypto/crypto.gyp:crypto', |
| 126 '<(DEPTH)/third_party/bspatch/bspatch.gyp:bspatch', | 125 '<(DEPTH)/third_party/bspatch/bspatch.gyp:bspatch', |
| 127 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', | 126 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', |
| 128 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', | 127 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
| 129 '<(DEPTH)/third_party/lzma_sdk/lzma_sdk.gyp:lzma_sdk', | 128 '<(DEPTH)/third_party/lzma_sdk/lzma_sdk.gyp:lzma_sdk', |
| 130 ], | 129 ], |
| (...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 223 ], | 222 ], |
| 224 'include_dirs': [ | 223 'include_dirs': [ |
| 225 '<(DEPTH)', | 224 '<(DEPTH)', |
| 226 ], | 225 ], |
| 227 } | 226 } |
| 228 ], | 227 ], |
| 229 }], | 228 }], |
| 230 | 229 |
| 231 ], | 230 ], |
| 232 } | 231 } |
| OLD | NEW |