BUG=165008
NOTRY=true


Review URL: https://chromiumcodereview.appspot.com/11493003

git-svn-id: http://src.chromium.org/svn/trunk/src/build@173169 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
ivankr@chromium.org 2012-12-14 17:00:58 +00:00
Родитель 0c8f34339f
Коммит 6bc4ff8552
1 изменённых файлов: 0 добавлений и 13 удалений

Просмотреть файл

@ -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'],
}],