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

Unified Diff: chrome/chrome_run.xml

Issue 17679004: testing adding an extension api Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 6 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
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | chrome/chrome_user32_delay_imports.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_run.xml
diff --git a/chrome/chrome_run.xml b/chrome/chrome_run.xml
new file mode 100644
index 0000000000000000000000000000000000000000..20d9cabf352bc817cd632a87c9fb4a2ea4024e96
--- /dev/null
+++ b/chrome/chrome_run.xml
@@ -0,0 +1,68 @@
+<?xml version="1.0" encoding="utf-8"?>
+<ProjectSchemaDefinitions xmlns="clr-namespace:Microsoft.Build.Framework.XamlTypes;assembly=Microsoft.Build.Framework" xmlns:sys="clr-namespace:System;assembly=mscorlib" xmlns:transformCallback="Microsoft.Cpp.Dev10.ConvertPropertyCallback" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
+ <Rule DisplayName="isolate" Name="isolate" Order="200" PageTemplate="tool">
+ <Rule.DataSource>
+ <DataSource ItemType="isolate" Persistence="ProjectFile"/>
+ </Rule.DataSource>
+ <Rule.Categories>
+ <Category Name="General">
+ <Category.DisplayName>
+ <sys:String>General</sys:String>
+ </Category.DisplayName>
+ </Category>
+ <Category Name="Command Line" Subtype="CommandLine">
+ <Category.DisplayName>
+ <sys:String>Command Line</sys:String>
+ </Category.DisplayName>
+ </Category>
+ </Rule.Categories>
+ <StringListProperty Category="Command Line" IsRequired="true" Name="Inputs" Switch=" ">
+ <StringListProperty.DataSource>
+ <DataSource ItemType="isolate" Persistence="ProjectFile" SourceType="Item"/>
+ </StringListProperty.DataSource>
+ </StringListProperty>
+ <StringProperty DisplayName="Command Line" IncludeInCommandLine="False" Name="CommandLineTemplate" Visible="False"/>
+ <DynamicEnumProperty Category="General" EnumProvider="Targets" IncludeInCommandLine="False" Name="isolateBeforeTargets">
+ <DynamicEnumProperty.DisplayName>
+ <sys:String>Execute Before</sys:String>
+ </DynamicEnumProperty.DisplayName>
+ <DynamicEnumProperty.Description>
+ <sys:String>Specifies the targets for the build customization to run before.</sys:String>
+ </DynamicEnumProperty.Description>
+ <DynamicEnumProperty.ProviderSettings>
+ <NameValuePair Name="Exclude" Value="^isolateBeforeTargets|^Compute"/>
+ </DynamicEnumProperty.ProviderSettings>
+ <DynamicEnumProperty.DataSource>
+ <DataSource HasConfigurationCondition="true" Persistence="ProjectFile"/>
+ </DynamicEnumProperty.DataSource>
+ </DynamicEnumProperty>
+ <DynamicEnumProperty Category="General" EnumProvider="Targets" IncludeInCommandLine="False" Name="isolateAfterTargets">
+ <DynamicEnumProperty.DisplayName>
+ <sys:String>Execute After</sys:String>
+ </DynamicEnumProperty.DisplayName>
+ <DynamicEnumProperty.Description>
+ <sys:String>Specifies the targets for the build customization to run after.</sys:String>
+ </DynamicEnumProperty.Description>
+ <DynamicEnumProperty.ProviderSettings>
+ <NameValuePair Name="Exclude" Value="^isolateAfterTargets|^Compute"/>
+ </DynamicEnumProperty.ProviderSettings>
+ <DynamicEnumProperty.DataSource>
+ <DataSource HasConfigurationCondition="true" ItemType="" Persistence="ProjectFile"/>
+ </DynamicEnumProperty.DataSource>
+ </DynamicEnumProperty>
+ <StringListProperty DisplayName="Outputs" IncludeInCommandLine="False" Name="Outputs" Visible="False"/>
+ <StringProperty DisplayName="Execution Description" IncludeInCommandLine="False" Name="ExecutionDescription" Visible="False"/>
+ <StringListProperty DisplayName="Additional Dependencies" IncludeInCommandLine="False" Name="AdditionalDependencies" Visible="false"/>
+ <StringProperty Category="Command Line" Name="AdditionalOptions" Subtype="AdditionalOptions">
+ <StringProperty.DisplayName>
+ <sys:String>Additional Options</sys:String>
+ </StringProperty.DisplayName>
+ <StringProperty.Description>
+ <sys:String>Additional Options</sys:String>
+ </StringProperty.Description>
+ </StringProperty>
+ </Rule>
+ <ItemType DisplayName="isolate" Name="isolate"/>
+ <FileExtension ContentType="isolate" Name="*.isolate"/>
+ <ContentType DisplayName="" ItemType="isolate" Name="isolate"/>
+</ProjectSchemaDefinitions>
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | chrome/chrome_user32_delay_imports.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698