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

Side by Side Diff: pdfium.gyp

Issue 1441973002: Merge to M47: Fix extraction of colour components in CPDF_DIBSource::DownSampleScanline32Bit (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@2526
Patch Set: Created 5 years, 1 month 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
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 739 matching lines...) Expand 10 before | Expand all | Expand 10 after
750 'pdfium', 750 'pdfium',
751 ], 751 ],
752 'include_dirs': [ 752 'include_dirs': [
753 '<(DEPTH)', 753 '<(DEPTH)',
754 '<(DEPTH)/v8', 754 '<(DEPTH)/v8',
755 '<(DEPTH)/v8/include', 755 '<(DEPTH)/v8/include',
756 ], 756 ],
757 'sources': [ 757 'sources': [
758 'core/src/fpdfapi/fpdf_page/fpdf_page_func_embeddertest.cpp', 758 'core/src/fpdfapi/fpdf_page/fpdf_page_func_embeddertest.cpp',
759 'core/src/fpdfapi/fpdf_parser/fpdf_parser_decode_embeddertest.cpp', 759 'core/src/fpdfapi/fpdf_parser/fpdf_parser_decode_embeddertest.cpp',
760 'core/src/fpdfapi/fpdf_parser/fpdf_parser_parser_embeddertest.cpp', 760 'core/src/fpdfapi/fpdf_parser/fpdf_parser_parser_embeddertest.cpp',
Oliver Chang 2015/11/13 17:24:03 ++<<<<<<< HEAD ++======= + 'core/src/fpdfa
761 'core/src/fpdfapi/fpdf_render/fpdf_render_loadimage_embeddertest.cpp',
761 'fpdfsdk/src/fpdf_dataavail_embeddertest.cpp', 762 'fpdfsdk/src/fpdf_dataavail_embeddertest.cpp',
762 'fpdfsdk/src/fpdfdoc_embeddertest.cpp', 763 'fpdfsdk/src/fpdfdoc_embeddertest.cpp',
763 'fpdfsdk/src/fpdfformfill_embeddertest.cpp', 764 'fpdfsdk/src/fpdfformfill_embeddertest.cpp',
764 'fpdfsdk/src/fpdftext_embeddertest.cpp', 765 'fpdfsdk/src/fpdftext_embeddertest.cpp',
765 'fpdfsdk/src/fpdfview_c_api_test.c', 766 'fpdfsdk/src/fpdfview_c_api_test.c',
766 'fpdfsdk/src/fpdfview_c_api_test.h', 767 'fpdfsdk/src/fpdfview_c_api_test.h',
767 'fpdfsdk/src/fpdfview_embeddertest.cpp', 768 'fpdfsdk/src/fpdfview_embeddertest.cpp',
768 'fpdfsdk/src/jsapi/fxjs_v8_embeddertest.cpp', 769 'fpdfsdk/src/jsapi/fxjs_v8_embeddertest.cpp',
769 'testing/embedder_test.cpp', 770 'testing/embedder_test.cpp',
770 'testing/embedder_test.h', 771 'testing/embedder_test.h',
771 'testing/embedder_test_mock_delegate.h', 772 'testing/embedder_test_mock_delegate.h',
772 'testing/embedder_test_timer_handling_delegate.h', 773 'testing/embedder_test_timer_handling_delegate.h',
773 'testing/fx_string_testhelpers.cpp', 774 'testing/fx_string_testhelpers.cpp',
774 'testing/fx_string_testhelpers.h', 775 'testing/fx_string_testhelpers.h',
775 ], 776 ],
776 }, 777 },
777 ], 778 ],
778 } 779 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698