summaryrefslogtreecommitdiffstats
path: root/apps/common/api/BUILD.gn
blob: a1cf00bcdf3e4200c7ff1b5f56096856edec82ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright 2014 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("//extensions/generated_extensions_api.gni")

# GYP version: apps/common/api/api.gyp:apps_api
generated_extensions_api("apps_api") {
  sources = [
    "app_runtime.idl",
  ]
  root_namespace = "apps::api"
  impl_dir = "//apps/browser/api"
}