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

Unified Diff: third_party/android_protobuf/BUILD.gn

Issue 1582413008: GN(android) Fix build all with is_asan (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments & visibility Created 4 years, 11 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 | « build/config/sanitizers/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/android_protobuf/BUILD.gn
diff --git a/third_party/android_protobuf/BUILD.gn b/third_party/android_protobuf/BUILD.gn
index 79d5c4a247a0beb83d8d5e2328e516900ab3aa75..becc47022138b9d6fd72efa2af78d0c446a11eb3 100644
--- a/third_party/android_protobuf/BUILD.gn
+++ b/third_party/android_protobuf/BUILD.gn
@@ -14,7 +14,14 @@ if (current_toolchain == host_toolchain) {
# GYP: //third_party/android_protobuf/android_protobuf.gyp:android_protoc
executable("android_protoc") {
- configs -= [ "//build/config/compiler:chromium_code" ]
+ configs -= [
+ "//build/config/compiler:chromium_code",
+
+ # Does not compile with sanitizers.
+ "//build/config/sanitizers:default_sanitizer_flags",
+ "//build/config/sanitizers:default_sanitizer_coverage_flags",
+ ]
+
configs += [
"//build/config/compiler:no_chromium_code",
« no previous file with comments | « build/config/sanitizers/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698