diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-21 21:33:38 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-21 21:33:38 +0000 |
commit | a15eb4a6c85ee10393da31bb31f8531129f80965 (patch) | |
tree | 9e8240a3d85dc07aeebae417fada0f0fe29d6906 /chrome/chrome_exe.gypi | |
parent | 1f120623ac343e8f87658173bda61c27158d86f5 (diff) | |
download | chromium_src-a15eb4a6c85ee10393da31bb31f8531129f80965.zip chromium_src-a15eb4a6c85ee10393da31bb31f8531129f80965.tar.gz chromium_src-a15eb4a6c85ee10393da31bb31f8531129f80965.tar.bz2 |
Get rid of the last NaCl mention in the content sandbox code. Make Windows callers of ChildProcessLauncher specify whether the process should be sandboxed or not through the SandboxedProcessLauncherDelegate interface.
BUG=191682
Review URL: https://codereview.chromium.org/12886041
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@189692 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_exe.gypi')
-rw-r--r-- | chrome/chrome_exe.gypi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi index 9d85f69..b35b40e 100644 --- a/chrome/chrome_exe.gypi +++ b/chrome/chrome_exe.gypi @@ -554,7 +554,6 @@ 'common/crash_keys.cc', 'nacl/nacl_exe_win_64.cc', '../content/app/startup_helper_win.cc', - '../content/common/debug_flags.cc', # Needed for sandbox_policy.cc '../content/common/sandbox_init_win.cc', '../content/common/sandbox_win.cc', '../content/public/common/content_switches.cc', |