Index: content/browser/BUILD.gn |
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn |
index 325401f5bad8eb51011814979666ac0ea179f02d..f59ead7df7f3c366a1173f95fd5f06d75e44877f 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/*" ] |