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

Unified Diff: build/secondary/third_party/crashpad/crashpad/third_party/getopt/BUILD.gn

Issue 1417673004: Make unit_tests compile in Mac GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mac
Patch Set: . Created 5 years, 2 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
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",
]
}

Powered by Google App Engine
This is Rietveld 408576698