Index: printing/printing.gyp |
diff --git a/printing/printing.gyp b/printing/printing.gyp |
index 3c43ce9837612fb5c7f104257391a36a19ac3b25..80b83c5c5c5f9747dfb42dc4ab84f8f83abd6e86 100644 |
--- a/printing/printing.gyp |
+++ b/printing/printing.gyp |
@@ -167,13 +167,6 @@ |
], |
}, |
}], |
- ], |
- 'defines': [ |
- # PRINT_BACKEND_AVAILABLE disables the default dummy implementation |
- # of the print backend and enables a custom implementation instead. |
- 'PRINT_BACKEND_AVAILABLE', |
- ], |
- 'conditions': [ |
['chromeos==1', { |
'sources': [ |
'backend/cups_connection.cc', |
@@ -195,6 +188,11 @@ |
], |
}], |
], |
+ 'defines': [ |
+ # PRINT_BACKEND_AVAILABLE disables the default dummy implementation |
+ # of the print backend and enables a custom implementation instead. |
+ 'PRINT_BACKEND_AVAILABLE', |
+ ], |
}], |
['OS=="linux" and chromeos==1', { |
'defines': [ |