Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 112d529462f5d5b32644ae6eef85be3dd0efdf55..d8c2703c0f29455bd0104d77d5b631c29a9ddfca 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -139,9 +139,6 @@ |
# Has no effect if 'clang' is not set as well. |
'clang_use_chrome_plugins%': 0, |
- # Allow a user to link Chromium as a non-position independent executable. |
- 'disable_pie%': 0, |
- |
'conditions': [ |
# A flag to enable or disable our compile-time dependency |
# on gnome-keyring. If that dependency is disabled, no gnome-keyring |
@@ -208,7 +205,6 @@ |
'remoting%': '<(remoting)', |
'p2p_apis%': '<(p2p_apis)', |
'clang_use_chrome_plugins%': '<(clang_use_chrome_plugins)', |
- 'disable_pie%': '<(disable_pie)', |
# The release channel that this build targets. This is used to restrict |
# channel-specific build options, like which installer packages to create. |