Chromium Code Reviews| Index: components/crx_file/BUILD.gn |
| diff --git a/components/crx_file/BUILD.gn b/components/crx_file/BUILD.gn |
| index 8c5cceb5db231265389ad60cf8ac7b21ca5576b9..65f108fd5542f615f2135fdce91293f6a9075d61 100644 |
| --- a/components/crx_file/BUILD.gn |
| +++ b/components/crx_file/BUILD.gn |
| @@ -4,8 +4,10 @@ |
| static_library("crx_file") { |
| sources = [ |
| - "crx_file.cc", |
| - "crx_file.h", |
| + "crx2_file.cc", |
| + "crx2_file.h", |
| + "crx_verifier.cc", |
| + "crx_verifier.h", |
| "id_util.cc", |
| "id_util.h", |
| ] |