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

Side by Side Diff: chrome/common/extensions/api/api.gyp

Issue 205243005: Add chrome.webcamPrivate idl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix unittest Created 6 years, 8 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'chrome_api', 8 'target_name': 'chrome_api',
9 'type': 'static_library', 9 'type': 'static_library',
10 'sources': [ 10 'sources': [
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 ['chromeos==1', { 157 ['chromeos==1', {
158 'schema_files': [ 158 'schema_files': [
159 'accessibility_features.json', 159 'accessibility_features.json',
160 'diagnostics.idl', 160 'diagnostics.idl',
161 'file_browser_handler_internal.json', 161 'file_browser_handler_internal.json',
162 'first_run_private.json', 162 'first_run_private.json',
163 'log_private.idl', 163 'log_private.idl',
164 'screenlock_private.idl', 164 'screenlock_private.idl',
165 'wallpaper.json', 165 'wallpaper.json',
166 'wallpaper_private.json', 166 'wallpaper_private.json',
167 'webcam_private.idl',
167 ], 168 ],
168 }], 169 }],
169 ['enable_webrtc==1', { 170 ['enable_webrtc==1', {
170 'schema_files': [ 171 'schema_files': [
171 'cast_streaming_rtp_stream.idl', 172 'cast_streaming_rtp_stream.idl',
172 'cast_streaming_session.idl', 173 'cast_streaming_session.idl',
173 'cast_streaming_udp_transport.idl', 174 'cast_streaming_udp_transport.idl',
174 ], 175 ],
175 }], 176 }],
176 ], 177 ],
177 'cc_dir': 'chrome/common/extensions/api', 178 'cc_dir': 'chrome/common/extensions/api',
178 'root_namespace': 'extensions::api', 179 'root_namespace': 'extensions::api',
179 }, 180 },
180 'dependencies': [ 181 'dependencies': [
181 '<(DEPTH)/content/content.gyp:content_browser', 182 '<(DEPTH)/content/content.gyp:content_browser',
182 '<(DEPTH)/skia/skia.gyp:skia', 183 '<(DEPTH)/skia/skia.gyp:skia',
183 '<(DEPTH)/sync/sync.gyp:sync', 184 '<(DEPTH)/sync/sync.gyp:sync',
184 ], 185 ],
185 'conditions': [ 186 'conditions': [
186 ['chromeos==1', { 187 ['chromeos==1', {
187 'dependencies': [ 188 'dependencies': [
188 '<(DEPTH)/chrome/chrome.gyp:drive_proto', 189 '<(DEPTH)/chrome/chrome.gyp:drive_proto',
189 ], 190 ],
190 }], 191 }],
191 ], 192 ],
192 }, 193 },
193 ], 194 ],
194 } 195 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/_permission_features.json ('k') | chrome/common/extensions/api/webcam_private.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698