Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(27)

Side by Side Diff: chrome/chrome_installer_util.gypi

Issue 2022413002: Convert startup_metric_utils to use mojo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@message-mojom-magic
Patch Set: only create the target startup_metric_utils_win on windows Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/chrome_exe.gypi ('k') | chrome/chrome_renderer.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 126 # TODO(fdoray): Remove this once the PreRead field trial has
127 # expired. crbug.com/577698 127 # expired. crbug.com/577698
128 '<(DEPTH)/components/components.gyp:startup_metric_utils_common', 128 '<(DEPTH)/components/components.gyp:startup_metric_utils_win',
129 '<(DEPTH)/components/components.gyp:variations', 129 '<(DEPTH)/components/components.gyp:variations',
130 '<(DEPTH)/courgette/courgette.gyp:courgette_lib', 130 '<(DEPTH)/courgette/courgette.gyp:courgette_lib',
131 '<(DEPTH)/crypto/crypto.gyp:crypto', 131 '<(DEPTH)/crypto/crypto.gyp:crypto',
132 '<(DEPTH)/third_party/bspatch/bspatch.gyp:bspatch', 132 '<(DEPTH)/third_party/bspatch/bspatch.gyp:bspatch',
133 '<(DEPTH)/third_party/crashpad/crashpad/client/client.gyp:crashpad_c lient', 133 '<(DEPTH)/third_party/crashpad/crashpad/client/client.gyp:crashpad_c lient',
134 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', 134 '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
135 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', 135 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
136 '<(DEPTH)/third_party/lzma_sdk/lzma_sdk.gyp:lzma_sdk', 136 '<(DEPTH)/third_party/lzma_sdk/lzma_sdk.gyp:lzma_sdk',
137 ], 137 ],
138 'sources': [ 138 'sources': [
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 ], 271 ],
272 'include_dirs': [ 272 'include_dirs': [
273 '<(DEPTH)', 273 '<(DEPTH)',
274 ], 274 ],
275 } 275 }
276 ], 276 ],
277 }], 277 }],
278 278
279 ], 279 ],
280 } 280 }
OLDNEW
« no previous file with comments | « chrome/chrome_exe.gypi ('k') | chrome/chrome_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698