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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
119 'installer_util_strings', | 119 'installer_util_strings', |
120 '<(DEPTH)/base/base.gyp:base', | 120 '<(DEPTH)/base/base.gyp:base', |
121 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.g
yp:dynamic_annotations', | 121 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.g
yp:dynamic_annotations', |
122 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', | 122 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', |
123 '<(DEPTH)/chrome/common_constants.gyp:common_constants', | 123 '<(DEPTH)/chrome/common_constants.gyp:common_constants', |
124 '<(DEPTH)/components/components.gyp:metrics', | 124 '<(DEPTH)/components/components.gyp:metrics', |
125 '<(DEPTH)/components/components.gyp:variations', | 125 '<(DEPTH)/components/components.gyp:variations', |
126 '<(DEPTH)/courgette/courgette.gyp:courgette_lib', | 126 '<(DEPTH)/courgette/courgette.gyp:courgette_lib', |
127 '<(DEPTH)/crypto/crypto.gyp:crypto', | 127 '<(DEPTH)/crypto/crypto.gyp:crypto', |
128 '<(DEPTH)/third_party/bspatch/bspatch.gyp:bspatch', | 128 '<(DEPTH)/third_party/bspatch/bspatch.gyp:bspatch', |
| 129 '<(DEPTH)/third_party/crashpad/crashpad/client/client.gyp:crashpad_c
lient', |
129 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', | 130 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', |
130 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', | 131 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
131 '<(DEPTH)/third_party/lzma_sdk/lzma_sdk.gyp:lzma_sdk', | 132 '<(DEPTH)/third_party/lzma_sdk/lzma_sdk.gyp:lzma_sdk', |
132 ], | 133 ], |
133 'sources': [ | 134 'sources': [ |
134 'installer/util/chrome_binaries_operations.cc', | 135 'installer/util/chrome_binaries_operations.cc', |
135 'installer/util/chrome_binaries_operations.h', | 136 'installer/util/chrome_binaries_operations.h', |
136 'installer/util/chrome_browser_operations.cc', | 137 'installer/util/chrome_browser_operations.cc', |
137 'installer/util/chrome_browser_operations.h', | 138 'installer/util/chrome_browser_operations.h', |
138 'installer/util/chrome_browser_sxs_operations.cc', | 139 'installer/util/chrome_browser_sxs_operations.cc', |
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
230 ], | 231 ], |
231 'include_dirs': [ | 232 'include_dirs': [ |
232 '<(DEPTH)', | 233 '<(DEPTH)', |
233 ], | 234 ], |
234 } | 235 } |
235 ], | 236 ], |
236 }], | 237 }], |
237 | 238 |
238 ], | 239 ], |
239 } | 240 } |
OLD | NEW |