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

Issue 1439113002: win: Compile getopt as C++ and wrap in crashpad namespace (Closed)

Created:
5 years, 1 month ago by scottmg
Modified:
5 years, 1 month ago
Reviewers:
Mark Mentovai
CC:
crashpad-dev_chromium.org
Base URL:
https://chromium.googlesource.com/crashpad/crashpad@master
Target Ref:
refs/heads/master
Project:
crashpad
Visibility:
Public.

Description

win: Compile getopt as C++ and wrap in crashpad namespace All our Main()s are in namespace crashpad already, so this just works. R=mark@chromium.org BUG=crashpad:76 Committed: https://chromium.googlesource.com/crashpad/crashpad/+/7a7d66ca8936be27da04509cc5bcaf25ed05b86b

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -441 lines) Patch
M third_party/getopt/README.crashpad View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/getopt/getopt.h View 2 chunks +22 lines, -22 lines 0 comments Download
D third_party/getopt/getopt.c View 1 chunk +0 lines, -418 lines 0 comments Download
A + third_party/getopt/getopt.cc View 2 chunks +4 lines, -0 lines 0 comments Download
M third_party/getopt/getopt.gyp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
scottmg
5 years, 1 month ago (2015-11-12 21:54:02 UTC) #1
Mark Mentovai
LGTM. But maybe you should rename the copy in Chrome to something like NaCl_getopt too, ...
5 years, 1 month ago (2015-11-12 21:57:56 UTC) #2
scottmg
Committed patchset #1 (id:1) manually as 7a7d66ca8936be27da04509cc5bcaf25ed05b86b (presubmit successful).
5 years, 1 month ago (2015-11-12 22:10:30 UTC) #3
scottmg
5 years, 1 month ago (2015-11-12 22:12:42 UTC) #4
Message was sent while issue was closed.
On 2015/11/12 21:57:56, Mark Mentovai wrote:
> LGTM. But maybe you should rename the copy in Chrome to something like
> NaCl_getopt too, it’s polluting the namespace a little bit…

Filed https://code.google.com/p/chromium/issues/detail?id=555097 against NaCl.
I'm not sure which of the copies needs to be renamed.

Powered by Google App Engine
This is Rietveld 408576698