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

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

Issue 214863002: Extension API enterprise.platformKeys. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Allow import of non-extractable keys. 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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 'webview.json', 149 'webview.json',
150 'web_navigation.json', 150 'web_navigation.json',
151 'web_request.json', 151 'web_request.json',
152 'windows.json', 152 'windows.json',
153 ], 153 ],
154 }], 154 }],
155 ['chromeos==1', { 155 ['chromeos==1', {
156 'schema_files': [ 156 'schema_files': [
157 'accessibility_features.json', 157 'accessibility_features.json',
158 'diagnostics.idl', 158 'diagnostics.idl',
159 'enterprise_certificates.idl',
160 'enterprise_certificates_internal.idl',
159 'file_browser_handler_internal.json', 161 'file_browser_handler_internal.json',
160 'first_run_private.json', 162 'first_run_private.json',
161 'log_private.idl', 163 'log_private.idl',
162 'screenlock_private.idl', 164 'screenlock_private.idl',
163 'wallpaper.json', 165 'wallpaper.json',
164 'wallpaper_private.json', 166 'wallpaper_private.json',
165 ], 167 ],
166 }], 168 }],
167 ['enable_webrtc==1', { 169 ['enable_webrtc==1', {
168 'schema_files': [ 170 'schema_files': [
(...skipping 14 matching lines...) Expand all
183 'conditions': [ 185 'conditions': [
184 ['chromeos==1', { 186 ['chromeos==1', {
185 'dependencies': [ 187 'dependencies': [
186 '<(DEPTH)/chrome/chrome.gyp:drive_proto', 188 '<(DEPTH)/chrome/chrome.gyp:drive_proto',
187 ], 189 ],
188 }], 190 }],
189 ], 191 ],
190 }, 192 },
191 ], 193 ],
192 } 194 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698