| Index: components/plugins/common/BUILD.gn
|
| diff --git a/tools/telemetry/BUILD.gn b/components/plugins/common/BUILD.gn
|
| similarity index 69%
|
| copy from tools/telemetry/BUILD.gn
|
| copy to components/plugins/common/BUILD.gn
|
| index 638f28809dbcb4bccde3136fa3555b777ea97e6c..c0ca042f3a4b1ad1e296647e42b04d69ae0a91c9 100644
|
| --- a/tools/telemetry/BUILD.gn
|
| +++ b/components/plugins/common/BUILD.gn
|
| @@ -2,8 +2,9 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -executable("bitmaptools") {
|
| +static_library("common") {
|
| sources = [
|
| - "telemetry/core/bitmaptools.cc",
|
| + "plugins_switches.cc",
|
| + "plugins_switches.h",
|
| ]
|
| }
|
|
|