libcef: Update due to underlying chromium changes.
- Glue.vcproj moved from webkit\build\glue to webkit\glue git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@9 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
parent
a18491fbd5
commit
1b6fa403ab
|
@ -13,3 +13,4 @@ Date | CEF Revision | Chromium Revision
|
||||||
2008-12-13 | /trunk@5 | /trunk@6975
|
2008-12-13 | /trunk@5 | /trunk@6975
|
||||||
2009-01-14 | /trunk@6 | /trunk@8029
|
2009-01-14 | /trunk@6 | /trunk@8029
|
||||||
2009-01-21 | /trunk@8 | /trunk@8386
|
2009-01-21 | /trunk@8 | /trunk@8386
|
||||||
|
2009-01-27 | /trunk@9 | /trunk@8751
|
||||||
|
|
2
cef.sln
2
cef.sln
|
@ -28,7 +28,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Port", "..\webkit\build\por
|
||||||
{2F7EDFA2-EE27-4D83-8454-9EFBD5779203} = {2F7EDFA2-EE27-4D83-8454-9EFBD5779203}
|
{2F7EDFA2-EE27-4D83-8454-9EFBD5779203} = {2F7EDFA2-EE27-4D83-8454-9EFBD5779203}
|
||||||
EndProjectSection
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Glue", "..\webkit\build\glue\glue.vcproj", "{C66B126D-0ECE-4CA2-B6DC-FA780AFBBF09}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Glue", "..\webkit\glue\glue.vcproj", "{C66B126D-0ECE-4CA2-B6DC-FA780AFBBF09}"
|
||||||
ProjectSection(WebsiteProperties) = preProject
|
ProjectSection(WebsiteProperties) = preProject
|
||||||
Debug.AspNetCompiler.Debug = "True"
|
Debug.AspNetCompiler.Debug = "True"
|
||||||
Release.AspNetCompiler.Debug = "False"
|
Release.AspNetCompiler.Debug = "False"
|
||||||
|
|
Loading…
Reference in New Issue