summaryrefslogtreecommitdiff
path: root/chromium/chrome/common/extensions/BUILD.gn
blob: beb17126734538bfd1149f2231c68a43c9e29841 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Copyright 2016 The Chromium Authors. All rights reserved.
# 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("//mojo/public/tools/bindings/mojom.gni")
import("//tools/json_schema_compiler/json_features.gni")

assert(enable_extensions)

json_features("extension_features_unittest") {
  feature_type = "APIFeature"
  provider_class = "UnittestFeatureProvider"
  sources = [
    "//chrome/test/data/extensions/extension_api_unittest/api_features.json",
  ]
}

group("test_features") {
  public_deps = [
    ":extension_features_unittest",
  ]
}

mojom("mojo_bindings") {
  sources = [
    "mojom/inline_install.mojom",
  ]
}