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

Side by Side Diff: extensions/common/api/schema.gni

Issue 2881453002: DNR Prototype: With flatbuffers
Patch Set: -- Created 3 years, 6 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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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 extensions_api_schema_files_ = [ 5 extensions_api_schema_files_ = [
6 "alarms.idl", 6 "alarms.idl",
7 "app_current_window_internal.idl", 7 "app_current_window_internal.idl",
8 "app_runtime.idl", 8 "app_runtime.idl",
9 "app_view_guest_internal.json", 9 "app_view_guest_internal.json",
10 "app_window.idl", 10 "app_window.idl",
11 "audio.idl", 11 "audio.idl",
12 "bluetooth.idl", 12 "bluetooth.idl",
13 "bluetooth_low_energy.idl", 13 "bluetooth_low_energy.idl",
14 "bluetooth_private.idl", 14 "bluetooth_private.idl",
15 "bluetooth_socket.idl", 15 "bluetooth_socket.idl",
16 "cast_channel.idl", 16 "cast_channel.idl",
17 "clipboard.idl", 17 "clipboard.idl",
18 "document_scan.idl", 18 "document_scan.idl",
19 "declarative_net_request.idl",
19 "display_source.idl", 20 "display_source.idl",
20 "dns.idl", 21 "dns.idl",
21 "events.json", 22 "events.json",
22 "extensions_manifest_types.json", 23 "extensions_manifest_types.json",
23 "extension_options_internal.idl", 24 "extension_options_internal.idl",
24 "extension_view_internal.json", 25 "extension_view_internal.json",
25 "extension_types.json", 26 "extension_types.json",
26 "guest_view_internal.json", 27 "guest_view_internal.json",
27 "management.json", 28 "management.json",
28 "hid.idl", 29 "hid.idl",
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 get_path_info([ "web_request_internal.json" ], "abspath") 73 get_path_info([ "web_request_internal.json" ], "abspath")
73 74
74 extensions_api_uncompiled_bundle_schema_sources = 75 extensions_api_uncompiled_bundle_schema_sources =
75 get_path_info([ 76 get_path_info([
76 "declarative_web_request.json", 77 "declarative_web_request.json",
77 "web_view_request.json", 78 "web_view_request.json",
78 ], 79 ],
79 "abspath") 80 "abspath")
80 81
81 extensions_api_root_namespace = "extensions::api::%(namespace)s" 82 extensions_api_root_namespace = "extensions::api::%(namespace)s"
OLDNEW
« no previous file with comments | « extensions/common/api/declarative_net_request/ruleset_indexer.cc ('k') | extensions/common/common_manifest_handlers.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698