| # Copyright 2016 The Chromium Authors | |
| # Use of this source code is governed by a BSD-style license that can be | |
| # found in the LICENSE file. | |
| import("//build/config/features.gni") | |
| # To support the removal of ppapi we use just a static PPAPI definition | |
| # that depends on //content. | |
| source_set("buildflags") { | |
| sources = [ "buildflags.h" ] | |
| public_deps = [ "//build:blink_buildflags" ] | |
| if (use_blink) { | |
| public_deps += [ "//content/public/common:buildflags" ] | |
| } | |
| } |