BUILD.gn 327 B

1234567891011121314
  1. # Copyright 2021 The Chromium Authors. All rights reserved.
  2. # Use of this source code is governed by a BSD-style license that can be
  3. # found in the LICENSE file.
  4. import("//pdf/features.gni")
  5. assert(enable_pdf)
  6. static_library("common") {
  7. sources = [
  8. "internal_plugin_helpers.cc",
  9. "internal_plugin_helpers.h",
  10. ]
  11. }