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

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

Issue 84063004: Restructure sandbox code to reduce dependencies pulled in by intercept code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cpu@ comments Created 7 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | sandbox/win/src/nt_internals.h » ('j') | sandbox/win/src/nt_internals.h » ('J')
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 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 'src/registry_interception.h', 86 'src/registry_interception.h',
87 'src/registry_policy.cc', 87 'src/registry_policy.cc',
88 'src/registry_policy.h', 88 'src/registry_policy.h',
89 'src/resolver.cc', 89 'src/resolver.cc',
90 'src/resolver.h', 90 'src/resolver.h',
91 'src/restricted_token_utils.cc', 91 'src/restricted_token_utils.cc',
92 'src/restricted_token_utils.h', 92 'src/restricted_token_utils.h',
93 'src/restricted_token.cc', 93 'src/restricted_token.cc',
94 'src/restricted_token.h', 94 'src/restricted_token.h',
95 'src/sandbox_factory.h', 95 'src/sandbox_factory.h',
96 'src/sandbox_globals.cc',
96 'src/sandbox_nt_types.h', 97 'src/sandbox_nt_types.h',
97 'src/sandbox_nt_util.cc', 98 'src/sandbox_nt_util.cc',
98 'src/sandbox_nt_util.h', 99 'src/sandbox_nt_util.h',
99 'src/sandbox_policy_base.cc', 100 'src/sandbox_policy_base.cc',
100 'src/sandbox_policy_base.h', 101 'src/sandbox_policy_base.h',
101 'src/sandbox_policy.h', 102 'src/sandbox_policy.h',
102 'src/sandbox_types.h', 103 'src/sandbox_types.h',
103 'src/sandbox_utils.cc', 104 'src/sandbox_utils.cc',
104 'src/sandbox_utils.h', 105 'src/sandbox_utils.h',
105 'src/sandbox.cc', 106 'src/sandbox.cc',
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
354 ], 355 ],
355 }, 356 },
356 'defines': [ 357 'defines': [
357 '<@(nacl_win64_defines)', 358 '<@(nacl_win64_defines)',
358 ] 359 ]
359 }, 360 },
360 ], 361 ],
361 }], 362 }],
362 ], 363 ],
363 } 364 }
OLDNEW
« no previous file with comments | « no previous file | sandbox/win/src/nt_internals.h » ('j') | sandbox/win/src/nt_internals.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698