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

Unified Diff: android-v8-options.gypi

Issue 29783566: Issue 6596 - update to work with v8 6.7.288.11 (Closed) Base URL: https://github.com/adblockplus/libadblockplus@99836840e314b7941fdb51cb2b91f23ca3ee3414
Patch Set: mention the version of V8 Created May 25, 2018, 10:04 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 | « README.md ('k') | appveyor.yml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android-v8-options.gypi
diff --git a/android-v8-options.gypi b/android-v8-options.gypi
deleted file mode 100644
index b3400d9af4f53367e010abff8d466c543de529de..0000000000000000000000000000000000000000
--- a/android-v8-options.gypi
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- 'variables': {
- 'want_separate_host_toolset%': 1,
- 'android_ndk_root': '<!(echo ${ANDROID_NDK_ROOT})',
- 'android_ndk_version': 'r16b',
- 'clang_dir': '/usr/',
- 'make_clang_dir': '/usr/',
- },
- 'conditions': [[
- 'v8_target_arch=="arm"', {
- 'variables': {
- 'arm_version%': 7,
- 'arm_fpu%': 'default',
- 'arm_float_abi%': 'default',
- 'arm_thumb%': 'default',
- }
- }
- ]],
- 'includes': ['build-v8.gypi'],
-}
« no previous file with comments | « README.md ('k') | appveyor.yml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld