| # Copyright 2014 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") | |
| import("//build/config/nacl/config.gni") | |
| import("//build/config/nacl/rules.gni") | |
| import("//components/nacl/features.gni") | |
| import("//components/nacl/target_cpu.gni") | |
| import("//ppapi/buildflags/buildflags.gni") | |
| import("//testing/test.gni") | |
| if (is_mac) { | |
| import("//build/config/mac/rules.gni") | |
| } | |
| assert(enable_ppapi) |