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

Side by Side Diff: sandbox/win/sandbox_win.gypi

Issue 1814863004: Cleanup/Remove Windows XP/Vista version checks from Windows sandbox code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revert disabled reparse point check Created 4 years, 9 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 | « sandbox/win/BUILD.gn ('k') | sandbox/win/src/Wow64.h » ('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 'sandbox_windows_target': 0, 8 'sandbox_windows_target': 0,
9 'target_arch%': 'ia32', 9 'target_arch%': 'ia32',
10 }, 10 },
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 'src/window.cc', 141 'src/window.cc',
142 'src/window.h', 142 'src/window.h',
143 ], 143 ],
144 'target_conditions': [ 144 'target_conditions': [
145 ['target_arch=="x64"', { 145 ['target_arch=="x64"', {
146 'sources': [ 146 'sources': [
147 'src/interceptors_64.cc', 147 'src/interceptors_64.cc',
148 'src/interceptors_64.h', 148 'src/interceptors_64.h',
149 'src/resolver_64.cc', 149 'src/resolver_64.cc',
150 'src/service_resolver_64.cc', 150 'src/service_resolver_64.cc',
151 'src/Wow64_64.cc',
152 ], 151 ],
153 }], 152 }],
154 ['target_arch=="ia32"', { 153 ['target_arch=="ia32"', {
155 'sources': [ 154 'sources': [
156 'src/resolver_32.cc', 155 'src/resolver_32.cc',
157 'src/service_resolver_32.cc', 156 'src/service_resolver_32.cc',
158 'src/sidestep_resolver.cc', 157 'src/sidestep_resolver.cc',
159 'src/sidestep_resolver.h', 158 'src/sidestep_resolver.h',
160 'src/sidestep\ia32_modrm_map.cpp', 159 'src/sidestep\ia32_modrm_map.cpp',
161 'src/sidestep\ia32_opcode_map.cpp', 160 'src/sidestep\ia32_opcode_map.cpp',
162 'src/sidestep\mini_disassembler_types.h', 161 'src/sidestep\mini_disassembler_types.h',
163 'src/sidestep\mini_disassembler.cpp', 162 'src/sidestep\mini_disassembler.cpp',
164 'src/sidestep\mini_disassembler.h', 163 'src/sidestep\mini_disassembler.h',
165 'src/sidestep\preamble_patcher_with_stub.cpp', 164 'src/sidestep\preamble_patcher_with_stub.cpp',
166 'src/sidestep\preamble_patcher.h', 165 'src/sidestep\preamble_patcher.h',
167 'src/Wow64.cc',
168 'src/Wow64.h',
169 ], 166 ],
170 }], 167 }],
171 ], 168 ],
172 }], 169 }],
173 ], 170 ],
174 }, 171 },
175 'targets': [ 172 'targets': [
176 { 173 {
177 'target_name': 'sandbox', 174 'target_name': 'sandbox',
178 'type': 'static_library', 175 'type': 'static_library',
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
397 '../../build/isolate.gypi', 394 '../../build/isolate.gypi',
398 ], 395 ],
399 'sources': [ 396 'sources': [
400 '../sbox_validation_tests.isolate', 397 '../sbox_validation_tests.isolate',
401 ], 398 ],
402 }, 399 },
403 ], 400 ],
404 }], 401 }],
405 ], 402 ],
406 } 403 }
OLDNEW
« no previous file with comments | « sandbox/win/BUILD.gn ('k') | sandbox/win/src/Wow64.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698