| OLD | NEW |
| 1 { | 1 { |
| 2 'variables': { | 2 'variables': { |
| 3 'chromium_code': 1, | 3 # TODO(thakis): Enable this, pdfium:29 |
| 4 #'chromium_code': 1, |
| 4 'pdf_use_skia%': 0, | 5 'pdf_use_skia%': 0, |
| 5 'pdf_enable_v8%': 1, | 6 'pdf_enable_v8%': 1, |
| 6 'conditions': [ | 7 'conditions': [ |
| 7 ['OS=="linux"', { | 8 ['OS=="linux"', { |
| 8 'bundle_freetype%': 0, | 9 'bundle_freetype%': 0, |
| 9 }, { # On Android there's no system FreeType. On Windows and Mac, only a | 10 }, { # On Android there's no system FreeType. On Windows and Mac, only a |
| 10 # few methods are used from it. | 11 # few methods are used from it. |
| 11 'bundle_freetype%': 1, | 12 'bundle_freetype%': 1, |
| 12 }], | 13 }], |
| 13 ], | 14 ], |
| (...skipping 778 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 792 ], | 793 ], |
| 793 'dependencies': [ | 794 'dependencies': [ |
| 794 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 795 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
| 795 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', | 796 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', |
| 796 ], | 797 ], |
| 797 }], | 798 }], |
| 798 ], | 799 ], |
| 799 }, | 800 }, |
| 800 ], | 801 ], |
| 801 } | 802 } |
| OLD | NEW |