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