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

Unified 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, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | sandbox/win/src/filesystem_interception.cc » ('j') | sandbox/win/src/sandbox_nt_util.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/win/sandbox_win.gypi
diff --git a/sandbox/win/sandbox_win.gypi b/sandbox/win/sandbox_win.gypi
index 881a6506ac225eafadebabf4b7d2bad3b516423a..aa581efb104b694c13dd6bf53f1f0c9d235bdb71 100644
--- a/sandbox/win/sandbox_win.gypi
+++ b/sandbox/win/sandbox_win.gypi
@@ -93,7 +93,10 @@
'src/restricted_token.cc',
'src/restricted_token.h',
'src/sandbox_factory.h',
+ '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
'src/sandbox_nt_types.h',
+ 'src/sandbox_nt_util_base.cc',
+ 'src/sandbox_nt_util_base.h',
'src/sandbox_nt_util.cc',
'src/sandbox_nt_util.h',
'src/sandbox_policy_base.cc',
« 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