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

Issue 11475048: [NaCl SDK Addin] Fix detection of PNaCl toolchain. (Closed)

Created:
8 years ago by Sam Clegg
Modified:
8 years ago
Reviewers:
noelallen1, binji
CC:
native-client-reviews_googlegroups.com
Visibility:
Public.

Description

[NaCl SDK Addin] Fix detection of PNaCl toolchain. The check was incorrectly looking at the revsion alone which can be higher for older version (e.g it can be higher on 23 than it is on 24). BUG= Committed: https://code.google.com/p/nativeclient-sdk/source/detail?r=1472

Patch Set 1 #

Total comments: 1

Patch Set 2 : fix long long #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -10 lines) Patch
M visual_studio/NativeClientVSAddIn/NaCl.Build.CPPTasks/NaClCompile.cs View 1 chunk +5 lines, -4 lines 0 comments Download
M visual_studio/NativeClientVSAddIn/NaCl.Build.CPPTasks/SDKUtilities.cs View 1 3 chunks +18 lines, -3 lines 0 comments Download
M visual_studio/NativeClientVSAddIn/UnitTests/CompileTest.cs View 1 chunk +1 line, -3 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
noelallen1
8 years ago (2012-12-08 00:50:23 UTC) #1
One wrap issue, otherwise LGTM

https://codereview.chromium.org/11475048/diff/1/visual_studio/NativeClientVSA...
File visual_studio/NativeClientVSAddIn/NaCl.Build.CPPTasks/SDKUtilities.cs
(right):

https://codereview.chromium.org/11475048/diff/1/visual_studio/NativeClientVSA...
visual_studio/NativeClientVSAddIn/NaCl.Build.CPPTasks/SDKUtilities.cs:73: if
(version == SDKUtilities.MinPNaCLSDKVersion && revision >=
SDKUtilities.MinPNaCLSDKRevision)
wrap

Powered by Google App Engine
This is Rietveld 408576698