| OLD | NEW |
| 1 { | 1 { |
| 2 'variables': { | 2 'variables': { |
| 3 'pdf_use_skia%': 0, | 3 'pdf_use_skia%': 0, |
| 4 'conditions': [ | 4 'conditions': [ |
| 5 ['OS=="linux"', { | 5 ['OS=="linux"', { |
| 6 'bundle_freetype%': 0, | 6 'bundle_freetype%': 0, |
| 7 }, { # On Android there's no system FreeType. On Windows and Mac, only a | 7 }, { # On Android there's no system FreeType. On Windows and Mac, only a |
| 8 # few methods are used from it. | 8 # few methods are used from it. |
| 9 'bundle_freetype%': 1, | 9 'bundle_freetype%': 1, |
| 10 }], | 10 }], |
| (...skipping 406 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 417 'core/src/fxcodec/jbig2/JBig2_GeneralDecoder.cpp', | 417 'core/src/fxcodec/jbig2/JBig2_GeneralDecoder.cpp', |
| 418 'core/src/fxcodec/jbig2/JBig2_GeneralDecoder.h', | 418 'core/src/fxcodec/jbig2/JBig2_GeneralDecoder.h', |
| 419 'core/src/fxcodec/jbig2/JBig2_HuffmanDecoder.cpp', | 419 'core/src/fxcodec/jbig2/JBig2_HuffmanDecoder.cpp', |
| 420 'core/src/fxcodec/jbig2/JBig2_HuffmanDecoder.h', | 420 'core/src/fxcodec/jbig2/JBig2_HuffmanDecoder.h', |
| 421 'core/src/fxcodec/jbig2/JBig2_HuffmanTable.cpp', | 421 'core/src/fxcodec/jbig2/JBig2_HuffmanTable.cpp', |
| 422 'core/src/fxcodec/jbig2/JBig2_HuffmanTable.h', | 422 'core/src/fxcodec/jbig2/JBig2_HuffmanTable.h', |
| 423 'core/src/fxcodec/jbig2/JBig2_HuffmanTable_Standard.h', | 423 'core/src/fxcodec/jbig2/JBig2_HuffmanTable_Standard.h', |
| 424 'core/src/fxcodec/jbig2/JBig2_Image.cpp', | 424 'core/src/fxcodec/jbig2/JBig2_Image.cpp', |
| 425 'core/src/fxcodec/jbig2/JBig2_Image.h', | 425 'core/src/fxcodec/jbig2/JBig2_Image.h', |
| 426 'core/src/fxcodec/jbig2/JBig2_List.h', | 426 'core/src/fxcodec/jbig2/JBig2_List.h', |
| 427 'core/src/fxcodec/jbig2/JBig2_Module.h', | |
| 428 'core/src/fxcodec/jbig2/JBig2_Object.cpp', | |
| 429 'core/src/fxcodec/jbig2/JBig2_Object.h', | |
| 430 'core/src/fxcodec/jbig2/JBig2_Page.h', | 427 'core/src/fxcodec/jbig2/JBig2_Page.h', |
| 431 'core/src/fxcodec/jbig2/JBig2_PatternDict.cpp', | 428 'core/src/fxcodec/jbig2/JBig2_PatternDict.cpp', |
| 432 'core/src/fxcodec/jbig2/JBig2_PatternDict.h', | 429 'core/src/fxcodec/jbig2/JBig2_PatternDict.h', |
| 433 'core/src/fxcodec/jbig2/JBig2_Segment.cpp', | 430 'core/src/fxcodec/jbig2/JBig2_Segment.cpp', |
| 434 'core/src/fxcodec/jbig2/JBig2_Segment.h', | 431 'core/src/fxcodec/jbig2/JBig2_Segment.h', |
| 435 'core/src/fxcodec/jbig2/JBig2_SymbolDict.cpp', | 432 'core/src/fxcodec/jbig2/JBig2_SymbolDict.cpp', |
| 436 'core/src/fxcodec/jbig2/JBig2_SymbolDict.h', | 433 'core/src/fxcodec/jbig2/JBig2_SymbolDict.h', |
| 437 'core/src/fxcodec/lbmp/fx_bmp.cpp', | 434 'core/src/fxcodec/lbmp/fx_bmp.cpp', |
| 438 'core/src/fxcodec/lbmp/fx_bmp.h', | 435 'core/src/fxcodec/lbmp/fx_bmp.h', |
| 439 'core/src/fxcodec/lgif/fx_gif.cpp', | 436 'core/src/fxcodec/lgif/fx_gif.cpp', |
| (...skipping 396 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 836 'testing/embedder_test.cpp', | 833 'testing/embedder_test.cpp', |
| 837 'testing/embedder_test.h', | 834 'testing/embedder_test.h', |
| 838 'testing/embedder_test_mock_delegate.h', | 835 'testing/embedder_test_mock_delegate.h', |
| 839 'testing/embedder_test_timer_handling_delegate.h', | 836 'testing/embedder_test_timer_handling_delegate.h', |
| 840 'testing/fx_string_testhelpers.cpp', | 837 'testing/fx_string_testhelpers.cpp', |
| 841 'testing/fx_string_testhelpers.h', | 838 'testing/fx_string_testhelpers.h', |
| 842 ], | 839 ], |
| 843 }, | 840 }, |
| 844 ], | 841 ], |
| 845 } | 842 } |
| OLD | NEW |