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

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

Issue 60583003: The chrome.screenlockPrivate API allows select apps to control the ChromeOS ScreenLocker. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: clang Created 7 years, 1 month 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': 'api', 8 'target_name': 'api',
9 'type': 'static_library', 9 'type': 'static_library',
10 'sources': [ 10 'sources': [
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 'web_navigation.json', 149 'web_navigation.json',
150 'web_request.json', 150 'web_request.json',
151 'windows.json', 151 'windows.json',
152 ], 152 ],
153 }], 153 }],
154 ['chromeos==1', { 154 ['chromeos==1', {
155 'schema_files': [ 155 'schema_files': [
156 'diagnostics.idl', 156 'diagnostics.idl',
157 'file_browser_handler_internal.json', 157 'file_browser_handler_internal.json',
158 'log_private.idl', 158 'log_private.idl',
159 'screenlock_private.idl',
159 'wallpaper.json', 160 'wallpaper.json',
160 'wallpaper_private.json', 161 'wallpaper_private.json',
161 ], 162 ],
162 }], 163 }],
163 ['enable_webrtc==1', { 164 ['enable_webrtc==1', {
164 'schema_files': [ 165 'schema_files': [
165 'webrtc_cast_send_transport.idl', 166 'webrtc_cast_send_transport.idl',
166 'webrtc_cast_udp_transport.idl', 167 'webrtc_cast_udp_transport.idl',
167 'webrtc_logging_private.idl', 168 'webrtc_logging_private.idl',
168 ], 169 ],
169 }], 170 }],
170 ], 171 ],
171 'cc_dir': 'chrome/common/extensions/api', 172 'cc_dir': 'chrome/common/extensions/api',
172 'root_namespace': 'extensions::api', 173 'root_namespace': 'extensions::api',
173 }, 174 },
174 'dependencies': [ 175 'dependencies': [
175 '<(DEPTH)/skia/skia.gyp:skia', 176 '<(DEPTH)/skia/skia.gyp:skia',
176 '<(DEPTH)/sync/sync.gyp:sync', 177 '<(DEPTH)/sync/sync.gyp:sync',
177 ], 178 ],
178 'conditions': [ 179 'conditions': [
179 ['chromeos==1', { 180 ['chromeos==1', {
180 'dependencies': [ 181 'dependencies': [
181 '<(DEPTH)/chrome/chrome.gyp:drive_proto', 182 '<(DEPTH)/chrome/chrome.gyp:drive_proto',
182 ], 183 ],
183 }], 184 }],
184 ], 185 ],
185 }, 186 },
186 ], 187 ],
187 } 188 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/_permission_features.json ('k') | chrome/common/extensions/api/screenlock_private.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698