Index: printing/printing.gyp |
diff --git a/printing/printing.gyp b/printing/printing.gyp |
index 68465e2c5ccdad84930058db811fd0919fd3fe63..55bc9b58c0ab48da2f9e90bbd85e562cb5b92797 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', |
+ ], |
+ }], |
], |
}, |
{ |