Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-18 | Fix a #include in fpdf_page_func.cpp. | David Lattimore | |
Not sure why building with gyp was working despite the missing '../' but it wasn't working in stricter build systems. BUG= R=thestig@chromium.org Review URL: https://codereview.chromium.org/1321293003. | |||
2015-02-05 | Add namespace and-re-arrange PDFium's local copy of chromium /base. | Tom Sepez | |
Any projects DEPS'd into chromium and requiring a /base subset should have a local copy of that subset in a separate namespace. This will avoid future naming conflicts. Re-arrange the directory structure to better identify what came from chromium's base, and to make drop-in replacement easier for files that contain hard-coded "base/" in their #include directives. R=jam@chromium.org Review URL: https://codereview.chromium.org/900753002 |