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

Unified Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTAndroidASan.json

Issue 1083543005: Remove use_allocator=none where it's implied. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 8 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: scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTAndroidASan.json
diff --git a/scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTAndroidASan.json b/scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTAndroidASan.json
index 730f705113cb9d83f5ac372060904eb77f4e7207..21336e0612da720123bc47d2e498463ac3f8df72 100644
--- a/scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTAndroidASan.json
+++ b/scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTAndroidASan.json
@@ -69,7 +69,7 @@
],
"env": {
"GYP_CROSSCOMPILE": "1",
- "GYP_DEFINES": "OS=android asan=1 clang=1 clang_use_chrome_plugins=0 component=shared_library fastbuild=1 lsan=1 target_arch=arm use_allocator=none werror=''",
+ "GYP_DEFINES": "OS=android asan=1 clang=1 clang_use_chrome_plugins=0 component=shared_library fastbuild=1 lsan=1 target_arch=arm werror=''",
"LLVM_FORCE_HEAD_REVISION": "YES",
"PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[SLAVE_BUILD]/src/build/android:%(PATH)s"
},

Powered by Google App Engine
This is Rietveld 408576698