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

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

Issue 1221483002: New tabCapture.captureOffscreenTab API, initially for Presentation API 1UA mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Register off-screen tabs as presentations via separate private API. Created 5 years, 2 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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 'screenlock_private.idl', 74 'screenlock_private.idl',
75 'search_engines_private.idl', 75 'search_engines_private.idl',
76 'sessions.json', 76 'sessions.json',
77 'settings_private.idl', 77 'settings_private.idl',
78 'signed_in_devices.idl', 78 'signed_in_devices.idl',
79 'streams_private.idl', 79 'streams_private.idl',
80 'sync_file_system.idl', 80 'sync_file_system.idl',
81 'system_indicator.idl', 81 'system_indicator.idl',
82 'system_private.json', 82 'system_private.json',
83 'tab_capture.idl', 83 'tab_capture.idl',
84 'tab_capture_private.idl',
84 'tabs.json', 85 'tabs.json',
85 'types.json', 86 'types.json',
86 'web_navigation.json', 87 'web_navigation.json',
87 # Despite the name, this API does not rely on any 88 # Despite the name, this API does not rely on any
88 # WebRTC-specific bits and as such does not belong in 89 # WebRTC-specific bits and as such does not belong in
89 # the enable_webrtc==0 section below. 90 # the enable_webrtc==0 section below.
90 'webrtc_audio_private.idl', 91 'webrtc_audio_private.idl',
91 'webrtc_desktop_capture_private.idl', 92 'webrtc_desktop_capture_private.idl',
92 'webrtc_logging_private.idl', 93 'webrtc_logging_private.idl',
93 'webstore_private.json', 94 'webstore_private.json',
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 '<@(webrtc_schema_files)', 175 '<@(webrtc_schema_files)',
175 ], 176 ],
176 }], 177 }],
177 ], 178 ],
178 'cc_dir': 'chrome/common/extensions/api', 179 'cc_dir': 'chrome/common/extensions/api',
179 'root_namespace': 'extensions::api::%(namespace)s', 180 'root_namespace': 'extensions::api::%(namespace)s',
180 'bundle_name': 'Chrome', 181 'bundle_name': 'Chrome',
181 'impl_dir_': 'chrome/browser/extensions/api', 182 'impl_dir_': 'chrome/browser/extensions/api',
182 }, 183 },
183 } 184 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698