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

Side by Side Diff: chrome/chrome_installer.gypi

Issue 489223002: Add chrome, installer_util targets to GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | Annotate | Revision Log
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 'variables': { 6 'variables': {
7 'lastchange_path': '../build/util/LASTCHANGE', 7 'lastchange_path': '../build/util/LASTCHANGE',
8 'libpeer_target_type%': 'static_library', 8 'libpeer_target_type%': 'static_library',
9 # 'branding_dir' is set in the 'conditions' section at the bottom. 9 # 'branding_dir' is set in the 'conditions' section at the bottom.
10 }, 10 },
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 'VCManifestTool': { 143 'VCManifestTool': {
144 'AdditionalManifestFiles': [ 144 'AdditionalManifestFiles': [
145 '$(ProjectDir)\\installer\\mini_installer\\mini_installer.exe.ma nifest', 145 '$(ProjectDir)\\installer\\mini_installer\\mini_installer.exe.ma nifest',
146 ], 146 ],
147 }, 147 },
148 }, 148 },
149 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 149 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
150 'msvs_disabled_warnings': [ 4267, ], 150 'msvs_disabled_warnings': [ 4267, ],
151 }, 151 },
152 { 152 {
153 # GN version: //chrome/installer/util:strings
153 'target_name': 'installer_util_strings', 154 'target_name': 'installer_util_strings',
154 'type': 'none', 155 'type': 'none',
155 'actions': [ 156 'actions': [
156 { 157 {
157 'action_name': 'installer_util_strings', 158 'action_name': 'installer_util_strings',
158 'variables': { 159 'variables': {
159 'create_string_rc_py': 'installer/util/prebuild/create_string_rc .py', 160 'create_string_rc_py': 'installer/util/prebuild/create_string_rc .py',
160 }, 161 },
161 'conditions': [ 162 'conditions': [
162 ['branding=="Chrome"', { 163 ['branding=="Chrome"', {
(...skipping 925 matching lines...) Expand 10 before | Expand all | Expand 10 after
1088 'branding_dir_100': 'app/theme/default_100_percent/google_chrome', 1089 'branding_dir_100': 'app/theme/default_100_percent/google_chrome',
1089 }, 1090 },
1090 }, { # else branding!="Chrome" 1091 }, { # else branding!="Chrome"
1091 'variables': { 1092 'variables': {
1092 'branding_dir': 'app/theme/chromium', 1093 'branding_dir': 'app/theme/chromium',
1093 'branding_dir_100': 'app/theme/default_100_percent/chromium', 1094 'branding_dir_100': 'app/theme/default_100_percent/chromium',
1094 }, 1095 },
1095 }], 1096 }],
1096 ], 1097 ],
1097 } 1098 }
OLDNEW
« no previous file with comments | « chrome/chrome_exe.gypi ('k') | chrome/chrome_installer_util.gypi » ('j') | chrome/version.gni » ('J')

Powered by Google App Engine
This is Rietveld 408576698