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

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

Issue 541753004: Split web_view_internal_api and move part of it to extensions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing Created 6 years, 3 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
« no previous file with comments | « extensions/common/api/_api_features.json ('k') | extensions/common/api/web_view_internal.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 28 matching lines...) Expand all
39 'sockets_udp.idl', 39 'sockets_udp.idl',
40 'storage.json', 40 'storage.json',
41 'system_cpu.idl', 41 'system_cpu.idl',
42 'system_display.idl', 42 'system_display.idl',
43 'system_memory.idl', 43 'system_memory.idl',
44 'system_network.idl', 44 'system_network.idl',
45 'system_storage.idl', 45 'system_storage.idl',
46 'test.json', 46 'test.json',
47 'usb.idl', 47 'usb.idl',
48 'usb_private.idl', 48 'usb_private.idl',
49 'web_view_internal.json',
49 ], 50 ],
50 'non_compiled_schema_files': [ 51 'non_compiled_schema_files': [
51 ], 52 ],
52 'conditions': [ 53 'conditions': [
53 ['enable_extensions==1', { 54 ['enable_extensions==1', {
54 'schema_files': [ 55 'schema_files': [
55 '<@(main_schema_files)', 56 '<@(main_schema_files)',
56 ], 57 ],
57 }, { 58 }, {
58 'schema_files': [ 59 'schema_files': [
59 '<@(android_schema_files)', 60 '<@(android_schema_files)',
60 ], 61 ],
61 }], 62 }],
62 ], 63 ],
63 'cc_dir': 'extensions/common/api', 64 'cc_dir': 'extensions/common/api',
64 'root_namespace': 'extensions::core_api::%(namespace)s', 65 'root_namespace': 'extensions::core_api::%(namespace)s',
65 'impl_dir_': 'extensions/browser/api', 66 'impl_dir_': 'extensions/browser/api',
66 }, 67 },
67 } 68 }
OLDNEW
« no previous file with comments | « extensions/common/api/_api_features.json ('k') | extensions/common/api/web_view_internal.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698