From a72ab5e0908ca29cfda91b3037da9b74cb06b93f Mon Sep 17 00:00:00 2001 From: thestig Date: Thu, 4 Aug 2016 00:20:00 -0700 Subject: Fix libpng build for ARM. TBR=msarett@google.com Review-Url: https://codereview.chromium.org/2214543003 --- third_party/BUILD.gn | 1 + 1 file changed, 1 insertion(+) 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") -- cgit v1.2.3