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

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: Try moving kExperimentLabels into the component to fix the build on Windows 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
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': [
11 # This part is shared between the two versions of the target. 11 # This part is shared between the two versions of the target.
12 ['installer_util_target==1', { 12 ['installer_util_target==1', {
13 'dependencies': [
14 '<(DEPTH)/components/components.gyp:variations',
15 ],
13 'sources': [ 16 'sources': [
14 'installer/util/advanced_firewall_manager_win.cc', 17 'installer/util/advanced_firewall_manager_win.cc',
15 'installer/util/advanced_firewall_manager_win.h', 18 'installer/util/advanced_firewall_manager_win.h',
16 'installer/util/app_command.cc', 19 'installer/util/app_command.cc',
17 'installer/util/app_command.h', 20 'installer/util/app_command.h',
18 'installer/util/app_commands.cc', 21 'installer/util/app_commands.cc',
19 'installer/util/app_commands.h', 22 'installer/util/app_commands.h',
20 'installer/util/app_registration_data.h', 23 'installer/util/app_registration_data.h',
21 'installer/util/auto_launch_util.cc', 24 'installer/util/auto_launch_util.cc',
22 'installer/util/auto_launch_util.h', 25 'installer/util/auto_launch_util.h',
(...skipping 26 matching lines...) Expand all
49 'installer/util/duplicate_tree_detector.cc', 52 'installer/util/duplicate_tree_detector.cc',
50 'installer/util/duplicate_tree_detector.h', 53 'installer/util/duplicate_tree_detector.h',
51 'installer/util/firewall_manager_win.cc', 54 'installer/util/firewall_manager_win.cc',
52 'installer/util/firewall_manager_win.h', 55 'installer/util/firewall_manager_win.h',
53 'installer/util/google_chrome_binaries_distribution.cc', 56 'installer/util/google_chrome_binaries_distribution.cc',
54 'installer/util/google_chrome_binaries_distribution.h', 57 'installer/util/google_chrome_binaries_distribution.h',
55 'installer/util/google_chrome_sxs_distribution.cc', 58 'installer/util/google_chrome_sxs_distribution.cc',
56 'installer/util/google_chrome_sxs_distribution.h', 59 'installer/util/google_chrome_sxs_distribution.h',
57 'installer/util/google_update_constants.cc', 60 'installer/util/google_update_constants.cc',
58 'installer/util/google_update_constants.h', 61 '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', 62 'installer/util/google_update_settings.cc',
62 'installer/util/google_update_settings.h', 63 'installer/util/google_update_settings.h',
63 'installer/util/google_update_util.cc', 64 'installer/util/google_update_util.cc',
64 'installer/util/google_update_util.h', 65 'installer/util/google_update_util.h',
65 'installer/util/helper.cc', 66 'installer/util/helper.cc',
66 'installer/util/helper.h', 67 'installer/util/helper.h',
67 'installer/util/install_util.cc', 68 'installer/util/install_util.cc',
68 'installer/util/install_util.h', 69 'installer/util/install_util.h',
69 'installer/util/installation_state.cc', 70 'installer/util/installation_state.cc',
70 'installer/util/installation_state.h', 71 'installer/util/installation_state.h',
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 ['OS!="win"', { 206 ['OS!="win"', {
206 'targets': [ 207 'targets': [
207 { 208 {
208 # GN version: //chrome/installer/util 209 # GN version: //chrome/installer/util
209 'target_name': 'installer_util', 210 'target_name': 'installer_util',
210 'type': 'static_library', 211 'type': 'static_library',
211 'dependencies': [ 212 'dependencies': [
212 '<(DEPTH)/base/base.gyp:base', 213 '<(DEPTH)/base/base.gyp:base',
213 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources', 214 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources',
214 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', 215 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings',
216 '<(DEPTH)/components/components.gyp:variations',
215 ], 217 ],
216 'sources': [ 218 'sources': [
217 # Note: sources list duplicated in GN build. 219 # 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', 220 'installer/util/master_preferences.cc',
221 'installer/util/master_preferences.h', 221 'installer/util/master_preferences.h',
222 'installer/util/master_preferences_constants.cc', 222 'installer/util/master_preferences_constants.cc',
223 'installer/util/master_preferences_constants.h', 223 'installer/util/master_preferences_constants.h',
224 ], 224 ],
225 'include_dirs': [ 225 'include_dirs': [
226 '<(DEPTH)', 226 '<(DEPTH)',
227 ], 227 ],
228 } 228 }
229 ], 229 ],
230 }], 230 }],
231 231
232 ], 232 ],
233 } 233 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698