BUILD.gn 511 B

123456789101112131415
  1. # Copyright 2019 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("//build/buildflag_header.gni")
  5. import("//build/config/buildflags_paint_preview.gni")
  6. # This target is standalone so any targets in the build can refer to the
  7. # buildflag without bringing in any paint preview targets.
  8. buildflag_header("buildflags") {
  9. header = "buildflags.h"
  10. flags = [ "ENABLE_PAINT_PREVIEW=$enable_paint_preview" ]
  11. }