Chromium Code Reviews| Index: chrome/browser/search_engines/prepopulated_engines.xml |
| diff --git a/chrome/browser/search_engines/prepopulated_engines.xml b/chrome/browser/search_engines/prepopulated_engines.xml |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..5f123777ed6ee2aa424bf57db85d24869c9919fc |
| --- /dev/null |
| +++ b/chrome/browser/search_engines/prepopulated_engines.xml |
| @@ -0,0 +1,68 @@ |
| +<?xml version="1.0" encoding="utf-8"?> |
|
Lei Zhang
2014/09/24 23:08:22
Is this suppose to be here?
rvargas (doing something else)
2014/09/24 23:58:46
nope :(
That was the result of splitting a lot of
|
| +<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="genstaticinit" Name="genstaticinit" Order="200" PageTemplate="tool"> |
| + <Rule.DataSource> |
| + <DataSource ItemType="genstaticinit" 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="genstaticinit" 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="genstaticinitBeforeTargets"> |
| + <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="^genstaticinitBeforeTargets|^Compute"/> |
| + </DynamicEnumProperty.ProviderSettings> |
| + <DynamicEnumProperty.DataSource> |
| + <DataSource HasConfigurationCondition="true" Persistence="ProjectFile"/> |
| + </DynamicEnumProperty.DataSource> |
| + </DynamicEnumProperty> |
| + <DynamicEnumProperty Category="General" EnumProvider="Targets" IncludeInCommandLine="False" Name="genstaticinitAfterTargets"> |
| + <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="^genstaticinitAfterTargets|^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="genstaticinit" Name="genstaticinit"/> |
| + <FileExtension ContentType="genstaticinit" Name="*.json"/> |
| + <ContentType DisplayName="" ItemType="genstaticinit" Name="genstaticinit"/> |
| +</ProjectSchemaDefinitions> |