BUILD.gn 362 B

123456789101112
  1. # Copyright 2020 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. source_set("fft2d") {
  5. sources = [
  6. "src/fftsg.c",
  7. "src/fftsg2d.c",
  8. ]
  9. configs -= [ "//build/config/compiler:chromium_code" ]
  10. configs += [ "//build/config/compiler:no_chromium_code" ]
  11. }