commit | 0fb4f6a52ae5ff0ce6dd47e12aa7f4f405353544 | [log] [tgz] |
---|---|---|
author | Kevin Lubick <kjlubick@google.com> | Mon Aug 15 20:56:25 2022 +0000 |
committer | Pdfium LUCI CQ <pdfium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Aug 15 20:56:25 2022 +0000 |
tree | 6306136828059a6add9cc8466f81e1a4d9695975 | |
parent | 0bc5a741b92b97ff8ed1fc4f4a3c9ca1d28b2c64 [diff] |
Remove use of skia_core_defines This was removed from Chromium in https://crrev.com/c/3831118 Change-Id: I394230f0bb278f12efc1de52c7361f096daeefb5 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/96570 Reviewed-by: Lei Zhang <thestig@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Auto-Submit: Kevin Lubick <kjlubick@google.com>
diff --git a/skia/BUILD.gn b/skia/BUILD.gn index 0d7931a..ef014d5 100644 --- a/skia/BUILD.gn +++ b/skia/BUILD.gn
@@ -418,7 +418,7 @@ } skia_source_set("skia_core_and_effects") { - defines = skia_core_defines + defines = [] sources = skia_core_sources sources += skia_effects_sources sources += skia_effects_imagefilter_sources