chromeos: Remove use_spring_wallpaper and use_oem_wallpaper.
Custom wallpapers are now specified via command-line flags. BUG=248764 Review URL: https://chromiumcodereview.appspot.com/18298009 git-svn-id: http://src.chromium.org/svn/trunk/src/build@210134 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
Родитель
db842742f6
Коммит
cc34bb324c
14
common.gypi
14
common.gypi
|
@ -353,12 +353,6 @@
|
|||
# Enables autofill dialog and associated features; disabled by default.
|
||||
'enable_autofill_dialog%' : 0,
|
||||
|
||||
# Uses spring wallpaper resources on Spring.
|
||||
'use_spring_wallpaper%': 0,
|
||||
|
||||
# Uses OEM-specific wallpaper resources on Chrome OS.
|
||||
'use_oem_wallpaper%': 0,
|
||||
|
||||
# Enables support for background apps.
|
||||
'enable_background%': 1,
|
||||
|
||||
|
@ -802,8 +796,6 @@
|
|||
'enable_session_service%': '<(enable_session_service)',
|
||||
'enable_themes%': '<(enable_themes)',
|
||||
'enable_autofill_dialog%': '<(enable_autofill_dialog)',
|
||||
'use_spring_wallpaper%': '<(use_spring_wallpaper)',
|
||||
'use_oem_wallpaper%': '<(use_oem_wallpaper)',
|
||||
'enable_background%': '<(enable_background)',
|
||||
'linux_use_gold_binary%': '<(linux_use_gold_binary)',
|
||||
'linux_use_gold_flags%': '<(linux_use_gold_flags)',
|
||||
|
@ -1568,12 +1560,6 @@
|
|||
['enable_themes==1', {
|
||||
'grit_defines': ['-D', 'enable_themes'],
|
||||
}],
|
||||
['use_spring_wallpaper==1', {
|
||||
'grit_defines': ['-D', 'use_spring_wallpaper'],
|
||||
}],
|
||||
['use_oem_wallpaper==1', {
|
||||
'grit_defines': ['-D', 'use_oem_wallpaper'],
|
||||
}],
|
||||
['enable_app_list==1', {
|
||||
'grit_defines': ['-D', 'enable_app_list'],
|
||||
}],
|
||||
|
|
Загрузка…
Ссылка в новой задаче