blob: 853f9317743954a948d2f3d8ab7fd6da1e850b3d [file] [log] [blame]
# Copyright 2019 The Chromium Authors. All rights reserved.
# 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" ]
}