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

Side by Side Diff: chrome/chrome_installer_util.gypi

Issue 1291763002: Componentize kExperimentLabelSeparator & BuildExperimentDateString. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove "#if defined(OS_WIN)" from google_update_constants.cc Created 5 years, 4 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/common/variations/experiment_labels.cc » ('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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 'installer/util/duplicate_tree_detector.cc', 49 'installer/util/duplicate_tree_detector.cc',
50 'installer/util/duplicate_tree_detector.h', 50 'installer/util/duplicate_tree_detector.h',
51 'installer/util/firewall_manager_win.cc', 51 'installer/util/firewall_manager_win.cc',
52 'installer/util/firewall_manager_win.h', 52 'installer/util/firewall_manager_win.h',
53 'installer/util/google_chrome_binaries_distribution.cc', 53 'installer/util/google_chrome_binaries_distribution.cc',
54 'installer/util/google_chrome_binaries_distribution.h', 54 'installer/util/google_chrome_binaries_distribution.h',
55 'installer/util/google_chrome_sxs_distribution.cc', 55 'installer/util/google_chrome_sxs_distribution.cc',
56 'installer/util/google_chrome_sxs_distribution.h', 56 'installer/util/google_chrome_sxs_distribution.h',
57 'installer/util/google_update_constants.cc', 57 'installer/util/google_update_constants.cc',
58 'installer/util/google_update_constants.h', 58 'installer/util/google_update_constants.h',
59 'installer/util/google_update_experiment_util.cc',
60 'installer/util/google_update_experiment_util.h',
61 'installer/util/google_update_settings.cc', 59 'installer/util/google_update_settings.cc',
62 'installer/util/google_update_settings.h', 60 'installer/util/google_update_settings.h',
63 'installer/util/google_update_util.cc', 61 'installer/util/google_update_util.cc',
64 'installer/util/google_update_util.h', 62 'installer/util/google_update_util.h',
65 'installer/util/helper.cc', 63 'installer/util/helper.cc',
66 'installer/util/helper.h', 64 'installer/util/helper.h',
67 'installer/util/install_util.cc', 65 'installer/util/install_util.cc',
68 'installer/util/install_util.h', 66 'installer/util/install_util.h',
69 'installer/util/installation_state.cc', 67 'installer/util/installation_state.cc',
70 'installer/util/installation_state.h', 68 'installer/util/installation_state.h',
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 # GN version: //chrome/installer/util 206 # GN version: //chrome/installer/util
209 'target_name': 'installer_util', 207 'target_name': 'installer_util',
210 'type': 'static_library', 208 'type': 'static_library',
211 'dependencies': [ 209 'dependencies': [
212 '<(DEPTH)/base/base.gyp:base', 210 '<(DEPTH)/base/base.gyp:base',
213 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources', 211 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources',
214 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', 212 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings',
215 ], 213 ],
216 'sources': [ 214 'sources': [
217 # Note: sources list duplicated in GN build. 215 # Note: sources list duplicated in GN build.
218 'installer/util/google_update_experiment_util.cc',
219 'installer/util/google_update_experiment_util.h',
220 'installer/util/master_preferences.cc', 216 'installer/util/master_preferences.cc',
221 'installer/util/master_preferences.h', 217 'installer/util/master_preferences.h',
222 'installer/util/master_preferences_constants.cc', 218 'installer/util/master_preferences_constants.cc',
223 'installer/util/master_preferences_constants.h', 219 'installer/util/master_preferences_constants.h',
224 ], 220 ],
225 'include_dirs': [ 221 'include_dirs': [
226 '<(DEPTH)', 222 '<(DEPTH)',
227 ], 223 ],
228 } 224 }
229 ], 225 ],
230 }], 226 }],
231 227
232 ], 228 ],
233 } 229 }
OLDNEW
« no previous file with comments | « chrome/chrome_installer.gypi ('k') | chrome/common/variations/experiment_labels.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698