| Index: services/catalog/BUILD.gn
|
| diff --git a/services/catalog/BUILD.gn b/services/catalog/BUILD.gn
|
| index dc44d9081a5073163ae216c046c7809d15cb8431..f693b821a2d908aa7d8d393b48306c6c0ef6bb33 100644
|
| --- a/services/catalog/BUILD.gn
|
| +++ b/services/catalog/BUILD.gn
|
| @@ -21,6 +21,8 @@ source_set("lib") {
|
| "constants.h",
|
| "entry.cc",
|
| "entry.h",
|
| + "entry_cache.cc",
|
| + "entry_cache.h",
|
| "instance.cc",
|
| "instance.h",
|
| "manifest_provider.h",
|
| @@ -28,7 +30,6 @@ source_set("lib") {
|
| "reader.h",
|
| "store.cc",
|
| "store.h",
|
| - "types.h",
|
| ]
|
|
|
| deps = [
|
|
|