BUILD.gn 280 B

1234567891011121314
  1. # Copyright 2016 Google Inc.
  2. #
  3. # Use of this source code is governed by a BSD-style license that can be
  4. # found in the LICENSE file.
  5. declare_args() {
  6. }
  7. config("system_fontconfig") {
  8. libs = [ "fontconfig" ]
  9. }
  10. group("fontconfig") {
  11. public_configs = [ ":system_fontconfig" ]
  12. }