summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorTom Anderson <thomasanderson@chromium.org>2018-05-30 01:53:00 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-05-30 01:53:00 +0000
commit16ccc8b65747c265255a487e3e748ac9e2c1a701 (patch)
tree42939fd5490a7a088044420a4c3b500007190e76 /BUILD.gn
parenta210ee1eba66e53de374ccae56a89d0b1976509d (diff)
downloadpdfium-16ccc8b65747c265255a487e3e748ac9e2c1a701.tar.xz
Roll DEPS for build and buildtools.
https://chromium.googlesource.com/chromium/src/build/+log/037f38ae..10a93c2c https://chromium.googlesource.com/chromium/buildtools/+log/ab7b6a7b..893eb86b https://chromium.googlesource.com/android_ndk/+log/e951c372..5cd86312 https://chromium.googlesource.com/chromium/src/tools/clang/+log/abe5e4f9..c893c7ee https://chromium.googlesource.com/external/github.com/catapult-project/catapult/+log/4f03e51f..8fbdf9f1 BUG=chromium:845700 R=thestig Change-Id: I1496686af4336917f363297fb582b7f0483d3591 Reviewed-on: https://pdfium-review.googlesource.com/33231 Reviewed-by: Lei Zhang <thestig@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn4
1 files changed, 4 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 5bba3fe352..d23d8bd81a 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -2981,6 +2981,10 @@ test("pdfium_unittests") {
if (is_android) {
use_raw_android_executable = true
}
+ if (is_clang) {
+ # Suppress no override warning for overridden functions.
+ cflags = [ "-Wno-inconsistent-missing-override" ]
+ }
}
test("pdfium_embeddertests") {