Skip to content

Commit d3a1f1d

Browse files
committed
Merge pull request #288 from jornh/3.31-and-native-nugets-cherrypicked-rebase
Use Chromium 31 and native NuGet packages, to avoid the massive repository bloat we've previously had. Thanks to @jornh for spending quite a massive amount of work on this one!
2 parents 0f9faaf + 269a056 commit d3a1f1d

File tree

219 files changed

+121
-25160
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

219 files changed

+121
-25160
lines changed

.gitignore

+4-3
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,16 @@
1919
*.xml
2020
_ReSharper*
2121

22-
obj/
2322
bin/
23+
obj/
24+
packages/
2425
Debug/
25-
!/CEF/Win32/Debug
26-
!/CEF/x64/Debug
2726
CefSharp/app.aps
2827
debug.log
2928
CefSharp.BrowserSubprocess/Release
3029
CefSharp.BrowserSubprocess/x64/Release
30+
CefSharp.Core/Win32/Release
31+
CefSharp.Core/x64/Release
3132
CefSharp/Win32/Release
3233
CefSharp/x64/Release
3334
CefSharp.BrowserSubprocess.lib

.nuget/packages.config

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<packages>
3+
<package id="cef.redist" version="3.1650.1562-pre0" />
4+
</packages>

CEF/LICENSE

-29
This file was deleted.
-10.6 MB
Binary file not shown.
-17.3 MB
Binary file not shown.

CEF/Win32/Debug/libcef.lib

-34.8 KB
Binary file not shown.
-9.39 MB
Binary file not shown.
-15.3 MB
Binary file not shown.

CEF/Win32/Release/libcef.lib

-34.8 KB
Binary file not shown.

CEF/Win32/d3dcompiler_43.dll

-2.01 MB
Binary file not shown.

CEF/Win32/d3dcompiler_46.dll

-3.08 MB
Binary file not shown.

CEF/Win32/ffmpegsumo.dll

-841 KB
Binary file not shown.

CEF/Win32/icudt.dll

-9.5 MB
Binary file not shown.

CEF/Win32/libEGL.dll

-100 KB
Binary file not shown.

CEF/Win32/libGLESv2.dll

-860 KB
Binary file not shown.

CEF/Win32/libcef.dll

-34.9 MB
Binary file not shown.

CEF/include/capi/cef_app_capi.h

-172
This file was deleted.

CEF/include/capi/cef_base_capi.h

-85
This file was deleted.

0 commit comments

Comments
 (0)