Chromium Code Reviews| Index: printing/BUILD.gn |
| diff --git a/printing/BUILD.gn b/printing/BUILD.gn |
| index 83a735d9b9364dd104fe217226ec071e4506da5f..ed4c9d07cc41bc23e54eaefd3aad655bf9942e80 100644 |
| --- a/printing/BUILD.gn |
| +++ b/printing/BUILD.gn |
| @@ -201,6 +201,8 @@ test("printing_unittests") { |
| "units_unittest.cc", |
| ] |
| + configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] |
| + |
| if (use_cups) { |
| configs += [ ":cups" ] |
| sources += [ "backend/cups_helper_unittest.cc" ] |