Skip to content

Commit

Permalink
Merge pull request #15 from maketechnology/debug
Browse files Browse the repository at this point in the history
Debug CEF on port 9797
  • Loading branch information
gzunino committed Sep 27, 2017
2 parents 1f4db5f + 77ff11d commit 11395eb
Show file tree
Hide file tree
Showing 15 changed files with 38 additions and 19 deletions.
17 changes: 17 additions & 0 deletions .project
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>cefswt</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
</natures>
</projectDescription>
2 changes: 2 additions & 0 deletions .settings/org.eclipse.core.resources.prefs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
eclipse.preferences.version=1
encoding/<project>=UTF-8
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This is produce shared lib and executable linked to older glibc(2.12) and compatible with older linux distros

# Usage:
# ln -s .gitignore ../.gitignore
# ln -s $PWD/.dockerignore $PWD/../.dockerignore
# docker build -t cef -f Dockerfile ..
# docker run --name cef -d cef bash
# docker cp cef:/src/cefswt/com.make.cef.linux.x86_64/linux-x86_64/cefrust_subp ./com.make.cef.linux.x86_64/linux-x86_64/
Expand Down
4 changes: 2 additions & 2 deletions com.make.cef.linux.x86_64/linux-x86_64/cefrust_subp
Git LFS file not shown
2 changes: 1 addition & 1 deletion com.make.cef.linux.x86_64/linux-x86_64/checksum
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f127484d39f6f9cb94ecace38e887d28
136214853091e56943d90a54adbd15e0
2 changes: 1 addition & 1 deletion com.make.cef.linux.x86_64/linux-x86_64/files.properties
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@
65=linux-x86_64/natives_blob.bin
66=linux-x86_64/snapshot_blob.bin
cefVersion=3.3029.1611.g44e39a8
checksum=f127484d39f6f9cb94ecace38e887d28
checksum=136214853091e56943d90a54adbd15e0
4 changes: 2 additions & 2 deletions com.make.cef.linux.x86_64/linux-x86_64/libcefrustlib.so
Git LFS file not shown
Git LFS file not shown
2 changes: 1 addition & 1 deletion com.make.cef.osx.x86_64/osx-x86_64/checksum
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f841fdf045ec55ce177ff9cd63d1d780
f44882c53bf28fabfd8f53bcdf235073
2 changes: 1 addition & 1 deletion com.make.cef.osx.x86_64/osx-x86_64/files.properties
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@
67=osx-x86_64/libcefrustlib.dylib
68=osx-x86_64/widevinecdmadapter.plugin
cefVersion=3.3029.1611.g44e39a8
checksum=f841fdf045ec55ce177ff9cd63d1d780
checksum=f44882c53bf28fabfd8f53bcdf235073
4 changes: 2 additions & 2 deletions com.make.cef.osx.x86_64/osx-x86_64/libcefrustlib.dylib
Git LFS file not shown
4 changes: 2 additions & 2 deletions com.make.cef.windows.x86_64/windows-x86_64/cefrust_subp.exe
Git LFS file not shown
4 changes: 2 additions & 2 deletions com.make.cef.windows.x86_64/windows-x86_64/cefrustlib.dll
Git LFS file not shown
2 changes: 1 addition & 1 deletion com.make.cef.windows.x86_64/windows-x86_64/checksum
Original file line number Diff line number Diff line change
@@ -1 +1 @@
011b46ce2c2a8482c4b6ef3d103e5204
9d162c9c17659d95d15c87d4bce650b5
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@
69=windows-x86_64/snapshot_blob.bin
70=windows-x86_64/widevinecdmadapter.dll
cefVersion=3.3029.1611.g44e39a8
checksum=011b46ce2c2a8482c4b6ef3d103e5204
checksum=9d162c9c17659d95d15c87d4bce650b5

0 comments on commit 11395eb

Please sign in to comment.