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

Unified Diff: visual_studio/NativeClientVSAddIn/NaCl.Build.CPPTasks/NaClCompile.cs

Issue 66333012: [NaCl AddIn] Update location of PNaCl executables. (Closed) Base URL: https://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 7 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
Index: visual_studio/NativeClientVSAddIn/NaCl.Build.CPPTasks/NaClCompile.cs
diff --git a/visual_studio/NativeClientVSAddIn/NaCl.Build.CPPTasks/NaClCompile.cs b/visual_studio/NativeClientVSAddIn/NaCl.Build.CPPTasks/NaClCompile.cs
index 9f607ceb4d68dc70215c6ab69cb4ea7ea6847ced..383876425969334df4fe885401d5fdde9de1f684 100644
--- a/visual_studio/NativeClientVSAddIn/NaCl.Build.CPPTasks/NaClCompile.cs
+++ b/visual_studio/NativeClientVSAddIn/NaCl.Build.CPPTasks/NaClCompile.cs
@@ -226,7 +226,6 @@ namespace NaCl.Build.CPPTasks
// The SDK root is five levels up from the compiler binary.
string sdkroot = Path.GetDirectoryName(Path.GetDirectoryName(pathToTool));
sdkroot = Path.GetDirectoryName(Path.GetDirectoryName(sdkroot));
- sdkroot = Path.GetDirectoryName(sdkroot);
if (!SDKUtilities.SupportsPNaCl(sdkroot))
{

Powered by Google App Engine
This is Rietveld 408576698