Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(277)

Side by Side Diff: extensions/shell/common/api/BUILD.gn

Issue 1226353004: Generate all extension schema namespaces as "api" and instead vary the generated bundle names. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/json_schema_api.gni") 5 import("//build/json_schema_api.gni")
6 import("schemas.gni") 6 import("schemas.gni")
7 7
8 # GYP version: extensions/shell/common/api/api.gyp:shell_api 8 # GYP version: extensions/shell/common/api/api.gyp:shell_api
9 json_schema_api("api") { 9 json_schema_api("api") {
10 schemas = true 10 schemas = true
11 bundle = true 11 bundle = true
12 bundle_name = "Shell"
12 } 13 }
13 14
14 # GYP version: extensions/shell/browser/api/api_registration.gyp:shell_api_regis tration 15 # GYP version: extensions/shell/browser/api/api_registration.gyp:shell_api_regis tration
15 json_schema_api("api_registration") { 16 json_schema_api("api_registration") {
16 impl_dir = "//extensions/shell/browser/api" 17 impl_dir = "//extensions/shell/browser/api"
17 bundle_registration = true 18 bundle_registration = true
19 bundle_name = "Shell"
18 20
19 deps = [ 21 deps = [
20 ":api", 22 ":api",
21 ] 23 ]
22 } 24 }
OLDNEW
« no previous file with comments | « extensions/shell/browser/shell_runtime_api_delegate.cc ('k') | extensions/shell/common/api/schemas.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698