blob: f70958b3c13de3cd86f8716568f8b01fe3626d26 [file] [log] [blame]
# Copyright 2021 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//pdf/features.gni")
assert(enable_pdf)
static_library("common") {
sources = [
"internal_plugin_helpers.cc",
"internal_plugin_helpers.h",
]
deps = [
"//base",
"//pdf:features",
]
}