| Index: third_party/re2/BUILD.gn
|
| diff --git a/third_party/re2/BUILD.gn b/third_party/re2/BUILD.gn
|
| index 125904895b1638cbb617265e187508eca98b8987..f1716525cb777ae806257d1e5c2947414ac7f1ee 100644
|
| --- a/third_party/re2/BUILD.gn
|
| +++ b/third_party/re2/BUILD.gn
|
| @@ -2,15 +2,11 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -# TODO(brettw) use this value when we remove external=true below.
|
| -#gyp_file = "//$gyp_output_dir/gn_gyp/third_party/re2/re2.gyp"
|
| -
|
| config("re2_config") {
|
| include_dirs = [ "." ]
|
| }
|
|
|
| static_library("re2") {
|
| - external = true
|
| sources = [
|
| "mswin/stdint.h",
|
| "re2/bitstate.cc",
|
|
|