Index: content/browser/BUILD.gn |
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn |
index 12b6e98bc08f4b9b4e7d7d21350867e9ffed34a7..4b76a9063ba6d3715622482dfe2199d94fecbc66 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/*" ] |