Chromium Code Reviews| Index: components/security_state/core/BUILD.gn |
| diff --git a/components/security_state/core/BUILD.gn b/components/security_state/core/BUILD.gn |
| index 3ce60b7059395e87a8513a554b8cb4c9ed6b24fa..bb28c1f81b432fc7df6d92acddd9ea61783e97d4 100644 |
| --- a/components/security_state/core/BUILD.gn |
| +++ b/components/security_state/core/BUILD.gn |
| @@ -11,6 +11,8 @@ static_library("core") { |
| sources = [ |
| "security_state.cc", |
| "security_state.h", |
| + "security_state_ui.cc", |
| + "security_state_ui.h", |
| "switches.cc", |
| "switches.h", |
| ] |