Exclude print_preview resources for platforms that don't use it
Only enable_printing==1 uses print_preview and all of its resources. enable_printing==2 and enable_printing==0 do not need them. BUG=326023 Review URL: https://codereview.chromium.org/146963004 git-svn-id: http://src.chromium.org/svn/trunk/src/build@247291 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
Родитель
8037f9a329
Коммит
d5c03bdb4a
|
@ -1738,6 +1738,9 @@
|
|||
['enable_printing!=0', {
|
||||
'grit_defines': ['-D', 'enable_printing'],
|
||||
}],
|
||||
['enable_printing==1', {
|
||||
'grit_defines': ['-D', 'enable_full_printing'],
|
||||
}],
|
||||
['enable_themes==1', {
|
||||
'grit_defines': ['-D', 'enable_themes'],
|
||||
}],
|
||||
|
|
Загрузка…
Ссылка в новой задаче