Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(107)

Unified Diff: content/browser/BUILD.gn

Issue 344493002: Move all remaining appcache-related code to content namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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/*" ]

Powered by Google App Engine
This is Rietveld 408576698