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

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

Issue 2130803002: Deleting the copresence API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . 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
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': [
(...skipping 10 matching lines...) Expand all
21 'bookmarks.json', 21 'bookmarks.json',
22 'braille_display_private.idl', 22 'braille_display_private.idl',
23 'browser.idl', 23 'browser.idl',
24 'chrome_web_view_internal.json', 24 'chrome_web_view_internal.json',
25 'cloud_print_private.json', 25 'cloud_print_private.json',
26 'command_line_private.json', 26 'command_line_private.json',
27 'content_settings.json', 27 'content_settings.json',
28 'context_menus_internal.json', 28 'context_menus_internal.json',
29 'context_menus.json', 29 'context_menus.json',
30 'cookies.json', 30 'cookies.json',
31 'copresence.idl',
32 'copresence_private.idl', 31 'copresence_private.idl',
33 'cryptotoken_private.idl', 32 'cryptotoken_private.idl',
34 'dashboard_private.json', 33 'dashboard_private.json',
35 'data_reduction_proxy.json', 34 'data_reduction_proxy.json',
36 'debugger.json', 35 'debugger.json',
37 'desktop_capture.json', 36 'desktop_capture.json',
38 'developer_private.idl', 37 'developer_private.idl',
39 'dial.idl', 38 'dial.idl',
40 'downloads.idl', 39 'downloads.idl',
41 'downloads_internal.idl', 40 'downloads_internal.idl',
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 '<@(app_list_schema_files)', 208 '<@(app_list_schema_files)',
210 ], 209 ],
211 }], 210 }],
212 ], 211 ],
213 'cc_dir': 'chrome/common/extensions/api', 212 'cc_dir': 'chrome/common/extensions/api',
214 'root_namespace': 'extensions::api::%(namespace)s', 213 'root_namespace': 'extensions::api::%(namespace)s',
215 'bundle_name': 'Chrome', 214 'bundle_name': 'Chrome',
216 'impl_dir_': 'chrome/browser/extensions/api', 215 'impl_dir_': 'chrome/browser/extensions/api',
217 }, 216 },
218 } 217 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/copresence.idl ('k') | chrome/common/extensions/chrome_manifest_handlers.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698