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

Side by Side Diff: chrome/chrome_installer.gypi

Issue 1851213002: Remove sandbox on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix nacl compile issues Created 4 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/chrome_exe.gypi ('k') | chrome/chrome_tests_unit.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 'branding_dir': 'app/theme/<(branding_path_component)', 8 'branding_dir': 'app/theme/<(branding_path_component)',
9 'branding_dir_100': 'app/theme/default_100_percent/<(branding_path_component )', 9 'branding_dir_100': 'app/theme/default_100_percent/<(branding_path_component )',
10 }, 10 },
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 ], 250 ],
251 }, 251 },
252 { 252 {
253 # GN version: //chrome/installer/setup 253 # GN version: //chrome/installer/setup
254 'target_name': 'setup', 254 'target_name': 'setup',
255 'type': 'executable', 255 'type': 'executable',
256 'dependencies': [ 256 'dependencies': [
257 'setup_lib', 257 'setup_lib',
258 '../chrome/common_constants.gyp:common_constants', 258 '../chrome/common_constants.gyp:common_constants',
259 '../chrome/common_constants.gyp:version_header', 259 '../chrome/common_constants.gyp:version_header',
260 '../chrome_elf/chrome_elf.gyp:chrome_elf_constants',
261 '../components/components.gyp:crash_component', 260 '../components/components.gyp:crash_component',
262 '../rlz/rlz.gyp:rlz_lib', 261 '../rlz/rlz.gyp:rlz_lib',
263 '../third_party/zlib/zlib.gyp:zlib', 262 '../third_party/zlib/zlib.gyp:zlib',
264 ], 263 ],
265 'defines': [ 264 'defines': [
266 'COMPILE_CONTENT_STATICALLY', 265 'COMPILE_CONTENT_STATICALLY',
267 ], 266 ],
268 'include_dirs': [ 267 'include_dirs': [
269 '..', 268 '..',
270 '<(INTERMEDIATE_DIR)', 269 '<(INTERMEDIATE_DIR)',
(...skipping 856 matching lines...) Expand 10 before | Expand all | Expand 10 after
1127 '../build/isolate.gypi', 1126 '../build/isolate.gypi',
1128 ], 1127 ],
1129 'sources': [ 1128 'sources': [
1130 'setup_unittests.isolate', 1129 'setup_unittests.isolate',
1131 ], 1130 ],
1132 }, 1131 },
1133 ], 1132 ],
1134 }], 1133 }],
1135 ], 1134 ],
1136 } 1135 }
OLDNEW
« no previous file with comments | « chrome/chrome_exe.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698