dsinclair | 685bb88 | 2016-04-20 07:32:39 -0700 | [diff] [blame] | 1 | # 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 | |
| 5 | buildconfig = "//build/config/BUILDCONFIG.gn" |
| 6 | secondary_source = "//build/secondary/" |
Nicolas Pena | e818bcb | 2017-02-09 14:37:49 -0500 | [diff] [blame] | 7 | |
| 8 | default_args = { |
| 9 | v8_extra_library_files = [] |
| 10 | v8_experimental_extra_library_files = [] |
Nicolas Pena | e818bcb | 2017-02-09 14:37:49 -0500 | [diff] [blame] | 11 | |
| 12 | # Turns on compiler optimizations in V8 in Debug build. |
| 13 | v8_optimized_debug = true |
Lei Zhang | c2db74b | 2017-09-19 11:40:14 -0700 | [diff] [blame] | 14 | |
| 15 | # PDFium does not want to switch to C++14 yet. |
| 16 | use_cxx11 = true |
Nicolas Pena | e818bcb | 2017-02-09 14:37:49 -0500 | [diff] [blame] | 17 | } |