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

Unified Diff: visual_studio/NativeClientVSAddIn/InstallerResources/PPAPI_Patch/Props/ppapi_general.xml.patch

Issue 11225037: [NaCl SDK] move VSNaClSDKRoot into ConfigurationGeneral section (Closed) Base URL: http://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: 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/InstallerResources/PPAPI_Patch/Props/ppapi_general.xml.patch
diff --git a/visual_studio/NativeClientVSAddIn/InstallerResources/PPAPI_Patch/Props/ppapi_general.xml.patch b/visual_studio/NativeClientVSAddIn/InstallerResources/PPAPI_Patch/Props/ppapi_general.xml.patch
index a5c93ffb25ffdf6e740393fe605c1130275fb545..c2c00b201a1c6eb6df902ec99259e2f21b7cb31a 100644
--- a/visual_studio/NativeClientVSAddIn/InstallerResources/PPAPI_Patch/Props/ppapi_general.xml.patch
+++ b/visual_studio/NativeClientVSAddIn/InstallerResources/PPAPI_Patch/Props/ppapi_general.xml.patch
@@ -13,7 +13,7 @@
<Rule.DataSource>
<DataSource Persistence="ProjectFile" Label="Configuration" />
</Rule.DataSource>
-
+
<!-- Add VS NaCl SDK Root. Note the default value is actually set in Microsoft.cpp.PPAPI.default.props.patch -->
<PatchAdd>
<StringProperty Name="NaClAddInVersion" Visible="false"
@@ -22,16 +22,13 @@
<DataSource Persistence="ProjectFile" Label=""/>
</StringProperty.DataSource>
</StringProperty>
-
+
<StringProperty Name="VSNaClSDKRoot" DisplayName="NaCl SDK Root"
Description="Specifies the path to the Native Client SDK root directory"
Category="NativeClient" Default=""
Subtype="folder" F1Keyword="VC.Project.VCConfiguration.NaClSDKRoot">
- <StringProperty.DataSource>
- <DataSource Persistence="ProjectFile" Label="" />
- </StringProperty.DataSource>
</StringProperty>
-
+
<StringProperty Name="NaClWebServerPort" DisplayName="Web Server Port"
Description="Specifies the port number to use while hosting the Pepper Plugin"
Category="NativeClient" Default=""
@@ -41,7 +38,7 @@
</StringProperty.DataSource>
</StringProperty>
</PatchAdd>
-
+
<EnumProperty Name="ConfigurationType" DisplayName="Configuration Type"
Description="Specifies the type of output this configuration generates."
Category="ProjectDefaults"
@@ -58,4 +55,4 @@
<EnumValue Name="StaticLibrary" DisplayName="Static library (.lib)" Description="Static Library (.lib)" />
</PatchAdd>
</EnumProperty>
-</Rule>
+</Rule>

Powered by Google App Engine
This is Rietveld 408576698