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

Unified Diff: content/test/BUILD.gn

Issue 1417873003: Turn on APPCACHE_USE_SIMPLE_CACHE on Android & GN to match GYP (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
« no previous file with comments | « content/browser/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 233a4303f12ba528ca2c6a1faee2c16eb065261f..f5ce289fcfea0d6eeba43a1f40dbfed0bb991c87 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -496,6 +496,7 @@ group("content_unittests_run") {
}
test("content_unittests") {
+ defines = []
sources = rebase_path(content_tests_gypi_values.content_unittests_sources,
".",
"//content")
@@ -671,6 +672,8 @@ test("content_unittests") {
]
deps -= [ "//device/battery" ]
deps += [ "//testing/android/native_test:native_test_native_code" ]
+
+ defines += [ "APPCACHE_USE_SIMPLE_CACHE" ]
}
if (!is_android && !is_ios) {
deps += [ "//third_party/libvpx_new" ]
« no previous file with comments | « content/browser/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698