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

Side by Side Diff: chrome/chrome_installer_util.gypi

Issue 2017123002: Adds a base32 component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Migrates installer/setup/user_hive_visitor.cc to use base32 component 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_installer.gypi ('k') | chrome/installer/setup/BUILD.gn » ('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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « chrome/chrome_installer.gypi ('k') | chrome/installer/setup/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698