diff options
Diffstat (limited to 'printing/printing.gyp')
-rw-r--r-- | printing/printing.gyp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/printing/printing.gyp b/printing/printing.gyp index 68465e2..55bc9b5 100644 --- a/printing/printing.gyp +++ b/printing/printing.gyp @@ -147,6 +147,16 @@ 'backend/print_backend_cups.cc', ], }], + ['OS=="linux" and chromeos==1', { + 'defines': [ + # PRINT_BACKEND_AVAILABLE disables the default dummy implementation + # of the print backend and enables a custom implementation instead. + 'PRINT_BACKEND_AVAILABLE', + ], + 'sources': [ + 'backend/print_backend_chromeos.cc', + ], + }], ], }, { |