diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-08-19 10:28:50 -0700 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-08-19 10:28:50 -0700 |
commit | 71c15a5e6652952a94ba3a3ef7ac0392e3a06962 (patch) | |
tree | c6983e985c49e4f30906082b73045db14d8cb481 /pdfium.gyp | |
parent | a2b3ae23556fb2f1adbc008574f33bf365476af9 (diff) | |
download | pdfium-71c15a5e6652952a94ba3a3ef7ac0392e3a06962.tar.xz |
Extern in .cpp files is a code smell.
Part 1. Move to headers so compiler can type check against
the definitions.
R=thestig@chromium.org
Review URL: https://codereview.chromium.org/1299963002 .
Diffstat (limited to 'pdfium.gyp')
-rw-r--r-- | pdfium.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pdfium.gyp b/pdfium.gyp index 6f1e6d7e8c..c6bb5ee1b8 100644 --- a/pdfium.gyp +++ b/pdfium.gyp @@ -315,6 +315,7 @@ 'core/src/fpdftext/txtproc.h', 'core/src/fpdftext/unicodenormalization.cpp', 'core/src/fpdftext/unicodenormalizationdata.cpp', + 'core/src/fpdftext/unicodenormalizationdata.h', ], }, { @@ -469,6 +470,7 @@ 'core/src/fxge/dib/fx_dib_engine.cpp', 'core/src/fxge/dib/fx_dib_main.cpp', 'core/src/fxge/dib/fx_dib_transform.cpp', + 'core/src/fxge/fontdata/chromefontdata/chromefontdata.h', 'core/src/fxge/fontdata/chromefontdata/FoxitDingbats.c', 'core/src/fxge/fontdata/chromefontdata/FoxitFixed.c', 'core/src/fxge/fontdata/chromefontdata/FoxitFixedBold.c', |