blob: 542ee5bd9853386e60658d3a59f81e7f9ee6a301 [file] [log] [blame]
dsinclair685bb882016-04-20 07:32:39 -07001# Copyright 2016 PDFium 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
5buildconfig = "//build/config/BUILDCONFIG.gn"
6secondary_source = "//build/secondary/"
Nicolas Penae818bcb2017-02-09 14:37:49 -05007
8default_args = {
9 v8_extra_library_files = []
10 v8_experimental_extra_library_files = []
Nicolas Penae818bcb2017-02-09 14:37:49 -050011
12 # Turns on compiler optimizations in V8 in Debug build.
13 v8_optimized_debug = true
14}