Chromium Code Reviews| Index: components/drive/BUILD.gn |
| diff --git a/components/drive/BUILD.gn b/components/drive/BUILD.gn |
| index 08a9814526f2b907b0098c337c186da1e7b6083c..8e7b12f483681141140d2fe9b9ecabc95c44fe1b 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 = [ |
| + "drive/change_list_loader.cc", |
|
hashimoto
2015/08/24 05:44:37
No need to have "drive/"?
The same goes for others
Łukasz Anforowicz
2015/08/24 16:27:10
Done. Thanks for catching this.
|
| + "drive/change_list_loader.h", |
| + "drive/change_list_loader_observer.h", |
| + "drive/change_list_processor.cc", |
| + "drive/change_list_processor.h", |
| "drive_api_util.cc", |
| "drive_api_util.h", |
| "drive_app_registry.cc", |