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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
115 'variables': { | 115 'variables': { |
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:metrics', | 124 '<(DEPTH)/components/components.gyp:metrics', |
| 125 # TODO(fdoray): Remove this once the PreRead field trial has |
| 126 # expired. crbug.com/577698 |
| 127 '<(DEPTH)/components/components.gyp:startup_metric_utils_common', |
125 '<(DEPTH)/components/components.gyp:variations', | 128 '<(DEPTH)/components/components.gyp:variations', |
126 '<(DEPTH)/courgette/courgette.gyp:courgette_lib', | 129 '<(DEPTH)/courgette/courgette.gyp:courgette_lib', |
127 '<(DEPTH)/crypto/crypto.gyp:crypto', | 130 '<(DEPTH)/crypto/crypto.gyp:crypto', |
128 '<(DEPTH)/third_party/bspatch/bspatch.gyp:bspatch', | 131 '<(DEPTH)/third_party/bspatch/bspatch.gyp:bspatch', |
129 '<(DEPTH)/third_party/crashpad/crashpad/client/client.gyp:crashpad_c
lient', | 132 '<(DEPTH)/third_party/crashpad/crashpad/client/client.gyp:crashpad_c
lient', |
130 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', | 133 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', |
131 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', | 134 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
132 '<(DEPTH)/third_party/lzma_sdk/lzma_sdk.gyp:lzma_sdk', | 135 '<(DEPTH)/third_party/lzma_sdk/lzma_sdk.gyp:lzma_sdk', |
133 ], | 136 ], |
134 'sources': [ | 137 'sources': [ |
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
231 ], | 234 ], |
232 'include_dirs': [ | 235 'include_dirs': [ |
233 '<(DEPTH)', | 236 '<(DEPTH)', |
234 ], | 237 ], |
235 } | 238 } |
236 ], | 239 ], |
237 }], | 240 }], |
238 | 241 |
239 ], | 242 ], |
240 } | 243 } |
OLD | NEW |