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

Unified Diff: pdfium.gyp

Issue 1864153002: Move include/fxcodec to fxcodec/include (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 8 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 side-by-side diff with in-line comments
Download patch
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',

Powered by Google App Engine
This is Rietveld 408576698