Chromium Code Reviews| Index: third_party/re2/BUILD.gn |
| diff --git a/tools/gn/secondary/third_party/re2/BUILD.gn b/third_party/re2/BUILD.gn |
| similarity index 94% |
| rename from tools/gn/secondary/third_party/re2/BUILD.gn |
| rename to third_party/re2/BUILD.gn |
| index 6be6f56eb6058dbd1df6de98cb60073801cf46de..f33fbd33109f52d0d3fbbb3e3809dec42c6b4f3f 100644 |
| --- a/tools/gn/secondary/third_party/re2/BUILD.gn |
| +++ b/third_party/re2/BUILD.gn |
| @@ -2,13 +2,12 @@ |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| +gyp_file = "//out/gn_gyp/third_party/re2/re2.gyp" |
| + |
| config("re2_config") { |
| include_dirs = [ "." ] |
| } |
| -gyp_file = "re2.gyp" |
| -external = true |
| - |
| static_library("re2") { |
| sources = [ |
| "mswin/stdint.h", |
| @@ -70,7 +69,6 @@ static_library("re2") { |
| if (is_win) { |
| include_dirs = [ "mswin" ] |
| - # TODO(brettw) 'msvs_disabled_warnings': [ 4018, 4722, 4267 ], |
|
Will Harris
2014/01/21 02:10:53
FYI - this change seems to have generated a load o
|
| } else { |
| sources -= "mswin/stdint.h" |
| } |