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