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

Side by Side Diff: chrome/common/extensions/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: nits 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
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 # These duplicate other lists and are the only ones used on Android. They 10 # These duplicate other lists and are the only ones used on Android. They
11 # should be eliminated. See crbug.com/305852. 11 # should be eliminated. See crbug.com/305852.
12 'android_schema_files': [ 12 'android_schema_files': [
13 'manifest_types.json', 13 'manifest_types.json',
14 ], 14 ],
15 15
16 # These are used everywhere except Android. 16 # These are used everywhere except Android.
17 'main_schema_files': [ 17 'main_schema_files': [
18 'accessibility_private.json', 18 'accessibility_private.json',
19 'activity_log_private.json', 19 'activity_log_private.json',
20 'alarms.idl', 20 'alarms.idl',
21 'app_current_window_internal.idl', 21 'app_current_window_internal.idl',
22 'audio.idl', 22 'audio.idl',
23 'automation.idl', 23 'automation.idl',
24 'automation_internal.idl', 24 'automation_internal.idl',
25 'autotest_private.idl', 25 'autotest_private.idl',
26 'bookmark_manager_private.json', 26 'bookmark_manager_private.json',
27 'bookmarks.json', 27 'bookmarks.json',
28 'braille_display_private.idl', 28 'braille_display_private.idl',
29 'browser.idl', 29 'browser.idl',
30 'chrome_web_view_internal.json',
30 'cloud_print_private.json', 31 'cloud_print_private.json',
31 'command_line_private.json', 32 'command_line_private.json',
32 'content_settings.json', 33 'content_settings.json',
33 'context_menus_internal.json', 34 'context_menus_internal.json',
34 'context_menus.json', 35 'context_menus.json',
35 'cookies.json', 36 'cookies.json',
36 'copresence.idl', 37 'copresence.idl',
37 'copresence_private.idl', 38 'copresence_private.idl',
38 'debugger.json', 39 'debugger.json',
39 'desktop_capture.json', 40 'desktop_capture.json',
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 'types.json', 96 'types.json',
96 'virtual_keyboard_private.json', 97 'virtual_keyboard_private.json',
97 'web_navigation.json', 98 'web_navigation.json',
98 'web_request.json', 99 'web_request.json',
99 # Despite the name, this API does not rely on any 100 # Despite the name, this API does not rely on any
100 # WebRTC-specific bits and as such does not belong in 101 # WebRTC-specific bits and as such does not belong in
101 # the enable_webrtc==0 section below. 102 # the enable_webrtc==0 section below.
102 'webrtc_audio_private.idl', 103 'webrtc_audio_private.idl',
103 'webrtc_logging_private.idl', 104 'webrtc_logging_private.idl',
104 'webstore_private.json', 105 'webstore_private.json',
105 'web_view_internal.json',
106 'windows.json', 106 'windows.json',
107 ], 107 ],
108 'main_schema_include_rules': [ 108 'main_schema_include_rules': [
109 'extensions/common/api:extensions::core_api::%(namespace)s', 109 'extensions/common/api:extensions::core_api::%(namespace)s',
110 ], 110 ],
111 'main_non_compiled_schema_files': [ 111 'main_non_compiled_schema_files': [
112 'browsing_data.json', 112 'browsing_data.json',
113 'chromeos_info_private.json', 113 'chromeos_info_private.json',
114 'extension.json', 114 'extension.json',
115 'idltest.idl', 115 'idltest.idl',
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 'schema_files': [ 177 'schema_files': [
178 '<@(webrtc_schema_files)', 178 '<@(webrtc_schema_files)',
179 ], 179 ],
180 }], 180 }],
181 ], 181 ],
182 'cc_dir': 'chrome/common/extensions/api', 182 'cc_dir': 'chrome/common/extensions/api',
183 'root_namespace': 'extensions::api::%(namespace)s', 183 'root_namespace': 'extensions::api::%(namespace)s',
184 'impl_dir_': 'chrome/browser/extensions/api', 184 'impl_dir_': 'chrome/browser/extensions/api',
185 }, 185 },
186 } 186 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698