| Index: chrome/browser/metro_utils/BUILD.gn
|
| diff --git a/components/printing/common/BUILD.gn b/chrome/browser/metro_utils/BUILD.gn
|
| similarity index 54%
|
| copy from components/printing/common/BUILD.gn
|
| copy to chrome/browser/metro_utils/BUILD.gn
|
| index 311007288bcb2d02f073e2f7133bea29ce0744bc..86a28875cc8bb6787a0807467adcbb3072e01ce0 100644
|
| --- a/components/printing/common/BUILD.gn
|
| +++ b/chrome/browser/metro_utils/BUILD.gn
|
| @@ -2,17 +2,13 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -static_library("printing_common") {
|
| - sources = [
|
| - "print_messages.cc",
|
| - "print_messages.h",
|
| - ]
|
| -
|
| +source_set("metro_utils") {
|
| deps = [
|
| "//base",
|
| - "//ipc",
|
| - "//printing",
|
| - "//third_party/WebKit/public:blink",
|
| - "//ui/gfx",
|
| + "//chrome/installer/util",
|
| + ]
|
| + sources = [
|
| + "metro_chrome_win.cc",
|
| + "metro_chrome_win.h",
|
| ]
|
| }
|
|
|