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