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 1679743003: CPDF_TextStream::m_pObjArray is always NULL (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Rename Created 4 years, 10 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
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 # TODO(thakis): Enable this, pdfium:29 7 # TODO(thakis): Enable this, pdfium:29
8 #'chromium_code': 1, 8 #'chromium_code': 1,
9 'pdf_use_skia%': 0, 9 'pdf_use_skia%': 0,
10 'pdf_enable_v8%': 1, 10 'pdf_enable_v8%': 1,
(...skipping 530 matching lines...) Expand 10 before | Expand all | Expand 10 after
541 'core/src/fxge/fontdata/chromefontdata/FoxitSymbol.c', 541 'core/src/fxge/fontdata/chromefontdata/FoxitSymbol.c',
542 'core/src/fxge/freetype/fx_freetype.c', 542 'core/src/fxge/freetype/fx_freetype.c',
543 'core/src/fxge/ge/fx_ge.cpp', 543 'core/src/fxge/ge/fx_ge.cpp',
544 'core/src/fxge/ge/fx_ge_device.cpp', 544 'core/src/fxge/ge/fx_ge_device.cpp',
545 'core/src/fxge/ge/fx_ge_font.cpp', 545 'core/src/fxge/ge/fx_ge_font.cpp',
546 'core/src/fxge/ge/fx_ge_fontmap.cpp', 546 'core/src/fxge/ge/fx_ge_fontmap.cpp',
547 'core/src/fxge/ge/fx_ge_linux.cpp', 547 'core/src/fxge/ge/fx_ge_linux.cpp',
548 'core/src/fxge/ge/fx_ge_path.cpp', 548 'core/src/fxge/ge/fx_ge_path.cpp',
549 'core/src/fxge/ge/fx_ge_ps.cpp', 549 'core/src/fxge/ge/fx_ge_ps.cpp',
550 'core/src/fxge/ge/fx_ge_text.cpp', 550 'core/src/fxge/ge/fx_ge_text.cpp',
551 'core/src/fxge/ge/text_int.h', 551 'core/src/fxge/ge/fx_text_int.h',
552 ], 552 ],
553 'variables': { 553 'variables': {
554 'clang_warning_flags': [ 554 'clang_warning_flags': [
555 # http://code.google.com/p/pdfium/issues/detail?id=188 555 # http://code.google.com/p/pdfium/issues/detail?id=188
556 '-Wno-switch', 556 '-Wno-switch',
557 ], 557 ],
558 }, 558 },
559 'conditions': [ 559 'conditions': [
560 ['pdf_use_skia==1', { 560 ['pdf_use_skia==1', {
561 'sources': [ 561 'sources': [
(...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after
878 'fpdfsdk/include/fpdfxfa/fpdfxfa_app.h', 878 'fpdfsdk/include/fpdfxfa/fpdfxfa_app.h',
879 'fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h', 879 'fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h',
880 'fpdfsdk/include/fpdfxfa/fpdfxfa_page.h', 880 'fpdfsdk/include/fpdfxfa/fpdfxfa_page.h',
881 'fpdfsdk/include/fpdfxfa/fpdfxfa_util.h', 881 'fpdfsdk/include/fpdfxfa/fpdfxfa_util.h',
882 ], 882 ],
883 }, 883 },
884 ] 884 ]
885 }], 885 }],
886 ] 886 ]
887 } 887 }
OLDNEW
« core/src/fxge/ge/fx_text_int.h ('K') | « core/src/fxge/win32/fx_win32_print.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698