diff options
author | Lei Zhang <thestig@chromium.org> | 2017-08-17 11:34:32 -0700 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-08-23 07:25:29 +0000 |
commit | 627b316e1e521547395a280a9a095c77b046988e (patch) | |
tree | 88b781913c9ad43f492c99d1045a8b2f6aa0c530 /.gitignore | |
parent | 32489a0eb4b5b71e7951c1e165e69209655eacee (diff) | |
download | pdfium-627b316e1e521547395a280a9a095c77b046988e.tar.xz |
Remove tools/generate_library_loader.
This was pulled in via DEPS to make the Skia build work, but it no
longer appears to be needed.
Change-Id: Ib83aa56cd08f1a0abcc0388ce881ec35c41788be
Reviewed-on: https://pdfium-review.googlesource.com/11333
Reviewed-by: dsinclair <dsinclair@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 2c3fd5aa50..b1ea7a5349 100644 --- a/.gitignore +++ b/.gitignore @@ -20,7 +20,6 @@ /third_party/yasm/source/patched-yasm /third_party/zlib /tools/clang -/tools/generate_library_loader /tools/gyp /tools/memory /v8 |