OLD | NEW |
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 { | 5 { |
6 'variables': { | 6 'variables': { |
7 # TODO(thakis): Enable this, pdfium:29 | 7 # TODO(thakis): Enable this, pdfium:29 |
8 #'chromium_code': 1, | 8 #'chromium_code': 1, |
9 'pdf_use_skia%': 0, | 9 'pdf_use_skia%': 0, |
10 'pdf_enable_v8%': 1, | 10 'pdf_enable_v8%': 1, |
11 'pdf_enable_xfa%': 1, | 11 'pdf_enable_xfa%': 0, # Set to 1 by standalone.gypi in a standalone build. |
12 'conditions': [ | 12 'conditions': [ |
13 ['OS=="linux"', { | 13 ['OS=="linux"', { |
14 'bundle_freetype%': 0, | 14 'bundle_freetype%': 0, |
15 }, { # On Android there's no system FreeType. On Windows and Mac, only a | 15 }, { # On Android there's no system FreeType. On Windows and Mac, only a |
16 # few methods are used from it. | 16 # few methods are used from it. |
17 'bundle_freetype%': 1, | 17 'bundle_freetype%': 1, |
18 }], | 18 }], |
19 ], | 19 ], |
20 }, | 20 }, |
21 'target_defaults': { | 21 'target_defaults': { |
(...skipping 847 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
869 ], | 869 ], |
870 'dependencies': [ | 870 'dependencies': [ |
871 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 871 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
872 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', | 872 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', |
873 ], | 873 ], |
874 }], | 874 }], |
875 ], | 875 ], |
876 }, | 876 }, |
877 ], | 877 ], |
878 } | 878 } |
OLD | NEW |