Index: build/secondary/third_party/crashpad/crashpad/third_party/getopt/BUILD.gn |
diff --git a/third_party/mt19937ar/BUILD.gn b/build/secondary/third_party/crashpad/crashpad/third_party/getopt/BUILD.gn |
similarity index 72% |
copy from third_party/mt19937ar/BUILD.gn |
copy to build/secondary/third_party/crashpad/crashpad/third_party/getopt/BUILD.gn |
index 35c2d9b312fc573e820bc44949a123909b5695c0..3835d511fe664fc34172c9b57c87b2dcc5864ae5 100644 |
--- a/third_party/mt19937ar/BUILD.gn |
+++ b/build/secondary/third_party/crashpad/crashpad/third_party/getopt/BUILD.gn |
@@ -2,9 +2,9 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
-static_library("mt19937ar") { |
+source_set("getopt") { |
sources = [ |
- "mt19937ar.cc", |
- "mt19937ar.h", |
+ "getopt.c", |
+ "getopt.h", |
] |
} |