Upload upstream chromium 120.0.6099.5
[platform/framework/web/chromium-efl.git] / rlz / buildflags / BUILD.gn
1 # Copyright 2016 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
5 import("//build/buildflag_header.gni")
6 import("//rlz/buildflags/buildflags.gni")
7
8 buildflag_header("buildflags") {
9   header = "buildflags.h"
10   flags = [ "ENABLE_RLZ=$enable_rlz" ]
11 }