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

Side by Side Diff: visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/Strings.resx

Issue 573823002: [VS Addin] Fix several issues with debugging PPAPI plugins (Closed) Base URL: https://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <root> 2 <root>
3 <!-- 3 <!--
4 Microsoft ResX Schema 4 Microsoft ResX Schema
5 5
6 Version 2.0 6 Version 2.0
7 7
8 The primary goals of this format is to allow a simple XML format 8 The primary goals of this format is to allow a simple XML format
9 that is mostly human readable. The generation and parsing of the 9 that is mostly human readable. The generation and parsing of the
10 various data types are done through the TypeConverter classes 10 various data types are done through the TypeConverter classes
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 <data name="NaClLoaderFlag" xml:space="preserve"> 144 <data name="NaClLoaderFlag" xml:space="preserve">
145 <value>--type=nacl-loader</value> 145 <value>--type=nacl-loader</value>
146 </data> 146 </data>
147 <data name="NaClProcessName" xml:space="preserve"> 147 <data name="NaClProcessName" xml:space="preserve">
148 <value>nacl64.exe</value> 148 <value>nacl64.exe</value>
149 </data> 149 </data>
150 <data name="PepperPlatformName" xml:space="preserve"> 150 <data name="PepperPlatformName" xml:space="preserve">
151 <value>PPAPI</value> 151 <value>PPAPI</value>
152 </data> 152 </data>
153 <data name="PepperProcessPluginFlagFormat" xml:space="preserve"> 153 <data name="PepperProcessPluginFlagFormat" xml:space="preserve">
154 <value>--register-pepper-plugins="{0};application/x-nacl"</value> 154 <value>--register-pepper-plugins="{0};application/x-ppapi"</value>
155 <comment>Argument is plug-in assembly's path</comment> 155 <comment>Argument is plug-in assembly's path</comment>
156 </data> 156 </data>
157 <data name="PNaClPlatformName" xml:space="preserve"> 157 <data name="PNaClPlatformName" xml:space="preserve">
158 <value>PNaCl</value> 158 <value>PNaCl</value>
159 </data> 159 </data>
160 <data name="SDKPathEnvironmentVariable" xml:space="preserve"> 160 <data name="SDKPathEnvironmentVariable" xml:space="preserve">
161 <value>NACL_SDK_ROOT</value> 161 <value>NACL_SDK_ROOT</value>
162 </data> 162 </data>
163 <data name="SDKPathNotSetError" xml:space="preserve"> 163 <data name="SDKPathNotSetError" xml:space="preserve">
164 <value>NaCl SDK Root is not set in project properties! Cannot run NaCl funct ionality.</value> 164 <value>NaCl SDK Root is not set in project properties! Cannot run NaCl funct ionality.</value>
(...skipping 15 matching lines...) Expand all
180 <data name="WebServerStartMessage" xml:space="preserve"> 180 <data name="WebServerStartMessage" xml:space="preserve">
181 <value>Launching web server...</value> 181 <value>Launching web server...</value>
182 </data> 182 </data>
183 <data name="WebServerStopMessage" xml:space="preserve"> 183 <data name="WebServerStopMessage" xml:space="preserve">
184 <value>Killing web server...</value> 184 <value>Killing web server...</value>
185 </data> 185 </data>
186 <data name="NaClARMPlatformName" xml:space="preserve"> 186 <data name="NaClARMPlatformName" xml:space="preserve">
187 <value>NaClARM</value> 187 <value>NaClARM</value>
188 </data> 188 </data>
189 </root> 189 </root>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698