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

Side by Side Diff: pdfium.gyp

Issue 896023003: Prevent base::CheckedNumeric from leaking outside of pdfium. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Add name of new .h to build files. Created 5 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
« no previous file with comments | « fpdfsdk/src/pdfwindow/PWL_Edit.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 498 matching lines...) Expand 10 before | Expand all | Expand 10 after
509 'core/include/fxcrt/fx_basic.h', 509 'core/include/fxcrt/fx_basic.h',
510 'core/include/fxcrt/fx_coordinates.h', 510 'core/include/fxcrt/fx_coordinates.h',
511 'core/include/fxcrt/fx_ext.h', 511 'core/include/fxcrt/fx_ext.h',
512 'core/include/fxcrt/fx_memory.h', 512 'core/include/fxcrt/fx_memory.h',
513 'core/include/fxcrt/fx_stream.h', 513 'core/include/fxcrt/fx_stream.h',
514 'core/include/fxcrt/fx_string.h', 514 'core/include/fxcrt/fx_string.h',
515 'core/include/fxcrt/fx_system.h', 515 'core/include/fxcrt/fx_system.h',
516 'core/include/fxcrt/fx_ucd.h', 516 'core/include/fxcrt/fx_ucd.h',
517 'core/include/fxcrt/fx_xml.h', 517 'core/include/fxcrt/fx_xml.h',
518 'core/src/fxcrt/extension.h', 518 'core/src/fxcrt/extension.h',
519 'core/src/fxcrt/fx_safe_types.h',
519 'core/src/fxcrt/fxcrt_platforms.cpp', 520 'core/src/fxcrt/fxcrt_platforms.cpp',
520 'core/src/fxcrt/fxcrt_platforms.h', 521 'core/src/fxcrt/fxcrt_platforms.h',
521 'core/src/fxcrt/fxcrt_posix.cpp', 522 'core/src/fxcrt/fxcrt_posix.cpp',
522 'core/src/fxcrt/fxcrt_posix.h', 523 'core/src/fxcrt/fxcrt_posix.h',
523 'core/src/fxcrt/fxcrt_windows.cpp', 524 'core/src/fxcrt/fxcrt_windows.cpp',
524 'core/src/fxcrt/fxcrt_windows.h', 525 'core/src/fxcrt/fxcrt_windows.h',
525 'core/src/fxcrt/fx_arabic.cpp', 526 'core/src/fxcrt/fx_arabic.cpp',
526 'core/src/fxcrt/fx_arabic.h', 527 'core/src/fxcrt/fx_arabic.h',
527 'core/src/fxcrt/fx_basic_array.cpp', 528 'core/src/fxcrt/fx_basic_array.cpp',
528 'core/src/fxcrt/fx_basic_bstring.cpp', 529 'core/src/fxcrt/fx_basic_bstring.cpp',
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
859 'fpdfsdk/src/fpdftext_embeddertest.cpp', 860 'fpdfsdk/src/fpdftext_embeddertest.cpp',
860 'fpdfsdk/src/fpdfview_embeddertest.cpp', 861 'fpdfsdk/src/fpdfview_embeddertest.cpp',
861 'testing/embedder_test.cpp', 862 'testing/embedder_test.cpp',
862 'testing/embedder_test.h', 863 'testing/embedder_test.h',
863 'testing/fx_string_testhelpers.cpp', 864 'testing/fx_string_testhelpers.cpp',
864 'testing/fx_string_testhelpers.h', 865 'testing/fx_string_testhelpers.h',
865 ], 866 ],
866 }, 867 },
867 ], 868 ],
868 } 869 }
OLDNEW
« no previous file with comments | « fpdfsdk/src/pdfwindow/PWL_Edit.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698