blob: 831beb3b022073d08ec64a9731080bf29d83d14f [file] [log] [blame]
Justin DeWitt4ed3fcad2023-10-02 22:11:391# Copyright 2023 The Chromium Authors
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4import("//build/buildflag_header.gni")
5import("//components/compose/features.gni")
6
7buildflag_header("buildflags") {
8 header = "buildflags.h"
9 flags = [ "ENABLE_COMPOSE=$enable_compose" ]
10}