| Index: components/version_ui/BUILD.gn
|
| diff --git a/mojo/services/tracing/public/cpp/BUILD.gn b/components/version_ui/BUILD.gn
|
| similarity index 67%
|
| copy from mojo/services/tracing/public/cpp/BUILD.gn
|
| copy to components/version_ui/BUILD.gn
|
| index 2f8933bf59e2bad6c084386484874f0dcb8b5373..fd7e2f55406da739b352039274bf160a9d6fe026 100644
|
| --- a/mojo/services/tracing/public/cpp/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.
|
|
|
| -source_set("cpp") {
|
| +source_set("version_ui") {
|
| sources = [
|
| - "switches.cc",
|
| - "switches.h",
|
| + "version_ui_constants.cc",
|
| + "version_ui_constants.h",
|
| ]
|
| }
|
|
|