| Index: components/version_ui/BUILD.gn
|
| diff --git a/components/omnibox/common/BUILD.gn b/components/version_ui/BUILD.gn
|
| similarity index 67%
|
| copy from components/omnibox/common/BUILD.gn
|
| copy to components/version_ui/BUILD.gn
|
| index 3e0af71eee45a9ae5c97e565c4f2bf2149a1ae97..fd7e2f55406da739b352039274bf160a9d6fe026 100644
|
| --- a/components/omnibox/common/BUILD.gn
|
| +++ b/components/version_ui/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.
|
|
|
| -source_set("common") {
|
| +source_set("version_ui") {
|
| sources = [
|
| - "omnibox_focus_state.h",
|
| + "version_ui_constants.cc",
|
| + "version_ui_constants.h",
|
| ]
|
| }
|
|
|