wwxxyx / pdfium

Automatically exported from code.google.com/p/pdfium
0 stars 0 forks source link

fx_codec/ directory is a mess #166

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
We should segregate the FX-written code from the third-party code, using the 
third_party directory.  

We can apply less restrictive warnings to remove some compile noise from the 
third_party contributions.

We can eliminate a bunch of fx_foo.c files that do nothing but #include 
"some_path/foo.c"

We can hoist the fx_codec/codec directory directly into fx_codec, as the other 
directories will have all moved to third_party.

Original issue reported on code.google.com by tsepez@chromium.org on 4 Jun 2015 at 7:26

GoogleCodeExporter commented 9 years ago
Ditto for agg under fxge.

Original comment by tsepez@chromium.org on 4 Jun 2015 at 7:31