| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 11dde6685ab22e985531f200278d1b73a61adf95..a618576c16955b855ddd02748d28b5eda6ed5e2a 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -921,9 +921,6 @@
|
| # sandbox the zygote process and, thus, all renderer processes.
|
| 'linux_sandbox_path%': '',
|
|
|
| - # Set this to true to enable SELinux support.
|
| - 'selinux%': 0,
|
| -
|
| # Clang stuff.
|
| 'clang%': '<(clang)',
|
| 'make_clang_dir%': 'third_party/llvm-build/Release+Asserts',
|
| @@ -2004,9 +2001,6 @@
|
| ['dcheck_always_on!=0', {
|
| 'defines': ['DCHECK_ALWAYS_ON=1'],
|
| }], # dcheck_always_on!=0
|
| - ['selinux==1', {
|
| - 'defines': ['CHROMIUM_SELINUX=1'],
|
| - }],
|
| ['win_use_allocator_shim==0', {
|
| 'conditions': [
|
| ['OS=="win"', {
|
|
|