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

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: Pre-review cleanup. 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
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',
rvargas (doing something else) 2013/11/27 23:53:51 missing files
robertshield 2013/11/28 01:39:19 ugh, sorry about that. missing files added, going
96 'src/sandbox_nt_types.h', 97 'src/sandbox_nt_types.h',
98 'src/sandbox_nt_util_base.cc',
99 'src/sandbox_nt_util_base.h',
97 'src/sandbox_nt_util.cc', 100 'src/sandbox_nt_util.cc',
98 'src/sandbox_nt_util.h', 101 'src/sandbox_nt_util.h',
99 'src/sandbox_policy_base.cc', 102 'src/sandbox_policy_base.cc',
100 'src/sandbox_policy_base.h', 103 'src/sandbox_policy_base.h',
101 'src/sandbox_policy.h', 104 'src/sandbox_policy.h',
102 'src/sandbox_types.h', 105 'src/sandbox_types.h',
103 'src/sandbox_utils.cc', 106 'src/sandbox_utils.cc',
104 'src/sandbox_utils.h', 107 'src/sandbox_utils.h',
105 'src/sandbox.cc', 108 'src/sandbox.cc',
106 'src/sandbox.h', 109 'src/sandbox.h',
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
354 ], 357 ],
355 }, 358 },
356 'defines': [ 359 'defines': [
357 '<@(nacl_win64_defines)', 360 '<@(nacl_win64_defines)',
358 ] 361 ]
359 }, 362 },
360 ], 363 ],
361 }], 364 }],
362 ], 365 ],
363 } 366 }
OLDNEW
« no previous file with comments | « no previous file | sandbox/win/src/filesystem_interception.cc » ('j') | sandbox/win/src/sandbox_nt_util.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698