| 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 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 | 8 |
| 9 'variables': { | 9 'variables': { |
| 10 'clang_use_pdfium_plugins%': 1, | 10 'clang_use_pdfium_plugins%': 0, |
| 11 }, | 11 }, |
| 12 'clang_use_pdfium_plugins%': '<(clang_use_pdfium_plugins)', | 12 'clang_use_pdfium_plugins%': '<(clang_use_pdfium_plugins)', |
| 13 | 13 |
| 14 'pdf_use_skia%': 0, | 14 'pdf_use_skia%': 0, |
| 15 'pdf_enable_v8%': 1, | 15 'pdf_enable_v8%': 1, |
| 16 'pdf_enable_xfa%': 0, # Set to 1 by standalone.gypi in a standalone build. | 16 'pdf_enable_xfa%': 0, # Set to 1 by standalone.gypi in a standalone build. |
| 17 'conditions': [ | 17 'conditions': [ |
| 18 ['OS=="linux"', { | 18 ['OS=="linux"', { |
| 19 'bundle_freetype%': 0, | 19 'bundle_freetype%': 0, |
| 20 }, { # On Android there's no system FreeType. On Windows and Mac, only a | 20 }, { # On Android there's no system FreeType. On Windows and Mac, only a |
| (...skipping 1037 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1058 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h', | 1058 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h', |
| 1059 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h', | 1059 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h', |
| 1060 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h', | 1060 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h', |
| 1061 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h', | 1061 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h', |
| 1062 ], | 1062 ], |
| 1063 }, | 1063 }, |
| 1064 ] | 1064 ] |
| 1065 }], | 1065 }], |
| 1066 ] | 1066 ] |
| 1067 } | 1067 } |
| OLD | NEW |