| Index: chrome/browser/BUILD.gn
|
| diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
|
| index 8cb40216b5633e27372e64375d2a1179f38de68f..2f12bea1f5400c72688d450bdaa823979ba3f47c 100644
|
| --- a/chrome/browser/BUILD.gn
|
| +++ b/chrome/browser/BUILD.gn
|
| @@ -264,6 +264,8 @@ split_static_library("browser") {
|
| "content_settings/web_site_settings_uma_util.h",
|
| "crash_upload_list/crash_upload_list.cc",
|
| "crash_upload_list/crash_upload_list.h",
|
| + "crash_upload_list/crash_upload_list_android.cc",
|
| + "crash_upload_list/crash_upload_list_android.h",
|
| "custom_handlers/protocol_handler_registry.cc",
|
| "custom_handlers/protocol_handler_registry.h",
|
| "custom_handlers/protocol_handler_registry_factory.cc",
|
|
|