| Index: components/version_ui/BUILD.gn
|
| diff --git a/components/version_ui/BUILD.gn b/components/version_ui/BUILD.gn
|
| index fd7e2f55406da739b352039274bf160a9d6fe026..a6693b67eaeed33e1972c70cf3cc48564cadf4f6 100644
|
| --- a/components/version_ui/BUILD.gn
|
| +++ b/components/version_ui/BUILD.gn
|
| @@ -4,7 +4,14 @@
|
|
|
| source_set("version_ui") {
|
| sources = [
|
| + "version_handler_helper.cc",
|
| + "version_handler_helper.h",
|
| "version_ui_constants.cc",
|
| "version_ui_constants.h",
|
| ]
|
| +
|
| + deps = [
|
| + "//base",
|
| + "//components/variations",
|
| + ]
|
| }
|
|
|