Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgraded to Chromium 31 and changed CEF dependency to use native NuGet packages #288

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,16 @@
*.xml
_ReSharper*

obj/
bin/
obj/
packages/
Debug/
!/CEF/Win32/Debug
!/CEF/x64/Debug
CefSharp/app.aps
debug.log
CefSharp.BrowserSubprocess/Release
CefSharp.BrowserSubprocess/x64/Release
CefSharp.Core/Win32/Release
CefSharp.Core/x64/Release
CefSharp/Win32/Release
CefSharp/x64/Release
CefSharp.BrowserSubprocess.lib
Expand Down
4 changes: 4 additions & 0 deletions .nuget/packages.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="cef.redist" version="3.1650.1562-pre0" />
</packages>
29 changes: 0 additions & 29 deletions CEF/LICENSE

This file was deleted.

Binary file removed CEF/Win32/Debug/VS2010/libcef_dll_wrapper.lib
Binary file not shown.
Binary file removed CEF/Win32/Debug/VS2012/libcef_dll_wrapper.lib
Binary file not shown.
Binary file removed CEF/Win32/Debug/libcef.lib
Binary file not shown.
Binary file removed CEF/Win32/Release/VS2010/libcef_dll_wrapper.lib
Binary file not shown.
Binary file removed CEF/Win32/Release/VS2012/libcef_dll_wrapper.lib
Binary file not shown.
Binary file removed CEF/Win32/Release/libcef.lib
Binary file not shown.
Binary file removed CEF/Win32/d3dcompiler_43.dll
Binary file not shown.
Binary file removed CEF/Win32/d3dcompiler_46.dll
Binary file not shown.
Binary file removed CEF/Win32/ffmpegsumo.dll
Binary file not shown.
Binary file removed CEF/Win32/icudt.dll
Binary file not shown.
Binary file removed CEF/Win32/libEGL.dll
Binary file not shown.
Binary file removed CEF/Win32/libGLESv2.dll
Binary file not shown.
Binary file removed CEF/Win32/libcef.dll
Binary file not shown.
172 changes: 0 additions & 172 deletions CEF/include/capi/cef_app_capi.h

This file was deleted.

85 changes: 0 additions & 85 deletions CEF/include/capi/cef_base_capi.h

This file was deleted.

Loading