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

Unified Diff: third_party/re2/re2.gyp

Issue 1553403002: re2: Drop dynamic_annotations dependency and remove compiler warning flags (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « third_party/re2/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/re2/re2.gyp
diff --git a/third_party/re2/re2.gyp b/third_party/re2/re2.gyp
index 49b4fc17faea47a74f44da7d1b745d0423371c44..c566156e86f3fc61f809f1371fa46756979427d0 100644
--- a/third_party/re2/re2.gyp
+++ b/third_party/re2/re2.gyp
@@ -20,9 +20,6 @@
'<(DEPTH)',
],
},
- 'dependencies': [
- '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
- ],
'sources': [
'src/re2/bitstate.cc',
'src/re2/compile.cc',
@@ -73,9 +70,6 @@
'src/util/valgrind.h',
],
'conditions': [
- ['OS=="win"', {
- 'msvs_disabled_warnings': [ 4018, 4722, 4267 ],
- }],
['build_for_tool=="drmemory"', {
# Treat builds for Dr. Memory as builds for MSAN to prevent false
# positives created by lazily initialized memory.
« no previous file with comments | « third_party/re2/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698