| 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 # TODO(thakis): Enable this, pdfium:29 |
| 8 #'chromium_code': 1, |
| 8 'pdf_use_skia%': 0, | 9 'pdf_use_skia%': 0, |
| 9 'pdf_enable_v8%': 1, | 10 'pdf_enable_v8%': 1, |
| 10 'conditions': [ | 11 'conditions': [ |
| 11 ['OS=="linux"', { | 12 ['OS=="linux"', { |
| 12 'bundle_freetype%': 0, | 13 'bundle_freetype%': 0, |
| 13 }, { # On Android there's no system FreeType. On Windows and Mac, only a | 14 }, { # On Android there's no system FreeType. On Windows and Mac, only a |
| 14 # few methods are used from it. | 15 # few methods are used from it. |
| 15 'bundle_freetype%': 1, | 16 'bundle_freetype%': 1, |
| 16 }], | 17 }], |
| 17 ], | 18 ], |
| (...skipping 778 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 796 ], | 797 ], |
| 797 'dependencies': [ | 798 'dependencies': [ |
| 798 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 799 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
| 799 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', | 800 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', |
| 800 ], | 801 ], |
| 801 }], | 802 }], |
| 802 ], | 803 ], |
| 803 }, | 804 }, |
| 804 ], | 805 ], |
| 805 } | 806 } |
| OLD | NEW |