Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-06 | Fix all relative includes to core. | Lei Zhang | |
Do some IWYU to fix build errors due to files that have no #includes but just happened to work previously because the #includes were in the right order. R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1407423004 . | |||
2015-11-04 | Make checkdeps --resolve-dotdot succeed. | Lei Zhang | |
R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1419373005 . | |||
2015-06-16 | Separate agg-authored code from fx-authored code.chromium/2439chromium/2438chromium/2437chromium/2436chromium/2435 | Tom Sepez | |
Creates a separate library so we can apply less-strict warnings to the code we can't change from upstream vs. the code we can change, reducing noise in the standalone build. Remove needless foo.{cpp,h} files that merely perform indirection via #include "some_other_path/foo.{cpp,h}". BUG=pdfium:166 R=brucedawson@chromium.org, thestig@chromium.org Review URL: https://codereview.chromium.org/1152743007. |