| 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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 116 'installer_util_target': 1, | 116 'installer_util_target': 1, |
| 117 }, | 117 }, |
| 118 'dependencies': [ | 118 'dependencies': [ |
| 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:base32', | 124 '<(DEPTH)/components/components.gyp:base32', |
| 125 '<(DEPTH)/components/components.gyp:metrics', | 125 '<(DEPTH)/components/components.gyp:metrics', |
| 126 # TODO(fdoray): Remove this once the PreRead field trial has | |
| 127 # expired. crbug.com/577698 | |
| 128 '<(DEPTH)/components/components.gyp:startup_metric_utils_win', | |
| 129 '<(DEPTH)/components/components.gyp:variations', | 126 '<(DEPTH)/components/components.gyp:variations', |
| 130 '<(DEPTH)/courgette/courgette.gyp:courgette_lib', | 127 '<(DEPTH)/courgette/courgette.gyp:courgette_lib', |
| 131 '<(DEPTH)/crypto/crypto.gyp:crypto', | 128 '<(DEPTH)/crypto/crypto.gyp:crypto', |
| 132 '<(DEPTH)/third_party/bspatch/bspatch.gyp:bspatch', | 129 '<(DEPTH)/third_party/bspatch/bspatch.gyp:bspatch', |
| 133 '<(DEPTH)/third_party/crashpad/crashpad/client/client.gyp:crashpad_c
lient', | 130 '<(DEPTH)/third_party/crashpad/crashpad/client/client.gyp:crashpad_c
lient', |
| 134 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', | 131 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', |
| 135 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', | 132 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
| 136 '<(DEPTH)/third_party/lzma_sdk/lzma_sdk.gyp:lzma_sdk', | 133 '<(DEPTH)/third_party/lzma_sdk/lzma_sdk.gyp:lzma_sdk', |
| 137 ], | 134 ], |
| 138 'sources': [ | 135 'sources': [ |
| (...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 271 ], | 268 ], |
| 272 'include_dirs': [ | 269 'include_dirs': [ |
| 273 '<(DEPTH)', | 270 '<(DEPTH)', |
| 274 ], | 271 ], |
| 275 } | 272 } |
| 276 ], | 273 ], |
| 277 }], | 274 }], |
| 278 | 275 |
| 279 ], | 276 ], |
| 280 } | 277 } |
| OLD | NEW |