Updating trunk VERSION from 2139.0 to 2140.0
[chromium-blink-merge.git] / extensions / common / api / BUILD.gn
blob8d2e3cf1fc361423b1595e7c512932710b858508
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.
5 import("//extensions/generated_extensions_api.gni")
6 import("schemas.gni")
8 # GYP version: extensions/common/api/api.gyp:extensions_api
9 generated_extensions_api("api") {
10   schemas = true
11   bundle = true
14 # GYP version: extensions/browser/api/api_registration.gyp:extensions_api_registration
15 generated_extensions_api("api_registration") {
16   impl_dir = "//extensions/browser/api"
17   bundle_registration = true
19   deps = [ ":api" ]
20   if (!is_android) {
21     deps += [
22       "//device/serial",
23       "//skia",
24     ]
25   }