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

Issue 5844001: seccomp: remove build-time flags (Closed)

Created:
10 years ago by Evan Martin
Modified:
9 years, 7 months ago
Reviewers:
piman
CC:
chromium-reviews, nkostylev+cc_chromium.org, brettw-cc_chromium.org, darin-cc_chromium.org, Paweł Hajdan Jr., native-client-reviews_googlegroups.com, davemoore+watch_chromium.org
Visibility:
Public.

Description

seccomp: remove build-time flags Adjusting seccomp through the .gyp file is error-prone and confusing. Instead, because all callers call SeccompSandboxEnabled(), if I want to enable it for some build configuration I can adjust just that function. This change removes all the build-time seccomp configuration and leaves it defaulted off. It should have no change on whether seccomp is enabled. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=69208

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -27 lines) Patch
M build/common.gypi View 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/login/login_utils.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/browser/renderer_host/browser_render_process_host.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/browser/zygote_host_linux.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/common/chrome_switches.h View 1 chunk +1 line, -3 lines 0 comments Download
M chrome/common/chrome_switches.cc View 1 chunk +3 lines, -9 lines 0 comments Download
M chrome/renderer/renderer_main_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/test/nacl/nacl_test.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Evan Martin
your favorite part of chrome! I'm just simplifying it
10 years ago (2010-12-15 00:09:28 UTC) #1
piman
10 years ago (2010-12-15 00:16:46 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698