Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: Makefile

Issue 29555620: Issue 5698 - Update V8 to 6.1.534.41 (Closed) Base URL: https://github.com/adblockplus/libadblockplus.git
Patch Set: Created Sept. 25, 2017, 7:46 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | build-v8.cmd » ('j') | build-v8-patch-v8.gyp.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Makefile
diff --git a/Makefile b/Makefile
index 1a25c8cc1a483f1cfab4f6d84ca597cc51125b3c..811b4ff34020a45d080725dd0d51e0c9a7152143 100644
--- a/Makefile
+++ b/Makefile
@@ -62,6 +62,7 @@ ensure_dependencies:
python ensure_dependencies.py
build-v8: ensure_dependencies
+ python build-v8-patch-v8.gyp.py
GYP_DEFINES="${GYP_PARAMETERS}" third_party/gyp/gyp --depth=. -f make -I build-v8.gypi --generator-output=build/v8 ${V8_DIR}src/v8.gyp
make -C build/v8 v8_snapshot v8_libplatform v8_libsampler
@@ -93,6 +94,7 @@ android_arm64:
ifneq ($(ANDROID_ARCH),)
v8_android_multi: ensure_dependencies
+ python build-v8-patch-v8.gyp.py
cd third_party/v8 && GYP_GENERATORS=make-android \
GYP_DEFINES="${GYP_PARAMETERS} v8_target_arch=${ANDROID_ARCH}" \
PYTHONPATH="${V8_DIR}tools/generate_shim_headers:${V8_DIR}gypfiles:${PYTHONPATH}" \
« no previous file with comments | « no previous file | build-v8.cmd » ('j') | build-v8-patch-v8.gyp.py » ('J')

Powered by Google App Engine
This is Rietveld