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

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

Issue 1558263002: Revert of Exclude some extension apis for Aura Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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/schemas.gni ('k') | no next file » | 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': [
(...skipping 26 matching lines...) Expand all
37 'desktop_capture.json', 37 'desktop_capture.json',
38 'developer_private.idl', 38 'developer_private.idl',
39 'dial.idl', 39 'dial.idl',
40 'downloads.idl', 40 'downloads.idl',
41 'downloads_internal.idl', 41 'downloads_internal.idl',
42 'easy_unlock_private.idl', 42 'easy_unlock_private.idl',
43 'experience_sampling_private.json', 43 'experience_sampling_private.json',
44 'feedback_private.idl', 44 'feedback_private.idl',
45 'file_system.idl', 45 'file_system.idl',
46 'font_settings.json', 46 'font_settings.json',
47 'gcd_private.idl',
47 'gcm.json', 48 'gcm.json',
48 'hangouts_private.idl', 49 'hangouts_private.idl',
49 'history.json', 50 'history.json',
50 'hotword_private.idl', 51 'hotword_private.idl',
51 'i18n.json', 52 'i18n.json',
52 'identity.idl', 53 'identity.idl',
53 'identity_private.idl', 54 'identity_private.idl',
54 'image_writer_private.idl', 55 'image_writer_private.idl',
55 'inline_install_private.idl', 56 'inline_install_private.idl',
56 'instance_id.json', 57 'instance_id.json',
57 'language_settings_private.idl', 58 'language_settings_private.idl',
59 'launcher_page.idl',
58 'location.idl', 60 'location.idl',
59 'manifest_types.json', 61 'manifest_types.json',
62 'mdns.idl',
60 'media_galleries.idl', 63 'media_galleries.idl',
61 'metrics_private.json', 64 'metrics_private.json',
62 'notification_provider.idl', 65 'notification_provider.idl',
63 'notifications.idl', 66 'notifications.idl',
64 'omnibox.json', 67 'omnibox.json',
65 'page_capture.json', 68 'page_capture.json',
66 'passwords_private.idl', 69 'passwords_private.idl',
67 'permissions.json', 70 'permissions.json',
68 'preferences_private.json', 71 'preferences_private.json',
69 'resources_private.idl', 72 'resources_private.idl',
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 'terminal_private.json', 129 'terminal_private.json',
127 'users_private.idl', 130 'users_private.idl',
128 'wallpaper.json', 131 'wallpaper.json',
129 'wallpaper_private.json', 132 'wallpaper_private.json',
130 ], 133 ],
131 'chromeos_non_compiled_schema_files': [ 134 'chromeos_non_compiled_schema_files': [
132 'chromeos_info_private.json', 135 'chromeos_info_private.json',
133 'media_player_private.json', 136 'media_player_private.json',
134 ], 137 ],
135 138
136 # Non Android schemas.
137 'non_android_schema_files': [
138 'gcd_private.idl',
139 'launcher_page.idl',
140 'mdns.idl',
141 ],
142
143 'webrtc_schema_files': [ 139 'webrtc_schema_files': [
144 'cast_streaming_receiver_session.idl', 140 'cast_streaming_receiver_session.idl',
145 'cast_streaming_rtp_stream.idl', 141 'cast_streaming_rtp_stream.idl',
146 'cast_streaming_session.idl', 142 'cast_streaming_session.idl',
147 'cast_streaming_udp_transport.idl', 143 'cast_streaming_udp_transport.idl',
148 ], 144 ],
149 145
150 'non_compiled_schema_files': [ 146 'non_compiled_schema_files': [
151 '<@(main_non_compiled_schema_files)', 147 '<@(main_non_compiled_schema_files)',
152 ], 148 ],
(...skipping 17 matching lines...) Expand all
170 ], 166 ],
171 'non_compiled_schema_files': [ 167 'non_compiled_schema_files': [
172 '<@(chromeos_non_compiled_schema_files)', 168 '<@(chromeos_non_compiled_schema_files)',
173 ], 169 ],
174 }], 170 }],
175 ['enable_webrtc==1', { 171 ['enable_webrtc==1', {
176 'schema_files': [ 172 'schema_files': [
177 '<@(webrtc_schema_files)', 173 '<@(webrtc_schema_files)',
178 ], 174 ],
179 }], 175 }],
180 ['OS!="android"', {
181 'schema_files': [
182 '<@(non_android_schema_files)',
183 ],
184 }],
185 ], 176 ],
186 'cc_dir': 'chrome/common/extensions/api', 177 'cc_dir': 'chrome/common/extensions/api',
187 'root_namespace': 'extensions::api::%(namespace)s', 178 'root_namespace': 'extensions::api::%(namespace)s',
188 'bundle_name': 'Chrome', 179 'bundle_name': 'Chrome',
189 'impl_dir_': 'chrome/browser/extensions/api', 180 'impl_dir_': 'chrome/browser/extensions/api',
190 }, 181 },
191 } 182 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/schemas.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698