Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(103)

Side by Side Diff: pdfium.gyp

Issue 1336783002: Merge to XFA: Remove CJBig2_Object, CJBig2_Module, and friends. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « core/src/fxcodec/jbig2/JBig2_SymbolDict.cpp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « core/src/fxcodec/jbig2/JBig2_SymbolDict.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698