Justin DeWitt | 4ed3fcad | 2023-10-02 22:11:39 | [diff] [blame] | 1 | # 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. | ||||
4 | import("//build/buildflag_header.gni") | ||||
5 | import("//components/compose/features.gni") | ||||
6 | |||||
7 | buildflag_header("buildflags") { | ||||
8 | header = "buildflags.h" | ||||
9 | flags = [ "ENABLE_COMPOSE=$enable_compose" ] | ||||
10 | } |