| # Copyright 2013 The Flutter 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") | |
| source_set("buildflag_header_h") { | |
| sources = [ "buildflag.h" ] | |
| } | |
| buildflag_header("chromeos_buildflags") { | |
| header = "chromeos_buildflags.h" | |
| flags = [] | |
| } |