| Index: components/printing/browser/BUILD.gn
|
| diff --git a/components/printing/browser/BUILD.gn b/components/printing/browser/BUILD.gn
|
| index ed4fdd4a655773451744a718b36308dc76c83284..bddd3a67d52f7af953ffed21aad12bb33ddf0f4d 100644
|
| --- a/components/printing/browser/BUILD.gn
|
| +++ b/components/printing/browser/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.
|
|
|
| -source_set("browser") {
|
| +static_library("browser") {
|
| sources = [
|
| "print_manager.cc",
|
| "print_manager.h",
|
|
|