| Index: chrome/common/BUILD.gn
|
| diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn
|
| index 01becfb8b61dce0704393d6fd59d83a4779dbded..50a8661803e6b1db2722159bc99e1c70d853394b 100644
|
| --- a/chrome/common/BUILD.gn
|
| +++ b/chrome/common/BUILD.gn
|
| @@ -179,6 +179,9 @@ static_library("common") {
|
|
|
| # Printing.
|
| if (enable_basic_printing || enable_print_preview) {
|
| + sources +=
|
| + rebase_path(gypi_values.chrome_common_printing_sources, ".", "//chrome")
|
| +
|
| public_deps += [
|
| "//components/printing/common",
|
| "//printing",
|
|
|