diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-10-16 14:18:50 -0700 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-10-16 14:18:50 -0700 |
commit | 24e733ef26280268ac6ede6d73fac7475aedd1a9 (patch) | |
tree | b067396d52855d4e7a63d040fd99029f76ac6b94 /pdfium.gyp | |
parent | db0be96179f0cd5f1787564cbccf86320a4d54ae (diff) | |
download | pdfium-24e733ef26280268ac6ede6d73fac7475aedd1a9.tar.xz |
fxcrt convergence - XFA side.
Take extern tables portion only of fx_bidi change.
Take itoa fixes and corresponding unit test.
Merge typo in skia font mgr.
Kill some null checks after new.
R=thestig@chromium.org
Review URL: https://codereview.chromium.org/1409223002 .
Diffstat (limited to 'pdfium.gyp')
-rw-r--r-- | pdfium.gyp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pdfium.gyp b/pdfium.gyp index 3785d38a1b..4d20f82f18 100644 --- a/pdfium.gyp +++ b/pdfium.gyp @@ -772,8 +772,9 @@ 'core/src/fxcrt/fx_basic_bstring_unittest.cpp', 'core/src/fxcrt/fx_basic_memmgr_unittest.cpp', 'core/src/fxcrt/fx_basic_wstring_unittest.cpp', - 'testing/fx_string_testhelpers.h', + 'core/src/fxcrt/fx_system_unittest.cpp', 'testing/fx_string_testhelpers.cpp', + 'testing/fx_string_testhelpers.h', 'third_party/base/nonstd_unique_ptr_unittest.cpp', ], 'conditions': [ |