blob: 92705af812e8eb0b605892a5db7f17899d7fcfb5 [file] [log] [blame]
# 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")
import("//extensions/buildflags/buildflags.gni")
import("//tools/json_schema_compiler/json_features.gni")
assert(enable_extensions)
json_features("extension_features_unittest") {
feature_type = "APIFeature"
method_name = "AddUnittestAPIFeatures"
sources = [
"//chrome/test/data/extensions/extension_api_unittest/api_features.json",
]
}
group("test_features") {
public_deps = [ ":extension_features_unittest" ]
}