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

Side by Side Diff: chrome/chrome_installer.gypi

Issue 1101323003: Work on Windows GN tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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/app_installer/app_installer.gypi ('k') | chrome/chrome_installer_util.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 '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': 'app/theme/<(branding_path_component)', 9 'branding_dir': 'app/theme/<(branding_path_component)',
10 'branding_dir_100': 'app/theme/default_100_percent/<(branding_path_component )', 10 'branding_dir_100': 'app/theme/default_100_percent/<(branding_path_component )',
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 'message': 'Generating installer_util_strings', 178 'message': 'Generating installer_util_strings',
179 }, 179 },
180 ], 180 ],
181 'direct_dependent_settings': { 181 'direct_dependent_settings': {
182 'include_dirs': [ 182 'include_dirs': [
183 '<(SHARED_INTERMEDIATE_DIR)/installer_util_strings', 183 '<(SHARED_INTERMEDIATE_DIR)/installer_util_strings',
184 ], 184 ],
185 }, 185 },
186 }, 186 },
187 { 187 {
188 # GN version: //chrome/installer/launcher_support
188 'target_name': 'launcher_support', 189 'target_name': 'launcher_support',
189 'type': 'static_library', 190 'type': 'static_library',
190 'include_dirs': [ 191 'include_dirs': [
191 '..', 192 '..',
192 ], 193 ],
193 'direct_dependent_settings': { 194 'direct_dependent_settings': {
194 'include_dirs': [ 195 'include_dirs': [
195 '..', 196 '..',
196 ], 197 ],
197 }, 198 },
(...skipping 862 matching lines...) Expand 10 before | Expand all | Expand 10 after
1060 '..', 1061 '..',
1061 ], 1062 ],
1062 'sources': [ 1063 'sources': [
1063 'installer/gcapi_mac/gcapi_example_client.mm', 1064 'installer/gcapi_mac/gcapi_example_client.mm',
1064 ], 1065 ],
1065 }, 1066 },
1066 ], # targets 1067 ], # targets
1067 }], # OS=="mac" 1068 }], # OS=="mac"
1068 ], 1069 ],
1069 } 1070 }
OLDNEW
« no previous file with comments | « chrome/app_installer/app_installer.gypi ('k') | chrome/chrome_installer_util.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698