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

Side by Side Diff: extensions/shell/common/api/schemas.gypi

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 { 5 {
6 'sources': [ 6 'sources': [
7 '<@(schema_files)', 7 '<@(schema_files)',
8 ], 8 ],
9 'variables': { 9 'variables': {
10 'schema_files': [ 10 'schema_files': [
11 'identity.idl', 11 'identity.idl',
12 ], 12 ],
13 'non_compiled_schema_files': [ 13 'non_compiled_schema_files': [
14 ], 14 ],
15 # Chrome OS specific APIs. 15 # Chrome OS specific APIs.
16 'chromeos_schema_files': [ 16 'chromeos_schema_files': [
17 ], 17 ],
18 18
19 'chromium_code': 1, 19 'chromium_code': 1,
20 'cc_dir': 'extensions/shell/common/api', 20 'cc_dir': 'extensions/shell/common/api',
21 'root_namespace': 'extensions::shell::api::%(namespace)s', 21 'root_namespace': 'extensions::shell::api::%(namespace)s',
22 'bundle_name': 'Shell',
22 'impl_dir_': 'extensions/shell/browser/api', 23 'impl_dir_': 'extensions/shell/browser/api',
23 24
24 'conditions': [ 25 'conditions': [
25 ['chromeos==1', { 26 ['chromeos==1', {
26 'schema_files': [ 27 'schema_files': [
27 '<@(chromeos_schema_files)', 28 '<@(chromeos_schema_files)',
28 ], 29 ],
29 }], 30 }],
30 ], 31 ],
31 }, 32 },
32 } 33 }
OLDNEW
« no previous file with comments | « extensions/shell/common/api/BUILD.gn ('k') | extensions/shell/common/shell_extensions_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698