blob: 969b6aa654261fb55d0c8333b66ddef6d765f80f [file] [log] [blame]
dsinclair685bb882016-04-20 07:32:39 -07001# Copyright 2015 The Chromium Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5if (is_android) {
6 import("//build/config/android/config.gni")
7}
8
jochen9e077d22016-06-09 02:51:13 -07009v8_use_external_startup_data = !is_ios
10
11# Turns on compiler optimizations in V8 in Debug build.
dsinclair76c53792016-04-26 11:05:26 -070012v8_optimized_debug = true
dsinclair685bb882016-04-20 07:32:39 -070013
14# V8 extras
15# Adding V8 extras files requires API owners review
16# Be sure to synchronize with build/common.gypi
17
18v8_extra_library_files = []
19v8_experimental_extra_library_files = []