|
Since building of V8 takes ages and consumes a lot of space (~20 GB) and requires additional tools, that procedure was eliminated from libadblockplus project. The only non-trivial part of building V8 is the configuration described in args.gn, one can find all necessary files in v8-args directory.
Additionally there no a strict requirement of a particular V8 version anymore. E.g. currently the code is compatible with a set of V8 versions, presumably between 6.5 and 6.7.
Total comments: 8
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+217 lines, -321 lines) |
Patch |
|
M |
.travis.yml
|
View
|
|
1 chunk |
+9 lines, -9 lines |
0 comments
|
Download
|
|
M |
.travis/prepare-prebuilt-v8.sh
|
View
|
|
1 chunk |
+5 lines, -9 lines |
0 comments
|
Download
|
|
M |
Makefile
|
View
|
|
3 chunks |
+37 lines, -90 lines |
0 comments
|
Download
|
|
M |
README.md
|
View
|
1
|
5 chunks |
+44 lines, -35 lines |
0 comments
|
Download
|
|
D |
android-v8-options.gypi
|
View
|
|
1 chunk |
+0 lines, -20 lines |
0 comments
|
Download
|
|
M |
appveyor.yml
|
View
|
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
|
D |
build-v8.cmd
|
View
|
|
1 chunk |
+0 lines, -21 lines |
0 comments
|
Download
|
|
D |
build-v8.gypi
|
View
|
|
1 chunk |
+0 lines, -49 lines |
0 comments
|
Download
|
|
M |
dependencies
|
View
|
|
1 chunk |
+0 lines, -7 lines |
0 comments
|
Download
|
|
M |
include/AdblockPlus/JsEngine.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
libadblockplus.gyp
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
D |
third_party/v8_gyp_launcher
|
View
|
|
1 chunk |
+0 lines, -9 lines |
0 comments
|
Download
|
|
M |
v8.gypi
|
View
|
|
1 chunk |
+10 lines, -67 lines |
0 comments
|
Download
|
|
A |
v8-args/args-android-arm-release
|
View
|
|
1 chunk |
+13 lines, -0 lines |
0 comments
|
Download
|
|
A |
v8-args/args-android-arm64-release
|
View
|
|
1 chunk |
+13 lines, -0 lines |
0 comments
|
Download
|
|
A |
v8-args/args-android-ia32-release
|
View
|
|
1 chunk |
+13 lines, -0 lines |
0 comments
|
Download
|
|
A |
v8-args/args-linux-x64-debug
|
View
|
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
|
A |
v8-args/args-osx-x64-debug
|
View
|
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
|
A |
v8-args/args-win-ia32-debug
|
View
|
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
|
A |
v8-args/args-win-ia32-release
|
View
|
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
|
A |
v8-args/args-win-x64-debug
|
View
|
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
|
A |
v8-args/args-win-x64-release
|
View
|
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
Total messages: 11
|