| Index: components/drive/DEPS
|
| diff --git a/components/drive/DEPS b/components/drive/DEPS
|
| index 9f764752c09641c49df22c8c27507483aa54c926..48aeee1283e356d3774ebdcbfc4e7b840443ec3a 100644
|
| --- a/components/drive/DEPS
|
| +++ b/components/drive/DEPS
|
| @@ -23,11 +23,14 @@ specific_include_rules = {
|
| r"|create_file_operation_unittest\.cc"
|
| r"|download_operation_unittest\.cc"
|
| r"|drive_test_util\.h"
|
| + r"|entry_revert_performer_unittest\.cc"
|
| + r"|entry_update_performer_unittest\.cc"
|
| r"|get_file_for_saving_operation_unittest\.cc"
|
| r"|move_operation_unittest\.cc"
|
| r"|open_file_operation_unittest\.cc"
|
| r"|operation_test_base\.cc"
|
| r"|remove_operation_unittest\.cc"
|
| + r"|remove_performer_unittest\.cc"
|
| r"|search_operation_unittest\.cc"
|
| r"|set_property_operation_unittest\.cc"
|
| r"|truncate_operation_unittest\.cc"
|
| @@ -37,22 +40,30 @@ specific_include_rules = {
|
|
|
| # The following test dependencies should be removed to fully componentize this
|
| # directory. crbug.com/498951
|
| - r"(change_list_loader_unittest.cc"
|
| - r"|change_list_processor_unittest.cc"
|
| - r"|file_cache_unittest.cc"
|
| - r"|file_system_core_util_unittest.cc"
|
| - r"|file_write_watcher_unittest.cc"
|
| - r"|job_scheduler_unittest.cc"
|
| + r"(change_list_loader_unittest\.cc"
|
| + r"|change_list_processor_unittest\.cc"
|
| + r"|directory_loader_unittest\.cc"
|
| + r"|fake_file_system_unittest\.cc"
|
| + r"|file_cache_unittest\.cc"
|
| + r"|file_system_core_util_unittest\.cc"
|
| + r"|file_system_unittest\.cc"
|
| + r"|file_write_watcher_unittest\.cc"
|
| + r"|job_scheduler_unittest\.cc"
|
| r"|operation_test_base\.h"
|
| - r"|resource_metadata_storage_unittest.cc"
|
| - r"|resource_metadata_unittest.cc"
|
| + r"|remove_stale_cache_files_unittest\.cc"
|
| + r"|resource_metadata_storage_unittest\.cc"
|
| + r"|resource_metadata_unittest\.cc"
|
| + r"|search_metadata_unittest\.cc"
|
| + r"|sync_client_unittest\.cc"
|
| r")": [
|
| "+content/public/test/test_browser_thread_bundle.h",
|
| ],
|
|
|
| # The following test dependencies should be removed to fully componentize this
|
| # directory. crbug.com/498951
|
| - r"(file_write_watcher_unittest\.cc"
|
| + r"(fake_file_system\.cc"
|
| + r"|file_system_unittest.cc"
|
| + r"|file_write_watcher_unittest\.cc"
|
| r"|get_file_for_saving_operation_unittest\.cc"
|
| r"|operation_test_base\.cc"
|
| r")": [
|
|
|