1# Copyright 2016 The Chromium Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5import("//build/buildflag_header.gni")
6import("//ppapi/buildflags/buildflags.gni")
7
8# This file is in a separate directory so all targets in the build can refer to
9# the buildflag header to get the necessary preprocessor defines without
10# bringing in all of Pepper.
11
12buildflag_header("buildflags") {
13  header = "buildflags.h"
14  flags = [ "ENABLE_PLUGINS=$enable_plugins" ]
15}
16