Skip to content

Commit

Permalink
Remove jumbo usage in pdf/BUILD.gn
Browse files Browse the repository at this point in the history
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/+/1895865
Reviewed-by: Lei Zhang <thestig@chromium.org>
Commit-Queue: Daniel Hosseinian <dhoss@chromium.org>
Cr-Commit-Position: refs/heads/master@{#711843}
  • Loading branch information
Daniel Hosseinian authored and Commit Bot committed Nov 1, 2019
1 parent 40f664c commit 5ec608f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pdf/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand All @@ -27,7 +26,7 @@ if (enable_pdf) {
}
}

jumbo_static_library("pdf") {
static_library("pdf") {
configs += [ ":pdf_common_config" ]
deps = [
":features",
Expand Down

0 comments on commit 5ec608f

Please sign in to comment.