diff options
author | thestig <thestig@chromium.org> | 2016-05-13 11:24:26 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-05-13 11:24:26 -0700 |
commit | 19ea309f3d46bbd76d4201b4e791b11d736f7834 (patch) | |
tree | 56f6d4f028554ceb0b76b075cab512a1b973d8ae /skia/skia_pdfium.gypi | |
parent | 9c845c3117bf09191e83e9108e98a82fb1051075 (diff) | |
download | pdfium-19ea309f3d46bbd76d4201b4e791b11d736f7834.tar.xz |
Make the Skia GN build work.
On Linux, at least.
BUG=pdfium:11
Review-Url: https://codereview.chromium.org/1971023007
Diffstat (limited to 'skia/skia_pdfium.gypi')
-rw-r--r-- | skia/skia_pdfium.gypi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/skia/skia_pdfium.gypi b/skia/skia_pdfium.gypi index 0de3f84d72..5c80a4b9fd 100644 --- a/skia/skia_pdfium.gypi +++ b/skia/skia_pdfium.gypi @@ -3,7 +3,7 @@ # found in the LICENSE file. -# This gypi file contains all the Chrome-specific enhancements to Skia. +# This gypi file contains all the PDFium-specific enhancements to Skia. # In component mode (shared_lib) it is folded into a single shared library with # the Skia files but in all other cases it is a separate library. { @@ -24,6 +24,7 @@ ], }, 'sources': [ + 'config/SkUserConfig.h', 'ext/google_logging.cc', ], } |