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

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

Issue 938903003: Cast: Javascript bindings for cast receiver (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cast_receiver_session
Patch Set: comments addressed Created 5 years, 9 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 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 'file_system_provider_internal.idl', 113 'file_system_provider_internal.idl',
114 'first_run_private.json', 114 'first_run_private.json',
115 'log_private.idl', 115 'log_private.idl',
116 'platform_keys.idl', 116 'platform_keys.idl',
117 'platform_keys_internal.idl', 117 'platform_keys_internal.idl',
118 'wallpaper.json', 118 'wallpaper.json',
119 'wallpaper_private.json', 119 'wallpaper_private.json',
120 ], 120 ],
121 121
122 'webrtc_schema_files': [ 122 'webrtc_schema_files': [
123 'cast_streaming_receiver_session.idl',
123 'cast_streaming_rtp_stream.idl', 124 'cast_streaming_rtp_stream.idl',
124 'cast_streaming_session.idl', 125 'cast_streaming_session.idl',
125 'cast_streaming_udp_transport.idl', 126 'cast_streaming_udp_transport.idl',
126 ], 127 ],
127 128
128 'non_compiled_schema_files': [ 129 'non_compiled_schema_files': [
129 '<@(main_non_compiled_schema_files)', 130 '<@(main_non_compiled_schema_files)',
130 ], 131 ],
131 'schema_dependencies': [ 132 'schema_dependencies': [
132 '<(DEPTH)/extensions/common/api/api.gyp:extensions_api', 133 '<(DEPTH)/extensions/common/api/api.gyp:extensions_api',
(...skipping 18 matching lines...) Expand all
151 'schema_files': [ 152 'schema_files': [
152 '<@(webrtc_schema_files)', 153 '<@(webrtc_schema_files)',
153 ], 154 ],
154 }], 155 }],
155 ], 156 ],
156 'cc_dir': 'chrome/common/extensions/api', 157 'cc_dir': 'chrome/common/extensions/api',
157 'root_namespace': 'extensions::api::%(namespace)s', 158 'root_namespace': 'extensions::api::%(namespace)s',
158 'impl_dir_': 'chrome/browser/extensions/api', 159 'impl_dir_': 'chrome/browser/extensions/api',
159 }, 160 },
160 } 161 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/cast_streaming_receiver_session.idl ('k') | chrome/renderer/extensions/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698