| Index: components/printing/renderer/BUILD.gn
|
| diff --git a/components/printing/renderer/BUILD.gn b/components/printing/renderer/BUILD.gn
|
| index c31bb8e980ef33bf2f4291ebf9f67de06667a42f..92670027d775dc742a06821f2d53d3fe208e13fe 100644
|
| --- a/components/printing/renderer/BUILD.gn
|
| +++ b/components/printing/renderer/BUILD.gn
|
| @@ -2,7 +2,7 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -static_library("printing_renderer") {
|
| +source_set("renderer") {
|
| sources = [
|
| "print_web_view_helper.cc",
|
| "print_web_view_helper.h",
|
| @@ -17,7 +17,7 @@ static_library("printing_renderer") {
|
|
|
| deps = [
|
| "//base",
|
| - "//components/printing/common:printing_common",
|
| + "//components/printing/common",
|
| "//components/resources",
|
| "//content/public/common",
|
| "//content/public/renderer",
|
|
|