diff options
author | thestig <thestig@chromium.org> | 2016-08-04 00:20:00 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-08-04 00:20:00 -0700 |
commit | a72ab5e0908ca29cfda91b3037da9b74cb06b93f (patch) | |
tree | 5d054bb7d4ab54facf96c64e68b85d75fcd8ea27 | |
parent | 39e0e14cb33fc59ecf9884e55c4a5b00260b2647 (diff) | |
download | pdfium-a72ab5e0908ca29cfda91b3037da9b74cb06b93f.tar.xz |
Fix libpng build for ARM.
TBR=msarett@google.com
Review-Url: https://codereview.chromium.org/2214543003
-rw-r--r-- | third_party/BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/BUILD.gn b/third_party/BUILD.gn index 9a80d5f6b6..a3878e8bea 100644 --- a/third_party/BUILD.gn +++ b/third_party/BUILD.gn @@ -2,6 +2,7 @@ # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. +import("//build/config/arm.gni") import("//build_overrides/build.gni") import("../pdfium.gni") |