Commit 1b748a53 authored by agrieve's avatar agrieve Committed by Commit bot

GN: Add assert that //pdf is referenced only when enable_pdf=true

BUG=

Review URL: https://codereview.chromium.org/1548943002

Cr-Commit-Position: refs/heads/master@{#366981}
parent 3584b722
......@@ -2,8 +2,11 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/config/features.gni")
import("//third_party/pdfium/pdfium.gni")
assert(enable_pdf)
pdf_engine = 0 # 0 PDFium
static_library("pdf") {
......
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