| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 427832828bb08a28a8a05b071faa656c48fa5c96..40b334bdc9b78f908a91d4c1ce4afce8e45ad62e 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -377,9 +377,6 @@
|
| # as PPAPI; see crbug.com/162667.
|
| 'enable_plugins%': 1,
|
|
|
| - # Enable protector service by default.
|
| - 'enable_protector_service%': 1,
|
| -
|
| # Specifies whether to use canvas_skia.cc in place of platform
|
| # specific implementations of gfx::Canvas. Affects text drawing in the
|
| # Chrome UI.
|
| @@ -533,12 +530,6 @@
|
| 'enable_plugins%': 1,
|
| }],
|
|
|
| - ['OS=="android" or OS=="ios"', {
|
| - 'enable_protector_service%': 0,
|
| - }, {
|
| - 'enable_protector_service%': 1,
|
| - }],
|
| -
|
| # linux_use_gold_binary: whether to use the binary checked into
|
| # third_party/gold.
|
| ['OS=="linux"', {
|
| @@ -684,7 +675,6 @@
|
| 'enable_web_intents_tag%': '<(enable_web_intents_tag)',
|
| 'enable_plugin_installation%': '<(enable_plugin_installation)',
|
| 'enable_plugins%': '<(enable_plugins)',
|
| - 'enable_protector_service%': '<(enable_protector_service)',
|
| 'enable_session_service%': '<(enable_session_service)',
|
| 'enable_themes%': '<(enable_themes)',
|
| 'use_oem_wallpaper%': '<(use_oem_wallpaper)',
|
| @@ -1880,9 +1870,6 @@
|
| ['enable_plugins==1', {
|
| 'defines': ['ENABLE_PLUGINS=1'],
|
| }],
|
| - ['enable_protector_service==1', {
|
| - 'defines': ['ENABLE_PROTECTOR_SERVICE=1'],
|
| - }],
|
| ['enable_session_service==1', {
|
| 'defines': ['ENABLE_SESSION_SERVICE=1'],
|
| }],
|
|
|