# Copyright 2019 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/buildflag_header.gni")
import("//build/config/buildflags_paint_preview.gni")
# This target is standalone so any targets in the build can refer to the
# buildflag without bringing in any paint preview targets.
buildflag_header("buildflags") {
header = "buildflags.h"
flags = [ "ENABLE_PAINT_PREVIEW=$enable_paint_preview" ]
}