Chromium Code Reviews| Index: chrome/utility/BUILD.gn |
| diff --git a/chrome/utility/BUILD.gn b/chrome/utility/BUILD.gn |
| index c8482f9eadc2adb3f7b2ef46386bd21ed62ee8f8..f190c82e37438d97dc9a99971979adc144539f81 100644 |
| --- a/chrome/utility/BUILD.gn |
| +++ b/chrome/utility/BUILD.gn |
| @@ -175,6 +175,13 @@ static_library("utility") { |
| ] |
| } |
| + if (enable_basic_printing || enable_print_preview) { |
|
Lei Zhang
2017/04/27 22:42:21
Just enable_printing then?
Wei Li
2017/04/29 04:35:18
We only have enable_printing as buildflag, but not
|
| + deps += [ |
| + "//components/printing/service/public/cpp:factory", |
| + "//components/printing/service/public/interfaces", |
| + ] |
| + } |
| + |
| if (is_mac && safe_browsing_mode == 1) { |
| deps += [ "//chrome/utility/safe_browsing/mac" ] |
| } |