Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(317)

Side by Side Diff: pdfium.gni

Issue 1393833006: Merge to XFA: Allow compiling PDFium without V8. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: Rebase, fix build, stray include. Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « fpdfsdk/src/javascript/JS_Runtime_Stub.cpp ('k') | pdfium.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 PDFium Authors. All rights reserved. 1 # Copyright 2015 PDFium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # This file contains PDFium-related build flags. 5 # This file contains PDFium-related build flags.
6 6
7 declare_args() { 7 declare_args() {
8 # On Android there's no system FreeType. On Windows and Mac, only a few 8 # On Android there's no system FreeType. On Windows and Mac, only a few
9 # methods are used from it. 9 # methods are used from it.
10 pdfium_bundle_freetype = !is_linux 10 pdfium_bundle_freetype = !is_linux
11 11
12 # Build PDFium either with or without v8 support.
13 pdf_enable_v8 = true
14
12 # Build PDFium either with or without XFA Forms support. 15 # Build PDFium either with or without XFA Forms support.
13 pdf_enable_xfa = true 16 pdf_enable_xfa = true
14 17
15 # Build PDFium against skia (experimental) rather than agg. 18 # Build PDFium against skia (experimental) rather than agg.
16 pdf_use_skia = false 19 pdf_use_skia = false
17 } 20 }
21
OLDNEW
« no previous file with comments | « fpdfsdk/src/javascript/JS_Runtime_Stub.cpp ('k') | pdfium.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698