summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorjochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-04 21:09:16 +0000
committerjochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-04 21:09:16 +0000
commitb64e521a4734417c33bd6758296c8eb7c3a8fe3f (patch)
treee500819946c5313dd86f5315c5eed537619dd440 /build
parent4df54e8c095bd239b8f7c3786440a4878d2eb509 (diff)
downloadchromium_src-b64e521a4734417c33bd6758296c8eb7c3a8fe3f.zip
chromium_src-b64e521a4734417c33bd6758296c8eb7c3a8fe3f.tar.gz
chromium_src-b64e521a4734417c33bd6758296c8eb7c3a8fe3f.tar.bz2
[gin] Add a v8::Platform implementation to allow for v8 posting tasks
This currently has no effect unless concurrent sweeping and job based sweeping is turned on in v8. BUG=v8:3015 R=abarth@chromium.org,dcarney@chromium.org Review URL: https://codereview.chromium.org/225413004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261872 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/common.gypi3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/common.gypi b/build/common.gypi
index bde2a3a..a6cd847 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1317,6 +1317,9 @@
# Compile d8 for the host toolset.
'v8_toolset_for_d8': 'host',
+ # Compiles v8 without its platform library.
+ 'v8_use_default_platform': 0,
+
# Use the chromium skia by default.
'use_system_skia%': '0',