| Index: content/browser/BUILD.gn
 | 
| diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
 | 
| index 7ec025c57a0cb5ddeb7dbce7c80d8cfa780467dc..c3e32263dab3fff82d0692e3ea8804fc80c9474e 100644
 | 
| --- a/content/browser/BUILD.gn
 | 
| +++ b/content/browser/BUILD.gn
 | 
| @@ -6,6 +6,12 @@ import("//build/config/features.gni")
 | 
|  import("//build/config/ui.gni")
 | 
|  import("//content/browser/browser.gni")
 | 
|  
 | 
| +config("storage_config") {
 | 
| +  if (is_android) {
 | 
| +    defines = [ "APPCACHE_USE_SIMPLE_CACHE" ]
 | 
| +  }
 | 
| +}
 | 
| +
 | 
|  source_set("browser") {
 | 
|    # Only targets in the content tree can depend directly on this target.
 | 
|    visibility = [ "//content/*" ]
 | 
| 
 |