OLD | NEW |
1 # Copyright 2014 PDFium Authors. All rights reserved. | 1 # Copyright 2014 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 'pdf_enable_v8%': 1, | 7 'pdf_enable_v8%': 1, |
8 'pdf_enable_xfa%': 0, # Set to 1 in standalone builds by standalone.gypi. | 8 'pdf_enable_xfa%': 0, # Set to 1 in standalone builds by standalone.gypi. |
| 9 'pdf_use_skia%': 0, |
9 }, | 10 }, |
10 'target_defaults': { | 11 'target_defaults': { |
11 'defines' : [ | 12 'defines' : [ |
12 'PNG_PREFIX', | 13 'PNG_PREFIX', |
13 'PNG_USE_READ_MACROS', | 14 'PNG_USE_READ_MACROS', |
14 ], | 15 ], |
15 'include_dirs': [ | 16 'include_dirs': [ |
16 # This is implicit in GN. | 17 # This is implicit in GN. |
17 '<(DEPTH)', | 18 '<(DEPTH)', |
18 '..', | 19 '..', |
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
90 'conditions': [ | 91 'conditions': [ |
91 ['pdf_enable_xfa==0', { | 92 ['pdf_enable_xfa==0', { |
92 'dependencies': [ | 93 'dependencies': [ |
93 '../third_party/third_party.gyp:fx_lpng', | 94 '../third_party/third_party.gyp:fx_lpng', |
94 ], | 95 ], |
95 }], | 96 }], |
96 ], | 97 ], |
97 }, | 98 }, |
98 ], | 99 ], |
99 } | 100 } |
OLD | NEW |