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

Side by Side Diff: pdfium.gyp

Issue 2078783002: Move ifx_renderdevicedriver to a separate file to share (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: rebase to master Created 4 years, 6 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/fxge/win32/win32_int.h ('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 # Copyright 2015 PDFium Authors. All rights reserved. 1 # Copyright 2015 PDFium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 'variables': { 9 'variables': {
10 'clang_use_pdfium_plugins%': 0, 10 'clang_use_pdfium_plugins%': 0,
(...skipping 693 matching lines...) Expand 10 before | Expand all | Expand 10 after
704 'core/fxge/fontdata/chromefontdata/FoxitSymbol.cpp', 704 'core/fxge/fontdata/chromefontdata/FoxitSymbol.cpp',
705 'core/fxge/freetype/fx_freetype.cpp', 705 'core/fxge/freetype/fx_freetype.cpp',
706 'core/fxge/ge/fx_ge.cpp', 706 'core/fxge/ge/fx_ge.cpp',
707 'core/fxge/ge/fx_ge_device.cpp', 707 'core/fxge/ge/fx_ge_device.cpp',
708 'core/fxge/ge/fx_ge_font.cpp', 708 'core/fxge/ge/fx_ge_font.cpp',
709 'core/fxge/ge/fx_ge_fontmap.cpp', 709 'core/fxge/ge/fx_ge_fontmap.cpp',
710 'core/fxge/ge/fx_ge_linux.cpp', 710 'core/fxge/ge/fx_ge_linux.cpp',
711 'core/fxge/ge/fx_ge_path.cpp', 711 'core/fxge/ge/fx_ge_path.cpp',
712 'core/fxge/ge/fx_ge_text.cpp', 712 'core/fxge/ge/fx_ge_text.cpp',
713 'core/fxge/ge/fx_text_int.h', 713 'core/fxge/ge/fx_text_int.h',
714 'core/fxge/ifx_renderdevicedriver.cpp',
714 'core/fxge/include/fx_dib.h', 715 'core/fxge/include/fx_dib.h',
715 'core/fxge/include/fx_font.h', 716 'core/fxge/include/fx_font.h',
716 'core/fxge/include/fx_freetype.h', 717 'core/fxge/include/fx_freetype.h',
717 'core/fxge/include/fx_ge.h', 718 'core/fxge/include/fx_ge.h',
718 'core/fxge/include/fx_ge_apple.h', 719 'core/fxge/include/fx_ge_apple.h',
719 'core/fxge/include/fx_ge_win32.h', 720 'core/fxge/include/fx_ge_win32.h',
721 'core/fxge/include/ifx_renderdevicedriver.h',
720 ], 722 ],
721 'variables': { 723 'variables': {
722 'clang_warning_flags': [ 724 'clang_warning_flags': [
723 # http://code.google.com/p/pdfium/issues/detail?id=188 725 # http://code.google.com/p/pdfium/issues/detail?id=188
724 '-Wno-switch', 726 '-Wno-switch',
725 ], 727 ],
726 }, 728 },
727 'conditions': [ 729 'conditions': [
728 ['pdf_use_skia==1', { 730 ['pdf_use_skia==1', {
729 'sources': [ 731 'sources': [
(...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after
1056 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h', 1058 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h',
1057 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h', 1059 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h',
1058 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h', 1060 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h',
1059 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h', 1061 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h',
1060 ], 1062 ],
1061 }, 1063 },
1062 ] 1064 ]
1063 }], 1065 }],
1064 ] 1066 ]
1065 } 1067 }
OLDNEW
« no previous file with comments | « core/fxge/win32/win32_int.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698