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

Unified Diff: build/common.gypi

Issue 11493003: Remove the protector service. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix implicit ExtensionSystem -> TemplateURLService dependency Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 9c24e2c602fb570dc1c94ea5960222af9c1db80b..80d13868c49ed6e1fdbee6faceeff0e0562bfb91 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -379,9 +379,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.
@@ -535,12 +532,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"', {
@@ -697,7 +688,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)',
@@ -1891,9 +1881,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'],
}],
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698