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

Issue 3023025: NaCl: Fix link time error when DISABLE_NACL is set (Closed)

Created:
10 years, 4 months ago by Mark Seaborn
Modified:
9 years, 5 months ago
CC:
chromium-reviews, native-client-reviews_googlegroups.com, ben+cc_chromium.org
Base URL:
git://codf21.jail/chromium.git
Visibility:
Public.

Description

NaCl: Fix link time error when DISABLE_NACL is set This fixes breakage on the ARM buildbot, introduced by r54113. nacl::Close() is not available when DISABLE_NACL is set. The error was: nacl_process_host.cc: error: undefined reference to 'nacl::Close(int)' BUG=none TEST=none (no trybot for the ARM build) Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=54123

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -0 lines) Patch
M chrome/browser/nacl_host/nacl_process_host.cc View 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Mark Seaborn
10 years, 4 months ago (2010-07-29 12:49:29 UTC) #1
Alexander Potapenko
On 2010/07/29 12:49:29, Mark Seaborn wrote: > I don't understand the details, but this should ...
10 years, 4 months ago (2010-07-29 12:51:43 UTC) #2
Mark Schneckloth
10 years, 4 months ago (2010-07-29 14:14:31 UTC) #3
LGTM

Powered by Google App Engine
This is Rietveld 408576698