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

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

Issue 10797040: PPAPI Patching System and Unit Tests (Closed) Base URL: https://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Finalized PPAPI settings Created 8 years, 5 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
new file mode 100644
index 0000000000000000000000000000000000000000..80a1937bdbdbddae23b8eee2b64347eb75da0598
--- /dev/null
+++ b/visual_studio/NativeClientVSAddIn/InstallerResources/PPAPI_Patch/Props/ppapi_general.xml.patch
@@ -0,0 +1,45 @@
+<Rule
+ Name="ConfigurationGeneral"
+ DisplayName="General"
+ PageTemplate="generic"
+ Description="General"
+ xmlns="http://schemas.microsoft.com/build/2009/properties">
+ <Rule.Categories>
+ <Category Name="ProjectDefaults" DisplayName="Project Defaults" Description="Project Defaults" />
+ <PatchAdd>
+ <Category Name="NativeClient" DisplayName="Native Client" Description="Native Client General Properties" />
+ </PatchAdd>
+ </Rule.Categories>
+ <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="VSNaClSDKRoot" DisplayName="NaCl SDK Root"
binji 2012/07/24 22:13:08 seems weird to call it VSNaClSDKRoot... what does
tysand 2012/07/24 23:19:49 This variable refers to the visual studio project'
+ 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>
+ </PatchAdd>
+
+ <EnumProperty Name="ConfigurationType" DisplayName="Configuration Type"
+ Description="Specifies the type of output this configuration generates."
+ Category="ProjectDefaults"
+ F1Keyword="VC.Project.VCConfiguration.ConfigurationType">
+ <PatchRemove>
+ <EnumValue Name="Makefile" DisplayName="Makefile" Description="Makefile" />
+ <EnumValue Name="Application" DisplayName="Application (.exe)" Description="Application (.exe)" />
+ <EnumValue Name="DynamicLibrary" DisplayName="Dynamic Library (.dll)" Description="Dynamic Library (.dll)" />
+ <EnumValue Name="StaticLibrary" DisplayName="Static library (.lib)" Description="Static Library (.lib)" />
+ <EnumValue Name="Utility" DisplayName="Utility" Description="Utility" />
+ </PatchRemove>
+ <PatchAdd>
+ <EnumValue Name="DynamicLibrary" DisplayName="Dynamic Library (.dll)" Description="Dynamic Library (.dll)" />
+ <EnumValue Name="StaticLibrary" DisplayName="Static library (.lib)" Description="Static Library (.lib)" />
+ </PatchAdd>
+ </EnumProperty>
+</Rule>

Powered by Google App Engine
This is Rietveld 408576698