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_library.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_library.gypi')
-rw-r--r-- | skia/skia_library.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skia/skia_library.gypi b/skia/skia_library.gypi index dd3d240a0c..a4eb0abf30 100644 --- a/skia/skia_library.gypi +++ b/skia/skia_library.gypi @@ -5,7 +5,7 @@ # This gypi file contains the Skia library. # In component mode (shared_lib) it is folded into a single shared library with -# the Chrome-specific enhancements but in all other cases it is a separate lib. +# the PDFium-specific enhancements but in all other cases it is a separate lib. # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!WARNING!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! # variables and defines should go in skia_common.gypi so they can be seen |