Update broken references to image assets
[chromium-blink-merge.git] / extensions / shell / common / api / BUILD.gn
blob35ed47e9d3500c323e0aa39ad89b439589faf1af
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("//build/json_schema_api.gni")
6 import("schemas.gni")
8 # GYP version: extensions/shell/common/api/api.gyp:shell_api
9 json_schema_api("api") {
10   schemas = true
11   bundle = true
12   bundle_name = "Shell"
15 # GYP version: extensions/shell/browser/api/api_registration.gyp:shell_api_registration
16 json_schema_api("api_registration") {
17   impl_dir = "//extensions/shell/browser/api"
18   bundle_registration = true
19   bundle_name = "Shell"
21   deps = [
22     ":api",
23   ]