Commit 5ec608fd authored by Daniel Hosseinian's avatar Daniel Hosseinian Committed by Commit Bot

Remove jumbo usage in pdf/BUILD.gn

That is the only GN file in the pdf/ subdirectory.

Bug: 1020676
Change-Id: I2495ab9b5976957270298b8aed703f4d4c858844
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1895865Reviewed-by: default avatarLei Zhang <thestig@chromium.org>
Commit-Queue: Daniel Hosseinian <dhoss@chromium.org>
Cr-Commit-Position: refs/heads/master@{#711843}
parent 40f664c5
......@@ -4,7 +4,6 @@
import("//build/buildflag_header.gni")
import("//build/config/features.gni")
import("//build/config/jumbo.gni")
import("//pdf/features.gni")
import("//testing/test.gni")
import("//third_party/pdfium/pdfium.gni")
......@@ -27,7 +26,7 @@ if (enable_pdf) {
}
}
jumbo_static_library("pdf") {
static_library("pdf") {
configs += [ ":pdf_common_config" ]
deps = [
":features",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment