| Index: ui/android/BUILD.gn | 
| diff --git a/ui/android/BUILD.gn b/ui/android/BUILD.gn | 
| index 4c2b2707e50ed92f63c307e64fdca3c5f8cf2df2..36c75b166f8a1107aee42ee28c13ae864447c948 100644 | 
| --- a/ui/android/BUILD.gn | 
| +++ b/ui/android/BUILD.gn | 
| @@ -10,6 +10,8 @@ assert(is_android) | 
| component("android") { | 
| output_name = "ui_android" | 
| sources = [ | 
| +    "resources/crushed_sprite_resource.cc", | 
| +    "resources/crushed_sprite_resource.h", | 
| "resources/resource_manager.cc", | 
| "resources/resource_manager.h", | 
| "resources/resource_manager_impl.cc", | 
|  |