| Index: pdfium.gyp
|
| diff --git a/pdfium.gyp b/pdfium.gyp
|
| index 2a2294454390dfcab67dce02c42c89860fa5a0a1..bd78262ffc6eb322d68134d7115f2d1a82d08c9f 100644
|
| --- a/pdfium.gyp
|
| +++ b/pdfium.gyp
|
| @@ -522,9 +522,9 @@
|
| 'third_party/third_party.gyp:fx_zlib',
|
| ],
|
| 'sources': [
|
| - 'core/include/fxcodec/fx_codec.h',
|
| - 'core/include/fxcodec/fx_codec_def.h',
|
| - 'core/include/fxcodec/fx_codec_flate.h',
|
| + 'core/fxcodec/include/fx_codec.h',
|
| + 'core/fxcodec/include/fx_codec_def.h',
|
| + 'core/fxcodec/include/fx_codec_flate.h',
|
| 'core/fxcodec/codec/codec_int.h',
|
| 'core/fxcodec/codec/fx_codec.cpp',
|
| 'core/fxcodec/codec/fx_codec_fax.cpp',
|
|
|