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

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

Issue 2131993002: Delete the audio modem and copresence private APIs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@eol
Patch Set: Sync again Created 4 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
« no previous file with comments | « chrome/common/extensions/api/copresence_private.idl ('k') | chrome/test/BUILD.gn » ('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 'main_schema_files': [ 10 'main_schema_files': [
11 'accessibility_features.json', 11 'accessibility_features.json',
12 'accessibility_private.json', 12 'accessibility_private.json',
13 'activity_log_private.json', 13 'activity_log_private.json',
14 'audio_modem.idl',
15 'autofill_private.idl', 14 'autofill_private.idl',
16 'automation.idl', 15 'automation.idl',
17 'automation_internal.idl', 16 'automation_internal.idl',
18 'autotest_private.idl', 17 'autotest_private.idl',
19 'bluetooth_low_energy.idl', 18 'bluetooth_low_energy.idl',
20 'bookmark_manager_private.json', 19 'bookmark_manager_private.json',
21 'bookmarks.json', 20 'bookmarks.json',
22 'braille_display_private.idl', 21 'braille_display_private.idl',
23 'browser.idl', 22 'browser.idl',
24 'chrome_web_view_internal.json', 23 'chrome_web_view_internal.json',
25 'cloud_print_private.json', 24 'cloud_print_private.json',
26 'command_line_private.json', 25 'command_line_private.json',
27 'content_settings.json', 26 'content_settings.json',
28 'context_menus_internal.json', 27 'context_menus_internal.json',
29 'context_menus.json', 28 'context_menus.json',
30 'cookies.json', 29 'cookies.json',
31 'copresence_private.idl',
32 'cryptotoken_private.idl', 30 'cryptotoken_private.idl',
33 'dashboard_private.json', 31 'dashboard_private.json',
34 'data_reduction_proxy.json', 32 'data_reduction_proxy.json',
35 'debugger.json', 33 'debugger.json',
36 'desktop_capture.json', 34 'desktop_capture.json',
37 'developer_private.idl', 35 'developer_private.idl',
38 'dial.idl', 36 'dial.idl',
39 'downloads.idl', 37 'downloads.idl',
40 'downloads_internal.idl', 38 'downloads_internal.idl',
41 'easy_unlock_private.idl', 39 'easy_unlock_private.idl',
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 '<@(app_list_schema_files)', 206 '<@(app_list_schema_files)',
209 ], 207 ],
210 }], 208 }],
211 ], 209 ],
212 'cc_dir': 'chrome/common/extensions/api', 210 'cc_dir': 'chrome/common/extensions/api',
213 'root_namespace': 'extensions::api::%(namespace)s', 211 'root_namespace': 'extensions::api::%(namespace)s',
214 'bundle_name': 'Chrome', 212 'bundle_name': 'Chrome',
215 'impl_dir_': 'chrome/browser/extensions/api', 213 'impl_dir_': 'chrome/browser/extensions/api',
216 }, 214 },
217 } 215 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/copresence_private.idl ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698