| 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.
|
|
|