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

Side by Side Diff: pdfium.gyp

Issue 1405253007: Revert "Revert "Cleanup some numeric code."" (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Fix mac build 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 'pdf_enable_v8%': 1, 4 'pdf_enable_v8%': 1,
5 'conditions': [ 5 'conditions': [
6 ['OS=="linux"', { 6 ['OS=="linux"', {
7 'bundle_freetype%': 0, 7 'bundle_freetype%': 0,
8 }, { # On Android there's no system FreeType. On Windows and Mac, only a 8 }, { # On Android there's no system FreeType. On Windows and Mac, only a
9 # few methods are used from it. 9 # few methods are used from it.
10 'bundle_freetype%': 1, 10 'bundle_freetype%': 1,
(...skipping 703 matching lines...) Expand 10 before | Expand all | Expand 10 after
714 ], 714 ],
715 'include_dirs': [ 715 'include_dirs': [
716 '<(DEPTH)' 716 '<(DEPTH)'
717 ], 717 ],
718 'sources': [ 718 'sources': [
719 'core/src/fxcodec/codec/fx_codec_jpx_unittest.cpp', 719 'core/src/fxcodec/codec/fx_codec_jpx_unittest.cpp',
720 'core/src/fxcrt/fx_basic_bstring_unittest.cpp', 720 'core/src/fxcrt/fx_basic_bstring_unittest.cpp',
721 'core/src/fxcrt/fx_basic_memmgr_unittest.cpp', 721 'core/src/fxcrt/fx_basic_memmgr_unittest.cpp',
722 'core/src/fxcrt/fx_basic_wstring_unittest.cpp', 722 'core/src/fxcrt/fx_basic_wstring_unittest.cpp',
723 'core/src/fxcrt/fx_bidi_unittest.cpp', 723 'core/src/fxcrt/fx_bidi_unittest.cpp',
724 'core/src/fxcrt/fx_extension_unittest.cpp',
724 'core/src/fxcrt/fx_system_unittest.cpp', 725 'core/src/fxcrt/fx_system_unittest.cpp',
725 'testing/fx_string_testhelpers.h', 726 'testing/fx_string_testhelpers.h',
726 'testing/fx_string_testhelpers.cpp', 727 'testing/fx_string_testhelpers.cpp',
727 'third_party/base/nonstd_unique_ptr_unittest.cpp', 728 'third_party/base/nonstd_unique_ptr_unittest.cpp',
728 ], 729 ],
729 }, 730 },
730 { 731 {
731 'target_name': 'pdfium_embeddertests', 732 'target_name': 'pdfium_embeddertests',
732 'type': 'executable', 733 'type': 'executable',
733 'dependencies': [ 734 'dependencies': [
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
795 ], 796 ],
796 'dependencies': [ 797 'dependencies': [
797 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 798 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
798 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', 799 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform',
799 ], 800 ],
800 }], 801 }],
801 ], 802 ],
802 }, 803 },
803 ], 804 ],
804 } 805 }
OLDNEW
« core/src/fxcrt/fx_basic_bstring.cpp ('K') | « fpdfsdk/src/javascript/util.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698