Index: third_party/re2/BUILD.gn |
diff --git a/third_party/re2/BUILD.gn b/third_party/re2/BUILD.gn |
index 3777b6d96eb0e0b17bd3d5aa96f68fac16fd95e3..b827d59d12bd2c1dd72b49c63f5d49eaac37318a 100644 |
--- a/third_party/re2/BUILD.gn |
+++ b/third_party/re2/BUILD.gn |
@@ -61,17 +61,6 @@ static_library("re2") { |
configs += [ "//build/config/compiler:no_chromium_code" ] |
public_configs = [ ":re2_config" ] |
- deps = [ |
- "//base/third_party/dynamic_annotations", |
- ] |
- |
- if (is_win) { |
- cflags = [ |
- "/wd4018", # Signed/unsigned mismatch in comparison. |
- "/wd4722", # Destructor never terminates. |
- ] |
- } |
- |
# TODO(battre) If Dr. Memory is ever migrated to GN, a flag needs to be |
# added for this that adds a MEMORY_SANITIZER define. See re2.gyp. |
# if (is_drmemory) { |