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

Side by Side Diff: Source/core/make_core_derived_sources.xml

Issue 99103006: Moving GraphicsContext and dependencies from core to platform. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Final patch - fixes Android Created 7 years 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
« no previous file with comments | « Source/core/loader/FrameLoader.cpp ('k') | Source/core/page/ChromeClient.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="utf-8"?>
2 <ProjectSchemaDefinitions xmlns="clr-namespace:Microsoft.Build.Framework.XamlTyp es;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">
3 <Rule DisplayName="bison" Name="bison" Order="200" PageTemplate="tool">
4 <Rule.DataSource>
5 <DataSource ItemType="bison" Persistence="ProjectFile"/>
6 </Rule.DataSource>
7 <Rule.Categories>
8 <Category Name="General">
9 <Category.DisplayName>
10 <sys:String>General</sys:String>
11 </Category.DisplayName>
12 </Category>
13 <Category Name="Command Line" Subtype="CommandLine">
14 <Category.DisplayName>
15 <sys:String>Command Line</sys:String>
16 </Category.DisplayName>
17 </Category>
18 </Rule.Categories>
19 <StringListProperty Category="Command Line" IsRequired="true" Name="Inputs" Switch=" ">
20 <StringListProperty.DataSource>
21 <DataSource ItemType="bison" Persistence="ProjectFile" SourceType="Item" />
22 </StringListProperty.DataSource>
23 </StringListProperty>
24 <StringProperty DisplayName="Command Line" IncludeInCommandLine="False" Name ="CommandLineTemplate" Visible="False"/>
25 <DynamicEnumProperty Category="General" EnumProvider="Targets" IncludeInComm andLine="False" Name="bisonBeforeTargets">
26 <DynamicEnumProperty.DisplayName>
27 <sys:String>Execute Before</sys:String>
28 </DynamicEnumProperty.DisplayName>
29 <DynamicEnumProperty.Description>
30 <sys:String>Specifies the targets for the build customization to run bef ore.</sys:String>
31 </DynamicEnumProperty.Description>
32 <DynamicEnumProperty.ProviderSettings>
33 <NameValuePair Name="Exclude" Value="^bisonBeforeTargets|^Compute"/>
34 </DynamicEnumProperty.ProviderSettings>
35 <DynamicEnumProperty.DataSource>
36 <DataSource HasConfigurationCondition="true" Persistence="ProjectFile"/>
37 </DynamicEnumProperty.DataSource>
38 </DynamicEnumProperty>
39 <DynamicEnumProperty Category="General" EnumProvider="Targets" IncludeInComm andLine="False" Name="bisonAfterTargets">
40 <DynamicEnumProperty.DisplayName>
41 <sys:String>Execute After</sys:String>
42 </DynamicEnumProperty.DisplayName>
43 <DynamicEnumProperty.Description>
44 <sys:String>Specifies the targets for the build customization to run aft er.</sys:String>
45 </DynamicEnumProperty.Description>
46 <DynamicEnumProperty.ProviderSettings>
47 <NameValuePair Name="Exclude" Value="^bisonAfterTargets|^Compute"/>
48 </DynamicEnumProperty.ProviderSettings>
49 <DynamicEnumProperty.DataSource>
50 <DataSource HasConfigurationCondition="true" ItemType="" Persistence="Pr ojectFile"/>
51 </DynamicEnumProperty.DataSource>
52 </DynamicEnumProperty>
53 <StringListProperty DisplayName="Outputs" IncludeInCommandLine="False" Name= "Outputs" Visible="False"/>
54 <StringProperty DisplayName="Execution Description" IncludeInCommandLine="Fa lse" Name="ExecutionDescription" Visible="False"/>
55 <StringListProperty DisplayName="Additional Dependencies" IncludeInCommandLi ne="False" Name="AdditionalDependencies" Visible="false"/>
56 <StringProperty Category="Command Line" Name="AdditionalOptions" Subtype="Ad ditionalOptions">
57 <StringProperty.DisplayName>
58 <sys:String>Additional Options</sys:String>
59 </StringProperty.DisplayName>
60 <StringProperty.Description>
61 <sys:String>Additional Options</sys:String>
62 </StringProperty.Description>
63 </StringProperty>
64 </Rule>
65 <ItemType DisplayName="bison" Name="bison"/>
66 <FileExtension ContentType="bison" Name="*.y"/>
67 <ContentType DisplayName="" ItemType="bison" Name="bison"/>
68 </ProjectSchemaDefinitions>
OLDNEW
« no previous file with comments | « Source/core/loader/FrameLoader.cpp ('k') | Source/core/page/ChromeClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698