Upstream version 11.40.277.0
[platform/framework/web/crosswalk.git] / src / extensions / common / api / BUILD.gn
1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 import("//build/config/features.gni")
6 import("//build/json_schema_api.gni")
7 import("schemas.gni")
8
9 assert(enable_extensions)
10
11 # GYP version: extensions/common/api/api.gyp:extensions_api
12 json_schema_api("api") {
13   schemas = true
14   bundle = true
15 }
16
17 # GYP version: extensions/browser/api/api_registration.gyp:extensions_api_registration
18 json_schema_api("api_registration") {
19   impl_dir = "//extensions/browser/api"
20   bundle_registration = true
21
22   deps = [
23     ":api",
24     "//device/serial",
25     "//extensions/common/api/cast_channel:cast_channel_proto",
26     "//skia",
27   ]
28 }