| 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 342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 353 'core/src/fxcodec/jbig2/JBig2_GeneralDecoder.cpp', | 353 'core/src/fxcodec/jbig2/JBig2_GeneralDecoder.cpp', |
| 354 'core/src/fxcodec/jbig2/JBig2_GeneralDecoder.h', | 354 'core/src/fxcodec/jbig2/JBig2_GeneralDecoder.h', |
| 355 'core/src/fxcodec/jbig2/JBig2_HuffmanDecoder.cpp', | 355 'core/src/fxcodec/jbig2/JBig2_HuffmanDecoder.cpp', |
| 356 'core/src/fxcodec/jbig2/JBig2_HuffmanDecoder.h', | 356 'core/src/fxcodec/jbig2/JBig2_HuffmanDecoder.h', |
| 357 'core/src/fxcodec/jbig2/JBig2_HuffmanTable.cpp', | 357 'core/src/fxcodec/jbig2/JBig2_HuffmanTable.cpp', |
| 358 'core/src/fxcodec/jbig2/JBig2_HuffmanTable.h', | 358 'core/src/fxcodec/jbig2/JBig2_HuffmanTable.h', |
| 359 'core/src/fxcodec/jbig2/JBig2_HuffmanTable_Standard.h', | 359 'core/src/fxcodec/jbig2/JBig2_HuffmanTable_Standard.h', |
| 360 'core/src/fxcodec/jbig2/JBig2_Image.cpp', | 360 'core/src/fxcodec/jbig2/JBig2_Image.cpp', |
| 361 'core/src/fxcodec/jbig2/JBig2_Image.h', | 361 'core/src/fxcodec/jbig2/JBig2_Image.h', |
| 362 'core/src/fxcodec/jbig2/JBig2_List.h', | 362 'core/src/fxcodec/jbig2/JBig2_List.h', |
| 363 'core/src/fxcodec/jbig2/JBig2_Module.h', | |
| 364 'core/src/fxcodec/jbig2/JBig2_Object.cpp', | |
| 365 'core/src/fxcodec/jbig2/JBig2_Object.h', | |
| 366 'core/src/fxcodec/jbig2/JBig2_Page.h', | 363 'core/src/fxcodec/jbig2/JBig2_Page.h', |
| 367 'core/src/fxcodec/jbig2/JBig2_PatternDict.cpp', | 364 'core/src/fxcodec/jbig2/JBig2_PatternDict.cpp', |
| 368 'core/src/fxcodec/jbig2/JBig2_PatternDict.h', | 365 'core/src/fxcodec/jbig2/JBig2_PatternDict.h', |
| 369 'core/src/fxcodec/jbig2/JBig2_Segment.cpp', | 366 'core/src/fxcodec/jbig2/JBig2_Segment.cpp', |
| 370 'core/src/fxcodec/jbig2/JBig2_Segment.h', | 367 'core/src/fxcodec/jbig2/JBig2_Segment.h', |
| 371 'core/src/fxcodec/jbig2/JBig2_SymbolDict.cpp', | 368 'core/src/fxcodec/jbig2/JBig2_SymbolDict.cpp', |
| 372 'core/src/fxcodec/jbig2/JBig2_SymbolDict.h', | 369 'core/src/fxcodec/jbig2/JBig2_SymbolDict.h', |
| 373 ], | 370 ], |
| 374 'msvs_settings': { | 371 'msvs_settings': { |
| 375 'VCCLCompilerTool': { | 372 'VCCLCompilerTool': { |
| (...skipping 378 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 754 'testing/embedder_test.cpp', | 751 'testing/embedder_test.cpp', |
| 755 'testing/embedder_test.h', | 752 'testing/embedder_test.h', |
| 756 'testing/embedder_test_mock_delegate.h', | 753 'testing/embedder_test_mock_delegate.h', |
| 757 'testing/embedder_test_timer_handling_delegate.h', | 754 'testing/embedder_test_timer_handling_delegate.h', |
| 758 'testing/fx_string_testhelpers.cpp', | 755 'testing/fx_string_testhelpers.cpp', |
| 759 'testing/fx_string_testhelpers.h', | 756 'testing/fx_string_testhelpers.h', |
| 760 ], | 757 ], |
| 761 }, | 758 }, |
| 762 ], | 759 ], |
| 763 } | 760 } |
| OLD | NEW |