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

Unified Diff: third_party/getopt/getopt.gyp

Issue 1439113002: win: Compile getopt as C++ and wrap in crashpad namespace (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Created 5 years, 1 month 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
« no previous file with comments | « third_party/getopt/getopt.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/getopt/getopt.gyp
diff --git a/third_party/getopt/getopt.gyp b/third_party/getopt/getopt.gyp
index b7a2326902916959ffc1da43bfc8e7840a2e5da0..564458432465bc632931194b93763776a47bad11 100644
--- a/third_party/getopt/getopt.gyp
+++ b/third_party/getopt/getopt.gyp
@@ -23,7 +23,7 @@
'target_name': 'getopt',
'type': 'static_library',
'sources': [
- 'getopt.c',
+ 'getopt.cc',
'getopt.h',
],
},
« no previous file with comments | « third_party/getopt/getopt.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698