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

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

Issue 1460903002: Unify PolicyBase into TargetPolicy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@policy_dispatcher
Patch Set: Rebase. Created 5 years 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
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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 'src/restricted_token_utils.cc', 95 'src/restricted_token_utils.cc',
96 'src/restricted_token_utils.h', 96 'src/restricted_token_utils.h',
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',
106 'src/sandbox_policy.h', 105 'src/sandbox_policy.h',
107 'src/sandbox_rand.cc', 106 'src/sandbox_rand.cc',
108 'src/sandbox_rand.h', 107 'src/sandbox_rand.h',
109 'src/sandbox_types.h', 108 'src/sandbox_types.h',
110 'src/sandbox_utils.cc', 109 'src/sandbox_utils.cc',
111 'src/sandbox_utils.h', 110 'src/sandbox_utils.h',
112 'src/sandbox.cc', 111 'src/sandbox.cc',
113 'src/sandbox.h', 112 'src/sandbox.h',
114 'src/security_level.h', 113 'src/security_level.h',
115 'src/service_resolver.cc', 114 'src/service_resolver.cc',
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
397 '../../build/isolate.gypi', 396 '../../build/isolate.gypi',
398 ], 397 ],
399 'sources': [ 398 'sources': [
400 '../sbox_validation_tests.isolate', 399 '../sbox_validation_tests.isolate',
401 ], 400 ],
402 }, 401 },
403 ], 402 ],
404 }], 403 }],
405 ], 404 ],
406 } 405 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698