| Index: chrome/chrome_browser_ui.gypi
|
| diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi
|
| index fa29fe3c4bd42df9e01850b4d75b83e61d579b9b..66ff5468c4bc03c3ab37ba9e7166ba6252318488 100644
|
| --- a/chrome/chrome_browser_ui.gypi
|
| +++ b/chrome/chrome_browser_ui.gypi
|
| @@ -2685,7 +2685,7 @@
|
| '../net/net.gyp:net',
|
| ],
|
| }],
|
| - ['enable_printing!=0', {
|
| + ['enable_basic_printing==1 or enable_print_preview==1', {
|
| 'dependencies': [
|
| '../printing/printing.gyp:printing',
|
| ],
|
| @@ -2843,7 +2843,7 @@
|
| 'browser/ui/webui/theme_source.cc',
|
| ],
|
| }],
|
| - ['enable_printing==1', {
|
| + ['enable_print_preview==1', {
|
| 'sources': [ '<@(chrome_browser_ui_print_preview_sources)' ],
|
| }],
|
| ['OS=="linux" or OS=="android"', {
|
|
|