| Index: chrome/chrome_browser.gypi
|
| diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
|
| index 3a327703d873040db554b44e2809c368f37088c4..fc4218961bd774cdc10b4e683cb0fe6d0b620de9 100644
|
| --- a/chrome/chrome_browser.gypi
|
| +++ b/chrome/chrome_browser.gypi
|
| @@ -1592,6 +1592,10 @@
|
| 'browser/printing/print_preview_message_handler.h',
|
| 'browser/printing/print_system_task_proxy.cc',
|
| 'browser/printing/print_system_task_proxy.h',
|
| + 'browser/printing/print_view_manager_base.cc',
|
| + 'browser/printing/print_view_manager_base.h',
|
| + 'browser/printing/print_view_manager_basic.cc',
|
| + 'browser/printing/print_view_manager_basic.h',
|
| 'browser/printing/print_view_manager.cc',
|
| 'browser/printing/print_view_manager.h',
|
| 'browser/printing/print_view_manager_observer.h',
|
| @@ -2937,11 +2941,28 @@
|
| ['exclude', '^browser/automation/'],
|
| ],
|
| }],
|
| - ['enable_printing!=1', {
|
| + ['enable_printing==0', {
|
| 'sources/': [
|
| ['exclude', '^browser/printing/'],
|
| ],
|
| }],
|
| + ['enable_printing==1', {
|
| + 'sources/': [
|
| + ['exclude', '^browser/printing/print_view_manager_basic.*'],
|
| + ],
|
| + }],
|
| + ['enable_printing==2', {
|
| + 'sources/': [
|
| + ['exclude', '^browser/printing/background_printing_manager.*'],
|
| + ['exclude', '^browser/printing/print_view_manager.cc'],
|
| + ['exclude', '^browser/printing/print_error_dialog.*'],
|
| + ['exclude', '^browser/printing/print_preview.*'],
|
| + ['exclude', '^browser/printing/print_system_task_proxy.*'],
|
| + ['exclude', '^browser/printing/print_view_manager.cc'],
|
| + ['exclude', '^browser/printing/print_view_manager.h'],
|
| + ['exclude', '^browser/printing/printer_manager_dialog.*'],
|
| + ],
|
| + }],
|
| ['enable_captive_portal_detection!=1', {
|
| 'sources/': [
|
| ['exclude', '^browser/captive_portal/'],
|
| @@ -3189,8 +3210,6 @@
|
| ['toolkit_uses_gtk==1', {
|
| 'sources/': [
|
| ['exclude', '^browser/lifetime/application_lifetime_stub.cc'],
|
| - ['include', '^browser/printing/print_dialog_gtk.cc'],
|
| - ['include', '^browser/printing/print_dialog_gtk.h'],
|
| ],
|
| }],
|
| ['gcc_version == 45', {
|
|
|