diff options
author | thestig <thestig@chromium.org> | 2016-05-20 11:50:06 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-05-20 11:50:06 -0700 |
commit | 1b99b2dcde9d8bf1a5944a7e0dac81ca33459af5 (patch) | |
tree | 50ce9fbd5fadac593fc0af976de6841e55e22fdf /pdfium.gyp | |
parent | 3cbb6fbcc7077d94161ec95b7bc1421671317c65 (diff) | |
download | pdfium-1b99b2dcde9d8bf1a5944a7e0dac81ca33459af5.tar.xz |
Merge GetBits32() impls into one. Put it in fxcrt.
Review-Url: https://codereview.chromium.org/1990153003
Diffstat (limited to 'pdfium.gyp')
-rw-r--r-- | pdfium.gyp | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/pdfium.gyp b/pdfium.gyp index 2f0392adc9..69f6908ccf 100644 --- a/pdfium.gyp +++ b/pdfium.gyp @@ -932,6 +932,7 @@ 'core/fxcrt/fx_basic_bstring_unittest.cpp', 'core/fxcrt/fx_basic_gcc_unittest.cpp', 'core/fxcrt/fx_basic_memmgr_unittest.cpp', + 'core/fxcrt/fx_basic_util_unittest.cpp', 'core/fxcrt/fx_basic_wstring_unittest.cpp', 'core/fxcrt/fx_bidi_unittest.cpp', 'core/fxcrt/fx_extension_unittest.cpp', @@ -959,15 +960,6 @@ 'fpdfsdk/javascript/public_methods_unittest.cpp', ], }], - ['pdf_use_skia==1', { - 'defines': ['PDF_ENABLE_SKIA'], - 'dependencies': [ - '<(DEPTH)/skia/skia.gyp:skia', - ], - 'sources': [ - 'core/fxge/skia/fx_skia_device_unittest.cpp', - ], - }], ], }, { |