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

Unified Diff: visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/Connect.cs

Issue 10915292: Use irt from within chrome install (Closed) Base URL: http://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 8 years, 3 months 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/NativeClientVSAddIn/Connect.cs
diff --git a/visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/Connect.cs b/visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/Connect.cs
index c573b49b59baa1e52e6a0e002a680ee270b97816..91ed9aab29978383e15331ccc5bc4db16baf7704 100644
--- a/visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/Connect.cs
+++ b/visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/Connect.cs
@@ -243,8 +243,6 @@ namespace NativeClientVSAddIn
IVCRulePropertyStorage general = config.Rules.Item("ConfigurationGeneral");
string outdir = general.GetUnevaluatedPropertyValue("OutDir");
string intdir = general.GetUnevaluatedPropertyValue("IntDir");
- string irtPath = general.GetUnevaluatedPropertyValue("NaClIrtPath");
- general.SetPropertyValue("NaClIrtPath", irtPath);
general.SetPropertyValue("OutDir", outdir);
general.SetPropertyValue("IntDir", intdir);
}
@@ -322,4 +320,4 @@ namespace NativeClientVSAddIn
}
}
}
-}
+}

Powered by Google App Engine
This is Rietveld 408576698