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

Unified Diff: visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/Strings.Designer.cs

Issue 11266051: Add PNaCl support for VS addin. (Closed) Base URL: http://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Add pnacl-translate phase Created 8 years, 2 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/Strings.Designer.cs
diff --git a/visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/Strings.Designer.cs b/visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/Strings.Designer.cs
index 25fb03800e3c0512a60162a8a52afcff7347d214..d89027b4f6d29282e21ab3f998e0d26724fee7ff 100644
--- a/visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/Strings.Designer.cs
+++ b/visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/Strings.Designer.cs
@@ -158,6 +158,14 @@ namespace NativeClientVSAddIn {
return ResourceManager.GetString("PepperPlatformName", resourceCulture);
}
}
+
+ internal static string PNaClPlatformName
+ {
+ get
+ {
+ return ResourceManager.GetString("PNaClPlatformName", resourceCulture);
+ }
+ }
/// <summary>
/// Looks up a localized string similar to --register-pepper-plugins=&quot;{0};application/x-nacl&quot;.

Powered by Google App Engine
This is Rietveld 408576698