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

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

Issue 1342303003: Replace calls to rand_s with calls to RtlGenRandom (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix nit Created 5 years, 3 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/interception.cc » ('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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 'src/restricted_token.cc', 97 'src/restricted_token.cc',
98 'src/restricted_token.h', 98 'src/restricted_token.h',
99 'src/sandbox_factory.h', 99 'src/sandbox_factory.h',
100 'src/sandbox_globals.cc', 100 'src/sandbox_globals.cc',
101 'src/sandbox_nt_types.h', 101 'src/sandbox_nt_types.h',
102 'src/sandbox_nt_util.cc', 102 'src/sandbox_nt_util.cc',
103 'src/sandbox_nt_util.h', 103 'src/sandbox_nt_util.h',
104 'src/sandbox_policy_base.cc', 104 'src/sandbox_policy_base.cc',
105 'src/sandbox_policy_base.h', 105 'src/sandbox_policy_base.h',
106 'src/sandbox_policy.h', 106 'src/sandbox_policy.h',
107 'src/sandbox_rand.cc',
108 'src/sandbox_rand.h',
107 'src/sandbox_types.h', 109 'src/sandbox_types.h',
108 'src/sandbox_utils.cc', 110 'src/sandbox_utils.cc',
109 'src/sandbox_utils.h', 111 'src/sandbox_utils.h',
110 'src/sandbox.cc', 112 'src/sandbox.cc',
111 'src/sandbox.h', 113 'src/sandbox.h',
112 'src/security_level.h', 114 'src/security_level.h',
113 'src/service_resolver.cc', 115 'src/service_resolver.cc',
114 'src/service_resolver.h', 116 'src/service_resolver.h',
115 'src/shared_handles.cc', 117 'src/shared_handles.cc',
116 'src/shared_handles.h', 118 'src/shared_handles.h',
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
406 '../../build/isolate.gypi', 408 '../../build/isolate.gypi',
407 ], 409 ],
408 'sources': [ 410 'sources': [
409 '../sbox_validation_tests.isolate', 411 '../sbox_validation_tests.isolate',
410 ], 412 ],
411 }, 413 },
412 ], 414 ],
413 }], 415 }],
414 ], 416 ],
415 } 417 }
OLDNEW
« no previous file with comments | « sandbox/win/BUILD.gn ('k') | sandbox/win/src/interception.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698