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..5c4dc9edac910ef7f31ccbbb1a2ca72aecb50320 100644 |
--- a/third_party/android_protobuf/BUILD.gn |
+++ b/third_party/android_protobuf/BUILD.gn |
@@ -14,7 +14,13 @@ if (current_toolchain == host_toolchain) { |
# GYP: //third_party/android_protobuf/android_protobuf.gyp:android_protoc |
executable("android_protoc") { |
- configs -= [ "//build/config/compiler:chromium_code" ] |
+ # Does not compile with sanitizers. |
brettw
2016/01/19 20:39:43
Can you move this down to above the sanitizer flag
agrieve
2016/02/02 19:22:31
Done.
|
+ configs -= [ |
+ "//build/config/compiler:chromium_code", |
+ "//build/config/sanitizers:default_sanitizer_flags", |
+ "//build/config/sanitizers:default_sanitizer_coverage_flags", |
+ ] |
+ |
configs += [ |
"//build/config/compiler:no_chromium_code", |