| Index: components/printing/common/BUILD.gn
|
| diff --git a/components/printing/common/BUILD.gn b/components/printing/common/BUILD.gn
|
| index d56e4e2b80f6bae0e5abbbb945b134cf98c8173e..0bc56692c34dc4f1e06afec7110559aea7b93731 100644
|
| --- a/components/printing/common/BUILD.gn
|
| +++ b/components/printing/common/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_common") {
|
| +source_set("common") {
|
| sources = [
|
| "print_messages.cc",
|
| "print_messages.h",
|
|
|