| Index: components/drive/BUILD.gn
|
| diff --git a/components/drive/BUILD.gn b/components/drive/BUILD.gn
|
| index 08a9814526f2b907b0098c337c186da1e7b6083c..93f83209ea86b694ea769a2d8bcc3a546de3b45c 100644
|
| --- a/components/drive/BUILD.gn
|
| +++ b/components/drive/BUILD.gn
|
| @@ -6,6 +6,11 @@ import("//third_party/protobuf/proto_library.gni")
|
|
|
| source_set("drive") {
|
| sources = [
|
| + "change_list_loader.cc",
|
| + "change_list_loader.h",
|
| + "change_list_loader_observer.h",
|
| + "change_list_processor.cc",
|
| + "change_list_processor.h",
|
| "drive_api_util.cc",
|
| "drive_api_util.h",
|
| "drive_app_registry.cc",
|
|
|