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

Side by Side Diff: pdfium.gyp

Issue 1152693005: Merge to XFA: Move fx_safe_types.h to include/ directory. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: Fix BUILD.gn Created 5 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
« fpdfsdk/src/fpdfview.cpp ('K') | « 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 560 matching lines...) Expand 10 before | Expand all | Expand 10 after
571 { 571 {
572 'target_name': 'fxcrt', 572 'target_name': 'fxcrt',
573 'type': 'static_library', 573 'type': 'static_library',
574 'ldflags': [ '-L<(PRODUCT_DIR)',], 574 'ldflags': [ '-L<(PRODUCT_DIR)',],
575 'sources': [ 575 'sources': [
576 'core/include/fxcrt/fx_arb.h', 576 'core/include/fxcrt/fx_arb.h',
577 'core/include/fxcrt/fx_basic.h', 577 'core/include/fxcrt/fx_basic.h',
578 'core/include/fxcrt/fx_coordinates.h', 578 'core/include/fxcrt/fx_coordinates.h',
579 'core/include/fxcrt/fx_ext.h', 579 'core/include/fxcrt/fx_ext.h',
580 'core/include/fxcrt/fx_memory.h', 580 'core/include/fxcrt/fx_memory.h',
581 'core/include/fxcrt/fx_safe_types.h',
581 'core/include/fxcrt/fx_stream.h', 582 'core/include/fxcrt/fx_stream.h',
582 'core/include/fxcrt/fx_string.h', 583 'core/include/fxcrt/fx_string.h',
583 'core/include/fxcrt/fx_system.h', 584 'core/include/fxcrt/fx_system.h',
584 'core/include/fxcrt/fx_ucd.h', 585 'core/include/fxcrt/fx_ucd.h',
585 'core/include/fxcrt/fx_xml.h', 586 'core/include/fxcrt/fx_xml.h',
586 'core/src/fxcrt/extension.h', 587 'core/src/fxcrt/extension.h',
587 'core/src/fxcrt/fx_safe_types.h',
588 'core/src/fxcrt/fxcrt_platforms.cpp', 588 'core/src/fxcrt/fxcrt_platforms.cpp',
589 'core/src/fxcrt/fxcrt_platforms.h', 589 'core/src/fxcrt/fxcrt_platforms.h',
590 'core/src/fxcrt/fxcrt_posix.cpp', 590 'core/src/fxcrt/fxcrt_posix.cpp',
591 'core/src/fxcrt/fxcrt_posix.h', 591 'core/src/fxcrt/fxcrt_posix.h',
592 'core/src/fxcrt/fxcrt_windows.cpp', 592 'core/src/fxcrt/fxcrt_windows.cpp',
593 'core/src/fxcrt/fxcrt_windows.h', 593 'core/src/fxcrt/fxcrt_windows.h',
594 'core/src/fxcrt/fx_arabic.cpp', 594 'core/src/fxcrt/fx_arabic.cpp',
595 'core/src/fxcrt/fx_arabic.h', 595 'core/src/fxcrt/fx_arabic.h',
596 'core/src/fxcrt/fx_basic_array.cpp', 596 'core/src/fxcrt/fx_basic_array.cpp',
597 'core/src/fxcrt/fx_basic_bstring.cpp', 597 'core/src/fxcrt/fx_basic_bstring.cpp',
(...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after
959 'testing/embedder_test.cpp', 959 'testing/embedder_test.cpp',
960 'testing/embedder_test.h', 960 'testing/embedder_test.h',
961 'testing/embedder_test_mock_delegate.h', 961 'testing/embedder_test_mock_delegate.h',
962 'testing/embedder_test_timer_handling_delegate.h', 962 'testing/embedder_test_timer_handling_delegate.h',
963 'testing/fx_string_testhelpers.cpp', 963 'testing/fx_string_testhelpers.cpp',
964 'testing/fx_string_testhelpers.h', 964 'testing/fx_string_testhelpers.h',
965 ], 965 ],
966 }, 966 },
967 ], 967 ],
968 } 968 }
OLDNEW
« fpdfsdk/src/fpdfview.cpp ('K') | « fpdfsdk/src/pdfwindow/PWL_Edit.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698