| Index: components/drive.gypi
|
| diff --git a/components/drive.gypi b/components/drive.gypi
|
| index 3f83bb4fcc57b780e4a56272ffa5a8015b3d2bbb..e01ada25fdf03836d9e927cc62412b85f15ca4fd 100644
|
| --- a/components/drive.gypi
|
| +++ b/components/drive.gypi
|
| @@ -27,6 +27,11 @@
|
| '../third_party/re2/re2.gyp:re2',
|
| ],
|
| 'sources': [
|
| + 'drive/change_list_loader.cc',
|
| + 'drive/change_list_loader.h',
|
| + 'drive/change_list_loader_observer.h',
|
| + 'drive/change_list_processor.cc',
|
| + 'drive/change_list_processor.h',
|
| 'drive/drive_api_util.cc',
|
| 'drive/drive_api_util.h',
|
| 'drive/drive_app_registry.cc',
|
|
|